Hello!
Is it possible to use the default/native OS ComboBox/dropdown menus, as it is with alert windows?
I’d like to use the native graphics instead of having to tweak the graphics until I like the look of it.
Thanks in advance.
Hello!
Is it possible to use the default/native OS ComboBox/dropdown menus, as it is with alert windows?
I’d like to use the native graphics instead of having to tweak the graphics until I like the look of it.
Thanks in advance.
I’ve never seen this option anywhere… for any JUCE widgets. Other than windows.
Check the class reference:
https://docs.juce.com/develop/classComboBox.html
The word “native” does not show up anywhere.
I’ve seen a couple of posts mentioning something similar, but yes that class does not have an option for it.
I was hoping someone had an alternative to the ComboBox or a workaround.