我的空中应用程序没有镶边和没有主窗口,它就像一个小部件。在某些情况下,我想显示特定的消息,如警报。 但是没有任何东西出现,你知道吗,我怎么解决不了?
var initialBounds:Rectangle = new Rectangle((Screen.mainScreen.bounds.width / 2 - (this.width/2)), (Screen.mainScreen.bounds.height / 2 - (this.height/2)), this.width, this.height);
Alert.show("Souhaitez-vous quitter MonAppli?", "Quitter l'application", Alert.OK | Alert.
CANCEL, initialBounds as Sprite);
谢谢你的帮助