Getting The Selected Item from a Combo #203
Replies: 3 comments 5 replies
-
Does this work? comboId = panel:getcombo(name):getSelectedId() If comboId == 0 then Or you have to use getSelectedItemIndex, can't remember. |
Beta Was this translation helpful? Give feedback.
-
int getSelectedId(); From the comboBox.h file. |
Beta Was this translation helpful? Give feedback.
-
As usual, the full list of capabilities can be found in the Juce API. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Strangely I couldn't find this one over at the old forums. Lots of stuff on setting them, but nothing on getting the value.
Beta Was this translation helpful? Give feedback.
All reactions