How to display a dialog when a button is pushed

ImportantThe following article uses options that are available starting with the Enterprise edition and project type.

In order to display the dialog, the "Display a specific dialog" published control event must be used:

  1. Select the button that will trigger the control event.
  2. Select the “Published Events” tab in the “Control” pane.
  3. Use the [ New... ] button to create a new control event. The Edit Control Events Dialog will be displayed.
  4. Configure the control event as follows:
  • Name = Display a specific dialog
  • Argument = Choose the name of the dialog that you want to display when the button is pushed. If you don't want to use one of the existing dialogs but create a new one, choose the “<NewDialog>” option.
  • Condition = Leave this field unchanged if you don't want to condition the execution of this control event.