I need to be able to pop up a modal dialog and have it block until the user dismisses it so I can test the return value and determine what they clicked.
Ah, yes, the Java dialog idiom ;). Modal dialogs do not work this way in LZX.
If you need to retrieve a value corresponding to what the user clicked, you can have the button's onclick method generate an event (or set the value, or call method that sets the value, etc.).
Dan Stowell Software Engineer Laszlo Studios _______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
