At times, you need to prompt users for a string of text.
Adding a text prompter
To display a window into which users enter a text string, add a Text Prompter part:
Changing the settings for the prompter
Define what the prompter displays by changing its settings:
Connecting the prompter to other parts
After you define a prompter, make an event-to-action connection so the prompter displays when the event occurs. Connect the event, such as clicked for a push button, to the prompt action of the Text Prompter part.
Also, make an attribute-to-attribute connection that passes the text entered as a parameter.
For more information on scripts and connections, see Connect scripts and parts to add function.