Hello!

Does anyone know how to create a REAL modal window/dialog?

I'm extending qx.ui.window.Window and call:
myDialog.setModal(true);
myDialog.open();

The dialog comes up and the blocker prevents further
access to the rest of the application,
BUT THE PROCESSING DOESN'T STOP at the "open" call!

It's not real modal!

I want to continue the processing after myDialog.open()
not until I pressed a button on the dialog (with closing the dialog).

How can I force my dialog to wait at the "open" call?

Thanks,
sts



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to