Use a GWT timer. You can't use Thread.sleep because it's not supported, and even of it was, you don't really want to lock up every tab in the browser, do you? Ian
http://examples.roughian.com 2008/10/27 Eduardo Cardoso <[EMAIL PROTECTED]> > You can put something like: > > > Thread.sleep(2000) // 2 seconds > dilaog.hide(); > > > On Mon, Oct 27, 2008 at 12:48 PM, nano <[EMAIL PROTECTED]> wrote: > >> >> hello, >> I want to know if if there is a fonction like window.alert("hello"), >> lets you close dialog box after a few seconde without click "ok" of >> dialog box. >> >> >> thank's, >> >> >> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
