Information

  • Dialog modules are auxiliary modules which work similar to dialog messages. However, they are structured like actual modules and allow for more complex actions and selection operations than dialog messages.
  • Dialog modules are customized like regular modules and are turned into dialog modules by setting Class = 12.

Procedure

Note

  • Dialog modules can only be used within the panel. 
  • Via the open_dialog_module() Python function, each module can be opened as dialog module.