ThinkGeo.com    |     Documentation    |     Premium Support

Problem with scroll and Drag and Drop

I create some buttons for - zoom in, zoom out, enable pan zoom bar.


It's works no problem, but if I use scroll or drag and drop the map, when I use my buttons the map disappear.



Helio, 


We couldn’t recreate this issue with both 3.0.117 and 3.0.131. Here attached is our sample, can you have a look at that and for any more queries please let us know.
 
Ben

173-Post4936.zip (93.4 KB)

Ben


I found how to resolve the issue, when I moved the map happen an error to return the values. I did a change in regional settings changing the definition of symbol of grouping to coma and decimal symbol for point.


This solved the problem of operation of the buttons and rendering the map.
 
But other applications do not work with these settings.


Has some way to resolve this without having to change these settings?

Helio



Helio, 
  
 I see your problem. This is a bug about multi-language supporting and we will solve it in the next release. 
  
 For this version, if your region is not English, changing the symbol of grouping to comma and decimal symbol for point will solve part of the problem but not all. For example, here is one reason: 
  
 String a = double.NaN.ToString(); 
  
 If the current region is English, the result equals to “NaN”, while if the region is not English, let’s say Germany, the result is “n.def.” 
  
 We tried to change the “customize…” setting in “Region and Language Options” but couldn’t find how to make the result the same with what it is under Region “English”, maybe there are some character related to the Region intrinsically which we cannot customize. 
  
 So could you run the application under the English temporarily and when the new release come out, it will support the environment of any other languages. Sorry for the inconvenient as we don’t spend much time on the multi language testing. We will add it to our routine test. 
  
 Ben