JS API 3.2 - When do layers render?

649
1
Jump to solution
07-09-2013 11:05 AM
JorgeVinagre
New Contributor III
Hi there

I would like to know, at web app startup, which event is best to stop showing a splash sccreen.
All the layers load relatively fast but sometimes they do take a while to render and i would like to show some splash screen to prevent users from push buttons until all  is properlly shown.


Thanks
0 Kudos
1 Solution

Accepted Solutions
KenBuja
MVP Esteemed Contributor
The onUpdateEnd event of the map will "fire after layers that are updating their content have completed."

View solution in original post

0 Kudos
1 Reply
KenBuja
MVP Esteemed Contributor
The onUpdateEnd event of the map will "fire after layers that are updating their content have completed."
0 Kudos