Hi,

I would like to have to blocker on my application.
On the Application there is a blocker that is used to make modal window.

My issue is that i want to block the content of my app when there is a ajax
call in progress(some of them).
And sometime it happend that the main app blocker and my blocker must be
shown. But they must not be hidden at the same time.

At the moment, I use the application's blocker. What happen is that i'm
removing the app blocker, when there is a modal window on the screen.

So i want to know if there is a problem to creating a new blocker this way

var root = qx.core.Init.getApplication().getRoot();
var blocker = new qx.ui.core.Blocker( root );

So i want to use this completely appart from the blocker setted in the
application root.

Is that possible?

Regards

-- 
Benjamin Dreux
Analyste-Programmeur
Chaire de logiciel libre-Finance Social et solidaire
UQAM
Montréal
------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to