Message Box Functions
Jump to navigation
Jump to search
This article is an overview of all message box related functions.
- message_alpha
- message_background
- message_button
- message_button_font
- message_caption
- message_input_color
- message_input_font
- message_mouse_color
- message_position
- message_size
- message_text_font
- message_text_charset
- get_color
- get_integer
- get_string
- get_login
- get_directory
- get_directory_alt
- get_open_filename
- get_save_filename
The following two functions are for showing Rich Text Formatted information files.
Warning: These asynchronous dialog functions require the asynchronous extension to be enabled under Build->Settings and the "extensions" tab. This was the decision because of how heavily they rely on other components of the engine, but also because of how poorly they are designed.
Note: You can also bypass the Asynchronous dialog event in ENIGMA by simply using the function thread_get_return since our version of asynchronous functions give you control over the threads.