No, you can't do that. Why fight the asynchronous tide?

On Thu, Dec 18, 2008 at 10:07 AM, obesga <[email protected]> wrote:
>
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to