1.      To illustrate the first point. In the following code:

boolean ok = Window.confirm("Are you sure .....");

if (ok) {

....
}

code inside the if block will be executed only after user presses
button on the confirm dialog. Is it possible to do the same with
instance of DialogBox?

2.      The following code

DialogBox dialog =  new DialogBox(true, true);
dialog.show();

does not ignore keyboard and mouse events for widgets not contained by
the dialog


Thank you,

           ----Boris


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
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