Hello, I have implemented a ListBox that when loses focus (Blur) makes three butons disappear.
My problem is that when I click on one of the buttons, GWT first calls the BlurHandler thus making the Button I have clicked disappear. Therefore, the OnClick event of the Button is never called. How can I set a higher priority to the OnClick events of the three buttons over the BlurHandler of the ListBox? I suppose I need to use the HandlerManager but I haven't found any tutorial of it on the Internet. The Handlermanager javadoc is not enough for me to understand its complete implementation regarding the above mentioned Widgets. Thank you, Paulo Abelha
-- 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.
