Hello,

I need to show an alert box (or something similar) which has no buttons and it 
also must not allow the user to close it. Something like a final message to the 
user and then blocking the access to the app.
I did some research and what I found was:

var a:Alert = Alert.show("Fianl message goes here...");
a.mx_internal::alertForm.mx_internal::defaultButton.visible = false; 
a.mx_internal::alertForm.mx_internal::defaultButton.enabled = false;

It works fine with one exception - when the alert pops up it can be closed by 
pressing ESC.
Any ideas how to disbale the ESC thing? ... or ideas how to achieve similar 
result?

Thanks,
Rondo

Reply via email to