Preset Browser's Border & LAF
-
Hey FOlks
Did anyone get An Idea On How To Change The Border Of the Category/Bank/Presets Column For the Preset Browser?
Thanks -
You don't need to use LAF to draw that, you can do it with a panel.
-
@d-healey Wow, Very Nice, How You Removed The Border, And How To Listing The Categories In Panels?
-
@d-healey Okey, Now Got You :)
So You Changed The Border Color In Colors Property To Match Your Background ( Kinda Hidden )
And Painted A Round Rectangle On The Panel / Container To Show The Columns,
Correct? -
So You Changed The Border Color In Colors Property To Match Your Background ( Kinda Hidden )
Actually, I think I used the
drawPresetBrowserColumnBackground
LAF function to hide the columns, but you could also use this to draw them if you want. It's been a while since I played with it. -
Thank You Sir David @d-healey
This Did The Job :)laf.registerFunction("drawPresetBrowserColumnBackground", function(g, obj) { g.setColour(0); g.setColour(0xFF272727); g.fillRoundedRectangle(obj.area, 2); });
-
@d-healey One Last Question
I Have A Button To Open The Presets Folder But Can Find What API I Need To Use
Any Help Is Much Appreciated -
@Natan If you're on my Patreon I posted a video all about LAF buttons on Saturday. The function is drawToggleButton. It's all in the docs - https://docs.hise.audio/glossary/custom_lookandfeel.html
-
@d-healey How did you change Add,Rename,Delete to these Icons?
-
laf function
drawDialogButton
-
-
He's Not A Developer I Guess.
@d-healey @Natan Of course not....you have guessed right. I am a keyboard player and I do Music arranging and Remixing for a famous Indian artist/ producer name Rudra Ghosh at his new Studio in INDIA. I am from Nepal. One day I saw besides his Musical works he is programming in JUCE. It catches my eyes. I asked him what is this? he told me about C++ programming. Then I started digging around C++,I found Cabbage, HISE etc. which have been made based on JUCE. This is my short story how I came across HISE. Hope I will learn it from you a bit in future.
-
@DabDab What? are you working at my brother's Studio? That is cool !!. Welcome to HISE forum.
-
@DabDab said in Preset Browser's Border & LAF:
y short story how I came across HISE. Hope I will learn it from you a bit in future.
So Namaste To You Buddy :)
Yeah I Know Rudra And His Sister @Tania-Ghosh :) Talented Guys
And I Hope You Learn A Lot, And Dont Forget This Name "David Healey" Lol
So Here Is Where You Need To Introduce Your Self :)
Welcome DabDab :) -
-
@d-healey said in Preset Browser's Border & LAF:
@Natan said in Preset Browser's Border & LAF:
And Dont Forget This Name
Christoph Hart :D
-
-
@Tania-Ghosh Oh.. You are Sister of Rudra ji? Younger or Elder Sister? I didn't hear much about you.
What are you doing here ?
-
-
How to make RDX Bomb learning here.
@Tania-Ghosh Sorry my bad. My English is weak... I wanted to ask What are you doing with HISE? Plugins development or learning?