I want to controle the hiding of my PopupPanel

PopupPanel implements MouseOutHandler......
.
.
        @Override
        public void onMouseOut(MouseOutEvent event) {
                hide();
        }

This wont work. Is there another way?

If I use
sinkEvents(Event.ONMOUSEOUT );
it also goes off when i enter widgets on the popup....:-(

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to