I’m clearly not seeing the forest for the trees here.
How do I set a ComboBox to display a specific label in its list?
Current Example: ComboBox is a list of fonts : Arial, Helvetica, Courier.
I have buttons associated with text formats.
If I press a button, I want to read textFormat.font and have the combobox display the label that is the same.
I already have it so changing the ComboBox changes the font of the text, it’s just when I click to the next textFormat I can’t seem to get the ComboBox to reset to the current font.