Hello !
I want to ask if there's a method to
Window.confirm() stops the execution until the user press YES/NO
buttton.
I'm wondering if there's a way to code a DialogBox that acts the same
way on code, without using listeners on the DialogBox caller code.
Window.confirm(); // 'Thread' stops here
GWT.log("I'll wait until user press a button",null);
MyDialogBox.confim(); // 'Theard' will not stop here, can it be donde
GWT.log("How can I act as the code above ?",null);
anyone has tried to make this
Oskar
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---