Question:
How to disable selectivity on Alert control display message?
(or)
Alert control display message should not be selectable.
Solution:
var alert:Alert=Alert.show(“Cannot select this text!!!”);
alert.mx_internal::alertForm.mx_internal::textField.selectable=false;
Enjoy the post.
Posted by kumargandhi
Posted by kumargandhi 