issue_listbox.fsmIn this model I'm trying to click on the button to refresh contents in the listbox. Though this works in the standalone flexsim model, but it does not work when running the model on FlexSim webserver.
I'm working on the use case of having first listbox with contents in which a user can select, and depending on the item the user selected, a second listbox will be refreshed with contents related to the selected choice. However, it seems to me that the model running on webserver is not able to refresh listbox contents.
Any advice is appreciated.
FYI. I have also included the change as per suggested in the forum post "Dashboard widgets; listbox onselect to set text to edit box - FlexSim Community". The result remains the same.