Three button popup to display a message and allow for a user decision. The message is connected to the Text input, the three button[n] Text inputs set the texts of the three buttons. Title can be used to set the title of the popup window.
Text (Required)
- Input type: String
- Message to be displayed.
Title (Recommended)
- Input type: String
- Default value: “Please choose…”
- Can be used to set the title of the popup window.
button0 Text (Required)
- Input type: String
- Default value: “Accept”
- Text of the button which will return 0 as user selection.
button1 Text (Required)
- Input type: String
- Default value: “Deny”
- Text of the button which will return 1 as user selection.
button2 Text (Required)
- Input type: String
- Default value: “Deny”
- Text of the button which will return 2 as user selection.
Output connectors
Selection
- Output type: I32
- Returns 0, 1, or 2 depending on the user selection/pressed button.