ThinkGeo.com    |     Documentation    |     Premium Support

Zoombar is not synchronized

Hello,


When playing with the map only with the mouse (dble-click, wheel, ...), the integrated zoombar works well.

But I implemented buttons in order to make a zoom to the fulle map, and buttons that makes zoomin and zoomout too.

And when using thoses buttons, the zoombar is not modified, and stays to the old zoomlevel.


Here is the code I used :


 map.CurrentExtent = GisParameters.FullMapExtent;

 map.Refresh();


or :


ScreenPointF offset = ExtentHelper.ToScreenCoordinate(map.CurrentExtent, worldPointOffset, (float) map.ActualWidth, (float) map.ActualHeight);

map.CurrentExtent = ExtentHelper.ZoomIntoOffsetPoint(map.CurrentExtent, (float) map.ActualWidth, (float) map.ActualHeight, offset, ZoomPercentage);

map.Refresh();


 


I've the problem with thoses both code samples.


Thanks,

Guillaume.



Hello Guillaume, 
  
 I have recreated this issue and have it fixed. This fix will be integrated in the build that we are going to send you tomorrow. 
  
 Thanks for reporting this issue. 
  
 Thanks, 
 Howard

Hi, 
  
 Many Thanks again ! 
  
 Regards, 
 Guillaume. 


Hi Guillaume, 
  
 You are welcome. :) 
  
 Thanks for reporting it. 
 Howard

Howard,  
  
 Is the fix available for download in the daily build? What’s the version for this fix? 
  
 Many thx.  
 Mike

Hi Mike, 
  
 It’s is fixed in the latest daily build, please have a try. 
  
 Just let me know if you have anymore queries. 
  
 Thanks, 
 Howard