 |  |  |  | Command |  | Argument |
 | Datatype |  | Default |  | Min |  | Max |  |
 |  | Format: |  | ShowButton | |
Text = Button text to show |  | STRING |  |
- |  | - |  | - |  |  |  | Python: |
 | ShowButton(text) |
 |  |  | Menu: |  | Effects > Message > Show |  |  |  | Related: |
 | ShowMessage
, HideMessage |
 |  |  | Required: |  |
|  |  |
The ShowButton command displays a button with the specified text. However,
'Continue' is the currently only supported button text.
As soon as the user clicks on the button, the Yanaconda variable 'ButtonTextButton' is set to true,
e.g. 'ContinueButton':
ShowButton Continue
do
Rotate Y=1
Wait 1
while !ContinueButton
Example:
ShowButton Continue
Show a 'Continue'-button.
|