i want to create personalized message, like alert, warning, info (like
zenity or dialog in linux).
so i am using the class qx.ui.window.Window, but i have a problem i
want to stop de execution when the window message is open() and wait
for a response.

example:
------------

var winAlert = new class.winAlert("question?");
winAlert.open();
if (winAlert.getResponse()){
 alert("ok");
}
else{
 alert("cancel");
}



-- 
Juan Matias Granda
http://www.insulae.com.ar
GPG FINGERPRINT:459C 4A2D 330C CB8C 0C44 0C3A 572C CBCA 5457 508B

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to