-----Ursprüngliche Nachricht-----
Von: [email protected] [mailto:[email protected]] 
Gesendet: Montag, 06. September 2010 15:28
An: [email protected]
Betreff: Re: [qooxdoo-devel] Refresh Browser

window.top.location.reload();

There's no qooxdoo-ish way of doing that, since it's not the logic of qooxdoo 
to ever reload the window. The whole purpose of qooxdoo is to be able to do web 
apps desktop-like. A refresh in the browser is like restarting a desktop app.

For a fast and responsive app, I'd avoid this anyway. Besides, think of it: 
what if the refresh happens in the middle of an user operation, while there's 
unsaved data on the screen?

flj
-----------------------------------------


Thanks,

window.top.location.reload();

and

window.location.reload();

both work!

Thank you for advising me not to use this. But believe me this app I´m 
developing right now is something unusual, nothing for a common user. It is a 
special solution running only in a testenvironment, interacting also with 
hardware.

Thanks a lot.

Hari

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to