PresetBrowser.cpp Customiztion!!!
-
Hey Folks hope Y'all doing well
Trying to Customize The "Add,Rename,Delete" Buttons on Preset Browser, And Just need to Make them ALL CAP,
Any one can Point me to The Source code Line That Needs to be Changed?Thanks for advices
-
@Natan Can't you do this with LAF?
-
@d-healey Not sure about The LAF and Browser
-
Look up the section for drawDialogButton
-
@d-healey No Idea How to Find and Change those Buttons.
This is Just Says how to do The customization, And Doesn't Point me to anywhereI tried With PresetBrowser.cpp, And luckily Changed The "SavePreset, And More" To all CAPS, But cant find The Other ones. :(
-
@Natan Follow the LAF documentation from the top.
-
-
@Natan Everything you need for the preset browser is in the docs. Have you used LAF before?
-
I just tested and made the Add button capital using LAF
This is the line in my LAF function:
if (obj.text == "Add") g.drawAlignedText("ADD", obj.area, "centred");
-
@d-healey Oh thankyou Sir, Willtry in a sec