Hi,How can I make Alert window to close after clicking a button ? Flex behavior changed in royale and not closing for the usage below.
Alert.show("Suspend ?", "Warning", Alert.OK|Alert.CANCEL, this, suspendApp, null, Alert.CANCEL);
Thanks, Serkan
Hi,How can I make Alert window to close after clicking a button ? Flex behavior changed in royale and not closing for the usage below.
Alert.show("Suspend ?", "Warning", Alert.OK|Alert.CANCEL, this, suspendApp, null, Alert.CANCEL);
Thanks, Serkan