I've tried it's already ;-)(was the i did) - it doesn't work.
Right after you change the cursor, issue the following command:

qx.ui.core.Widget.flushGlobalQueues(true);

This should do the trick.

Jim

On 10/16/06, Alex D. <[EMAIL PROTECTED]> wrote:
Hi folks,

sorry for the traffic but i have another issue that doesn't work: i have a button that do some filtering(CPU intensive). So in the meantime i would like to set global cursor to "wait":
==================snip===================
button.addEventListener("execute", function(e){
    qx.ui.core.ClientDocument.getInstance().setGlobalCursor("wait");
    //do the filtering
    qx.ui.core.ClientDocument.getInstance().setGlobalCursor("default");
}, this);

==================snap===================
Looks simple and doesn't work. If i do not set cursor to "default" at the end of routine, then i can see that the cursor is set to "wait" at the moment the filtering is over. Is there any possibility to force the cursor to change it's appearance?

Best Regards,
alex.d

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to