Home > FlexFramework | ActionScript3.0 | Flex3 | Flex2 > [flex]任意のタイミングでAlertを消す

[flex]任意のタイミングでAlertを消す

fxug - フォーラム

ここによると、

alert = Alert.show("hogehoge");

で開いたAlertは、

PopUpManager.removePopUp(alert);

で消せるらしいです。

確かにリファレンスを見ると、Alert.show()でAlert型が戻り値になってますね。戻り値あったんだ・・・。この関数。

というかそれ以前にAlertがPopupManagerで開かれていることを知らなかった・・・。
FlexFrameworkのソースって読めるんですよね。やっぱソースとかしっかり読んで勉強するべきなのかなぁ・・・。

Comments:1

Anonymous 08-11-26 (Wed) 2:41

Add Your Comment

Comment Form
Remember personal info

Trackbacks:0

Trackback URL for this entry
http://www.jinten.net/blog/archives/20/trackback
Listed below are links to weblogs that reference
[flex]任意のタイミングでAlertを消す from Jinten Blog

Home > FlexFramework | ActionScript3.0 | Flex3 | Flex2 > [flex]任意のタイミングでAlertを消す

Search
Google
Feeds
Meta
Advertisement

Return to page top