Waiting Icon on Map?

Last post 2/3/2009 11:10:48 PM by Chris Pietschmann. 1 replies. << Back to Web.Maps.VE v2.0 General
1/25/2009 9:36:24 PM
ctadlock

Waiting Icon on Map?

Has anyone implemented a waiting icon (spinning wheel) over the map while its async rendering? Something similar to the UpdatePanel Progress.

Thanks
CT
2/3/2009 11:10:48 PM
Chris Pietschmann

Re:Waiting Icon on Map?

You can use the ASP.NET AJAX UpdateProgress control to display some kind of "waiting icon" when the map is updating via an async postback. The Dynamic Search example in the Sample Website uses an UpdateProgress control to display a loading message beneath the map.

I'm not exactly sure off hand how to get the UpdateProgress content to display over top of the VE Map. To do this you'll need to search for how to center the UpdateProgress content within the browser; there are actually a few articles out there that cover this.