Hi Lutz,

you can derive from qx.ui.window.Window and include the 
qx.ui.core.MBlocker mixin. Then you can just use the block and unblock 
methods on your window. You can also display the "wait" cursor while 
hovering over the blocked window: myWin.setCursor("wait");


Regards,
Daniel

Lutz Schoder schrieb:
> Hi All,
> 
> I need a solution for a gui blocking wait cursor.  What is  best 
> practice here?
> I tried to open a model window and close it after the process was ended but
> the window wasn't displayed. A modal window would also blocking the whole
> application. Blocking only the window which has called the process would be
> much better.
> 
> Thanks for your help.
> Lutz
> 

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to