Hi Daniel, I don't think it's a good idea to lock all user interface, it would reduce usability.
Anyway you can patch existing class by Mixin, but I'd recommend to use it in cases when nothing else helps. Read more about patching classes at http://qooxdoo.org/documentation/1.0/classes#mixins To get UI root in any place in your app call qx.core.Init.getApplication().getRoot() --- Ian Horst On 03/09/10 07:14, Daniel Hirtzbruch wrote: > > Good morning, > > I'm searching for a solution to have the blocker which is included in the > main application (standalone) blocking the whole app visibly whenever a > remote.Request is started. > My first try was to extend the Request-class but the GUI is not available in > the data layer. > Is there any solution to listen to "any" remote.Request to block / unblock > the application? > > Thanks & regards, > Daniel ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
