Hi

setTimeout(functionname as string, timeout as integer) 
Above is the way how js native timeout works. 

But that's not so handy like the timer manager of Qooxdoo. 

So just search at API browser for it. At the first paragraph you will see how 
easy it is to use. 

Regards Mustafa Sak

Von meinem iPhone gesendet

Am 03.02.2011 um 23:12 schrieb bplturner <[email protected]>:

> 
> I tried adding a setTimeout at the end:
> 
> window.setTimeout("loginWidget.show();", 300);
> 
> ...but instead of it working, it just never showed it.
> 
> Perhaps I am doing this wrong and you can show me what you're referring to? 
> Should I put it in the main part where I create the widget?
> -- 
> View this message in context: 
> http://qooxdoo.678.n2.nabble.com/Centering-Window-with-Dialog-Contribution-tp5987271p5990728.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> The modern datacenter depends on network connectivity to access resources
> and provide services. The best practices for maximizing a physical server's
> connectivity to a physical network are well understood - see how these
> rules translate into the virtual world? 
> http://p.sf.net/sfu/oracle-sfdevnlfb
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to