I have a menubar with several submenus (verticle menubars). I would like to have the submenu dissappear when the user mouses out of the of the submenu. Losing focus or clicking elsewhere on the menubar closes the submenu (as expected). I have tried setting getParent()).addAutoHidePartner(partner) in the menubar constructor and I have set the sinkEvents(Event.ONMOUSEOUT) on the submenu, but nothing I have tried seems to close the submenu:
((PopupPanel)submenu_MenuBar.getParent()).hide(true) Any suggestions would be greatly appreciated. TIA. M -- 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.
