aows
02-08-2005, 08:03 PM
Hi there. I just started using the modaldialog and noticed that when open() is called from script, it doesn't block code execution. I wonder why this is. In other languages, ie swing, a modal dialog can be used to stop anything from happenning, thus being able to do things like showing several dialog in sequence.
A little hack here would be to show dialogs in inverted sequence and make sure they cover each other and can't be moved, but it's a hack...
What are your thoughts on this? Can code execution be stoped until a dialog is closed some other way?
Thanks!
A little hack here would be to show dialogs in inverted sequence and make sure they cover each other and can't be moved, but it's a hack...
What are your thoughts on this? Can code execution be stoped until a dialog is closed some other way?
Thanks!