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