I would like to have a combo box contain variables and have the value of the variable displayed when the combo box is opened. Can this be done?
Thanks, Joe
1 answer
Hi Joe,
At the time being the ComboBox content is static, which can only be specified in editing mode. So this could not be done yet.
A possible workaround is to use the Table element, which can dynamically add/edit/remove the content in simulation mode. Using a button to show/hide that table might achieve similar result.