Hello,

I'm currently developing a gwt application within a map (using gwt-
maps).  My application show several images over the map in a secuence.
But I want to know when a image is really loaded.

To load images on the map I have used the
com.google.gwt.maps.client.overlay.TileLayerOverlay class. I have
implemented my tile class extending from
com.google.gwt.maps.client.TileLayer class. I also have an array of
TileLayerOverlay and I show or hide them to show the secuence.

When I call setVisible(true)  method of a concrete TileLayerOverlay I
would know if is posible to know when all images are loaded in the
currently map?

Greetings, Rafael.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to