7/24/2010 7:35:00 AM
Title:
Alert Box
I am opening another window from a windowed application.
when i show an alert inside the new window it is only appearing on top of the windowed application only how to make it appear inside the current window.
Please help.Thankyou.
7/24/2010 8:48:58 AM
in Adobe air application the alert opens by default in the parent window , if you want to open in the same window then you need to tell the alert by passing the parameter as "this"
// see the last parameter "this"
Alert.show("Alert message to display","Title of alert",4,this)