Multi-column comboboxes
-
@d-healey Thank you!!
-
@d-healey Ah, I hadn't quite understood that either. Thank you for the example! :-)
-
@d-healey ! I tried the snippet, but i have this result ? How to setup a correct multicolumn combobox with this method ? Thanks
-
@Lumi283 Are you using the develop branch?
-
@d-healey I use the default HISE installer
-
@Lumi283 You need to build the develop branch
-
This post is deleted! -
-
@Lumi283 do you have "useCustomPopup" enabled?
-
D d.healey referenced this topic on
-
Is there some LAF for the submenu combobox? For some reason, its width is less than half that of the main menu.
-
@bendurso Have you tried
getIdealPopupMenuSize
?laf.registerFunction("getIdealPopupMenuItemSize", function(obj) { // this will set the width to 200 and height to 50 //return [200, 50]; // sets the height to 30 return 30; });