question

Devdatta D avatar image
1 Like"
Devdatta D asked Borja Lorenzo commented

anchor gui to dashboard so users can just make changes their

I have gui that changes values for processors. A single gui has all the processors linked. I would like to pin the gui to dahsboard and let users change the values for each processor in the dashboard.

FlexSim 22.2.4
dashboardsguiprocesor
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Logan Gold avatar image
1 Like"
Logan Gold answered Borja Lorenzo commented

You can add a GUI Class widget from the Dashboard library. It is in the Model Input section of the library:

https://docs.flexsim.com/en/22.2/GettingData/StandardDataGathering/KeyConceptsDashboards/KeyConceptsDashboards.html#types

The GUI Class widget allows you to link to a GUI object and have that GUI show up in the Dashboard just like any other widget. You can do this by using the Sampler in the widget's Properties/Dashboard Control (next to the Link input field), to sample a GUI from the Toolbox.

· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Borja Lorenzo avatar image Borja Lorenzo commented ·

Hello

I have tried to implement this in my model (I am sharing the link to my question where my model is published: GUI Panel Synchronization - FlexSim Community ) but the changes I make in the dashboard GUI are not reflected or updated in the custom GUI.


Each button has code in the onPress and onSelect attributes, and these seem to be partially activated from the GUI Class but not exactly as intended.


Specifically, in each combobox, I have defined some User Commands that in turn call other User Commands to update the items in the downstream comboboxes… I don’t know if this could be a problem.


I would appreciate any help with this issue.


Thank you very much.

0 Likes 0 ·