Question:
How to make the defaultButton on Alert Control invisible?
Solution:
var a:Alert;
a = Alert.show(“where’s my defaultButton (OK)!”);
a.mx_internal::alertForm.mx_internal::defaultButton.visible = false;
Enjoy the Post.
Question:
How to make the defaultButton on Alert Control invisible?
Solution:
var a:Alert;
a = Alert.show(“where’s my defaultButton (OK)!”);
a.mx_internal::alertForm.mx_internal::defaultButton.visible = false;
Enjoy the Post.
This entry was posted on Monday, July 20th, 2009 at 10:13 am and is filed under Flex related, tutorials. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Theme Contempt by Vault9.
Blog at WordPress.com.