Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

show_message_ext

CryoEagle edited this page Jan 6, 2019 · 1 revision

show_message_ext

shows popup message like show_message() but with more options

Syntax:

show_message_ext(str, caption, buttonType)
Argument Description
string str message to popup
string caption caption of window
MessageBoxButtons buttonType type of button ( or buttons )

Returns: string

Description:

This function will popup message like show_message(); but this function have more options, caption of window and type of button.

Example:

show_message_ext("Hello im your window","Window Bob", MessageBoxButtons.YesNoCancel);

The above code will popup message „Hello im your window" and set caption of window „Window Bob" and show buttons Yes, No, Cancel.

Back to Debug

Clone this wiki locally

AltStyle によって変換されたページ (->オリジナル) /