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 ------------------------------------------------------------------------------ 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
