Hi everyone,
I would like to create a modal dialog in my GUI for PE HMI1 in order to warn the user with some kind of errors that might happen in our system, and as soon as the user click any point of the screen this dialog should disappear.
I read at the GUIX user guide (Revision 5.3.0) "The gx_window_execute function does not return to the caller until the dialog window is closed, either by user input or by calling gx_window_close" but I do not have any gx_window_close function inside my project.
As a temporary solution I am using gx_widget_show and gx_widget_hide to show/hide this window, but is there a better way of doing this?
Iam using GUIX version 5.3.2.0 and SSP1.1.3