**
   
Hey, I have a button which shows a DialogBox when you click on it. 

But if you click on the button while the DialogBox ist shown. It will be 
closed and then open again. 

It seems that the closeEvent of the DialogBox is thwrown before the 
clickEvent on the button. So if you check dialogBox.isShowing() it will 
open again. Because the dialog is closed when the clickEvent to show the 
box is thrown. 

My idea was to catch the onClick event and throw it away but I don't know 
how to do this. 

Anybody knows a way to fix this Problem?

Thanks in advance 

-- 
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 an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to