Re: [qooxdoo-devel] qx.ui.core.Widget.flushGlobalQueues() not working...

2007-10-04 Thread Enaldo Amorim
Hi Jim, Thank you for your reply. This is something like I need to do. Actually I am trying to show a popupAtom in the execution of a button. But before I was trying to run a progressbar. Both didn't worked, with or without a flushGlobalQueues(). Could you help me?? var popupAtom = new qx.ui.popu

Re: [qooxdoo-devel] qx.ui.core.Widget.flushGlobalQueues() not working...

2007-10-03 Thread Jim Hunter
For the most part you do not need to use flushGlobalQueues() in .7.1+, I actually found that my program ran better and faster when I took them all out. There are only a few places where you do need to use it and one would be when doing a progress bar. But since you didn't supply any of your code we

[qooxdoo-devel] qx.ui.core.Widget.flushGlobalQueues() not working...

2007-10-03 Thread Enaldo Amorim
Hi, I'm developing an app with user login. When the user type the username and password and then click on the login button I try to show a popupAtom or a progressbar but it doesn't work. It doesn't work with qx.ui.coreWidget.flushGlobalQueues(), too. I don't know if I am using flushGlobalQueues()