This page allows you to configure message boxes that are displayed to the user at specific times. You can configure two distinct messages: one that appears when the application starts, and one that appears when it closes.
Startup Message #
This message is displayed immediately after the application is launched. It is a confirmation prompt with “Yes” and “No” buttons that asks the user if they wish to proceed with running the application. If the user clicks “No”, the application will exit.
Example:
Welcome! This application requires a minimum screen resolution of 1024x768. Do you want to continue?
Exit Message #
This message is displayed immediately after the user closes the application, just before the process terminates. It is a simple informational message with an “OK” button.
Example:
Thank you for using My Application! Visit us at www.example.com.
Configuration Notes #
Disabling Messages: To disable either message, leave its corresponding text field blank.
Line Breaks: To insert a line break within a message, use the special character sequence
/§. For example:First line/§Second line.Appearance: These messages are standard system dialogs and are not affected by the application’s selected skin. This is because they are displayed before the skin engine is loaded (for the startup message) or after it has been unloaded (for the exit message).