sorry - IMHO not possible.
just open a modal window and add a eventlistener to the
button.
then write (pseudo code)
function_1()
{
open the native window;
// don't do anything more
}
function
onclick_at_button_nativeWindow()
{
close the native window;
// check whatever you like. if not ok. open the
window again (or don't close it ;-)
if (!checkOK())
function_1();
// do whatever you like
}
==================================================
Diplom-Informatiker
Oliver
Vogel
Geschaeftsfuehrer
Meins und Vogel GmbH E-Mail:
[EMAIL PROTECTED]
Esslinger Str. 45 Tel.:
+49 (7153)
6136-20
Fax: +49 (7153) 6136-99
D 73207
Plochingen http://www.muv.com/
Handelsregister:
Esslingen am Neckar HRB 3536
Geschäftsführer: Dipl.-Inf. Klaus
Meins
Dipl.-Inf. Oliver
Vogel
==================================================
"wer
Rechtschreibfehler findet darf sie behalten"
Hello, guys
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Daniel Dumitrescu
Gesendet: Donnerstag, 16. Februar 2006 13:56
An: [email protected]
Betreff: [qooxdoo-devel] Modal window who blocks the code execution
I need to build a modal window (let's name it myWindow) like the "confirm" or "alert" functions and place it in a loop instruction, and when the myWindow.open function is called (or something like this) the loop code freeze (like when you call "alert" or "confirm").
Can anybody give me an advise in this matter?
Thank you very much
Daniel
