-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] Im Auftrag
von Sebastian Werner
Gesendet: Donnerstag, 24. November 2005 08:55
An: [email protected]
Betreff: Re: [qooxdoo-devel] a little flaw in windows-handling modal
[EMAIL PROTECTED] schrieb:
@ sebastian
i opened a QxWindow (NOT A NATIVE ONE!) with (this is only
a stub, there is more code):
-------------
wm1 = new QxWindow("Bitte warten");
wm1.setSpace(200, 50, 200, 50);
wm1.setModal(true);
window.application.getClientWindow().getClientDocument().add(wm1);
wm1.open();
{{{then there is some magic.}}}
wm1.close();
----------
and i thought, this was all (because closing a modal
window) makes it "unmodal". But this was not the case!
so please add the line:
wm1.setModal(false);
This does work in our demos. Something must be different from
your code
to ours. The close automatically informs the window manager.
Add setModal(false) will change the settings of the window
and is IMHO a
bad idea. If this is really a bug - in some case - we should
really find
the correct reason why it goes wrong.
Sebastian
in the .close() - Method of the QxWindow. i think many
other people can have the same problem.
Olli
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep
through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web.
DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep
through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web.
DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel