ThinkGeo.com    |     Documentation    |     Premium Support

Show Loading GIF

Hello,


I have a an method that will find the intersection between two points.  The process takes about 30-40 seconds (the info is sent to a database).  I would like to have the image: loading.gif activated the same way it is when the map is being processed.  Is this possible?


Thanks, Steven



Hi Steven, 
  
 I suggest using Callback to access the server and do the algorism, showing the GIF when you raise the Callback function and hide the GIF when Callback responds successful. 
  
 The GIF can be a node of the DOM tree in your page with its absolute position style. Hope it helps. 
  
 If you have any queries please let us know. 
  
 Thanks, 
  
 Howard