Just to know, I expected that

Thaks

On 18 dic, 16:32, "Isaac Truett" <itru...@gmail.com> wrote:
> No, you can't do that. Why fight the asynchronous tide?
>
> On Thu, Dec 18, 2008 at 10:07 AM, obesga <obe...@gmail.com> 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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to