Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top