Hi, Let's say you have a view that needs to load a library, eg the google maps library. Some of the method offered by the view should only be called by the activity when the map is fully loaded otherwise resulting in errors. I need a way to hold off any UI call from the activity until the view is fully loaded, and if loaded with errors act accordingly. What is the recommended way of doing this with the GWT MVP framework?
Thanks, Thomas -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
