Dear Sir/Madam,
I am trying to develop a simple dashboard GUI with a listbox and an edit box. When I select an item in the listbox, the selected item's name should be set to the edit box.
This work well within the simulation model environment, but when I ran the model on the webserver, the value on the edit box is not updated. Checking on the model ran by the webserver, the node that is linked to the edit box is updated correctly.
I tried using repaintview to repaint the edit box, but still not updated. I have also used setviewtext to set the text to the edit box directly, but still not updated.
Am I missing something in the code for the webserver version to work?
I am using the latest version of webserver
Thanks
Chong