Prompt Event response type

This response type allows developers to prompt users without writing code.

The prompt event handler is asynchronous, so if it appears in a chain of events, that chain is not suspended while waiting for the user's response.  The prompt is displayed after the event chain that runs the prompt event handler is completed.

You can associate a WinStudio event name with each response option.  When a user selects a response, the event associated with that button is generated in the calling form.

If multiple prompt event handlers are run in the course of a single event chain, only the last prompt is displayed.