I'm trying to use GWT-DND to drag new menu items onto a menu. For the most part, it works, but it's failing for submenus because it only works with 'attached' widgets, and a closed submenu is not attached. I need to be able to know right after(or right before) a submenu is displayed, and right before(or after) it is hidden. Are there events for this? All of the methods that I could override to duplicate this behavior are private or package private.
Also, is there a good source for learning how events work in GWT in general? Thanks, Mike --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
