Re: Auto-hide a PopupPanel Context Menu?

2013-02-24 Thread Jens
If auto-hide along with auto-hide partner (see JavaDoc) does not fit your needs you have to call hide yourself. -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send

Auto-hide a PopupPanel Context Menu?

2013-02-24 Thread membersound
Hi, I have a PopupPanel showing a Context Menu like: How can I *auto-hide *the popup if I click an menu item (which means I do not click out of the popup panel which would hide it automatically)? Or must I call popup.hide() explicitly on every menu item? -- You received this message becaus