Notifications
Clear all

[Closed] Calling ComboBox functions remotely

Hi guys,
Is there a way to call comboBox functions remotely in the same way you can call a button’s “on pressed” handler?
i.e. $.att.myButton.pressed() – Same as actually pressing the button

$.att.myComboBox.entered “string” – Unknown property: “entered” in ComboBoxControl:myComboBox

$.att.myComboBox.selection 2 – changes the selection but doesn’t run the other code in the change handler

The Rollout Clause section of the help file makes it seem like it should be possible but I can’t get it to go.

Thanks!