Re:Misc. Questions...
You can custom the message box by handling the onExpired event of the Application.Expiry object. However, you cannot use the Dialogs object to show a message box with only a "Cancel" button, as there is no such a type of message boxes in the Windows system. Hence, you will have to use the Form object to do that, shown as the attached sample, which must be opened in swfkit pro.
|