Reputation: 1203
In ActionScript 3, by default, the Alert box has an OK button. How can I display an Alert box without any buttons (not even the OK button)?
In my application, the Alert box would close on its own when a row is on blur. My client does not want the OK button to be there.
Upvotes: 0
Views: 362
Reputation: 4750
You may just have to make your own alert class. It shouldn't be hard though, since those things' graphics are so primitive and bare.
Upvotes: 1