ThinkGeo.com    |     Documentation    |     Premium Support

Threading issues

Hello,


I have an application that is messaging with vehicles real time and drawing maps at the same time. If the user holds down the mouse and pans continuously the main thread will starve the messaging threads so the vehicle believes it has lost communication with the control station.
Could you please tell me if there is a way to make the map execute the pan and zoom functions in a separate thread?
P.S. This is a small issue, you have to be trying hard to get it to happen, but is a bug on my list to fix.

Dan, 
  
 Thanks for your post, please use the multithread mode to try again, you just need to set the ThreadingMode property value as below: 
  
   winformsMap1.ThreadingMode = MapThreadingMode.Multithreaded; 
  
 Also, I would like to ask you what’s the version number you used for DesktopEdition, for this issue we cannot reproduce it exactly so if you still encounter the same problem after using the multithread mode please send your sample application to us so that we can track your problem correctly, 
  
 Thanks, 
  
 Scott,