Hi Enrique, thanks for your response.
I apologize for the length of the response, but I am trying to provide as much detail as possible about what is happening since this is very new to me.
I am attaching the simplified model with only the GUI that I am trying to configure.
Your suggestion to insert it into a Dashboard worked, as did the command to call the GUI builder.
The GUI that you can use as a reference and that works well is the one I open from the toolbox.
However, there are certain aspects that do not work quite well:
It is a bit difficult to explain everything that happens.
But I think I am missing something to configure in the synchronization or automatic refresh between the GUI that opens from the toolbox and the one I have linked from the GUI class.
That is why I am attaching the example model.
What I need is for the GUI panel that I link in the GUI class to be as editable and functional as the one I open directly from the Toolbox, as it will be the one offered to the user.
- 1- The GUI, when I open it from the toolbox and edit it, does not sync with the one I have in the dashboard and vice versa.
- 2- When I try to edit the GUI from the dashboard, the items in the comboboxes do not refresh. From the prints I get, I can infer that the code (User Command and the onSelect of the comboboxes) is executed… but it is not visualized.
- 3- When I open the GUI Builder from the button enabled in the dashboard and press F5 to edit the position of the GUI elements, the window opens but is completely minimized. Also, the comboboxes do not work well in this panel. When I close the GUI builder and refresh the GUI Class, it takes default values from the first item in the combobox list, leaving the last selected data.
- 4- If in this GUI panel that I open from the “Edit Panel” button on the dashboard, I press Reset, all the comboboxes go blank, which is correct, but when I close the GUI builder and refresh the GUI class, the cb_month takes the value 07 - July.
- 5- At some point, I get this message:
VIEW:/active/MainPanel/BackPanel/SplitterXPane/SplitterYPane/SplitterXPane/TabPane~2/TabControl/Dashboard/GraphPanel/DashboardGuiclass8/GUI Class/cb_minute
exception: FlexScript exception: Property “value” accessed on invalid node. at <no path>
On the other hand, I created the “Edit Panel” button as you indicated. I gave the GUI class an ID and inserted a code snippet in the onPress. Conceptually, it wouldn’t make much sense for this button to be accessible to the user since they won’t be editing anything, and the modeler could configure it through the toolbox… but is there any option to add a password to activate the button?
For example, the button is visible, but when pressed, it asks for a password and remembers it for the session.
Additionally, I have tried to add the GUI to the User Library but cannot find the option to add it. I have already created the User Library, but neither from the right-click on the GUI in the Toolbox, from the GUI node, nor from the panel itself do I find the option to add it.

Ejemplo GUI.fsm
Thanks in advance