Hiding preset browser search bar
-
Trying to hide the default search bar in the preset browser
Tried hiding it with an empty local LAF but its still there
presetBrowserLaf.registerFunction("drawPresetBrowserSearchBar", function(g, obj){});
Workarounds?
-
@mmprod I think you can put a panel on that area to hide the search bar and paint that panel the way you want.
-
-
@mehmethand good idea thanks
-
@mmprod Just change the setting to false.
-
@d-healey I saw this in a previous thread - to be honest I don’t understand what I’m reading. How do I use this?
-
@d-healey haha that’s what I needed. You got it before I even asked the question
Thanks
-
Search bar is still there....
-
@mmprod Did you hit apply? It's working here.
-
@bendurso yep I did
-
@mmprod Ok sorry, then you have to build the latest Hise develop branch
-
@bendurso Just did, and it works perfectly. Thanks!