Runtime use
To open and close a dialog, use the action “openDialog” or “closeDialog”.It’s possible to open dialogs in a series (dialog which opens a new dialog and so on). In the case of multiple modal Dialogs, during close, please respect the exact (inversed) opening order otherwise, with some Java releases (e.g.: PC Executor on a Windows PC) the application could lock (the application must be closed using the system task manager).A dialog can be closed even clicking on the “X” top-left button.It’s possible to execute page recalls from a dialog. In this case the new page will take place in the background, without closing the dialog. If it’s required to execute a page recall closing even the dialog, just add a new event “closeDialog” after the page recall one.