Finally: Fully customize stock UI elements with a scripted LookAndFeel
-
@ustk Yeah I found it in scriptnode, now to find some tutorials or something to learn how to do this paint stuff.
-
Yeah I found it in scriptnode, now to find some tutorials or something to learn how to do this paint stuff.
-
@d-healey said in Finally: Fully customize stock UI elements with a scripted LookAndFeel:
Yeah I found it in scriptnode, now to find some tutorials or something to learn how to do this paint stuff.
I can recommend @d-healey s paint routine videos :)
-
@Dalart In the doc you'll find examples
-
Found a bug. I customized a combo box to have an invisible background but this has also affected the rendering of HISE's windows.
Also I have a usability question. What happens if I want to customize two controls of the same type but have them look different? Is it possible to attach the paint routine to individual controls or must be use a control statement within the paint routine to determine how each control should be painted?
-
Nope, it overrides the global look and feel. However you can use the colour properties to customize individual UI elements at least a little bit.
-
Knobs/Sliders next please :D
-
@d-healey said in Finally: Fully customize stock UI elements with a scripted LookAndFeel:
@ustk said in Finally: Fully customize stock UI elements with a scripted LookAndFeel:
- MidiLearnPanel => column widths
Side request - can you make the midi learn panel even more useful by adding the ability to select the assigned CC from a right click menu? This will be very helpful for users who don't have many hardware controllers but still want to use CC automation in their DAW/host.
Assuming this request didnt get executed? If so add my vote for it please.
-
-
@Christoph-Hart said in Finally: Fully customize stock UI elements with a scripted LookAndFeel:
There you go:
https://github.com/christophhart/HISE/commit/d30e21dd1fb7f10f037986200fef6ab3e293d4bc
hey @d-healey - is this in your latest commit? If not any chance of adding it?
-
I think at this point it really would be best if Christoph could merge my branch into the official repo.
-
@Christoph-Hart Who else needs to sign the agreement thingy for you to merge? I can send dogs after them if needed :)
-
@d-healey We were 3, two of us did it :)
@Levitanus doesn't seem to be an active member for a while...
Maybe Christoph could reach him by email? traditional mail? carrier pigeon? -
@ustk He's active on VI-Control. I'll send him a message there.
-
Hi, I'm ready to sign. Ohhh. How complicated things are... It's just few lines from the JUCE repo)
-
Can't see what should I do
-
@Levitanus I think you'll need to wait for Christoph to send you the doc tomorrow.
-
OK, thanks. pianoist@ya.ru for the case
-
Actually, if you just pasted some lines over from the JUCE library, you don't need to sign it (because then the JUCE guys have the copyright). I've just seen your name in the commit history and wanted to make sure that everything is cleared before merging.
Alrighty then, we're good to go. @d-healey can you send me the link to the branch I should merge? I kind of lost track :)
-
https://github.com/davidhealey/HISE/tree/develop
There is a pull request open for it.