Preset load
-
@d-healey speaking of the Preset Browser, can you turn off the border within the Tile? I have tried turning all of the colors within the Tile to "opaque" (except for text) yet the border always remains.
I can get the search bar to "disapear" with this hack but not rhe actual border that surrounds your Preset list.
-
@trillbilly said in Preset load:
can you turn off the border within the Tile
You can customise it extensively using Look And Feel
-
@d-healey How can I remove Remove and Rename Button?
-
@dabdab C++ or make them invisible with LAF and place an invisible control over the top so they can't be clicked.
-
@dabdab I'm adding some functions to the preset browser to reposition the controls. I'll try and add options for hiding those buttons too.
-
@d-healey to hide the buttons I used an unstoppable system :) I put an image of the same color on it. and There you go :)
don't thank me for this tip. that makes me happy -
Done :) I have some more things I want to try then I'll push this to my fork and make a pull request.
-
@d-healey Yup.. I know How to disable any button in C++ addAndmakevisable and setVisible are the mastermind behind it.
I wanted something from HISE. That you have achieved later. Proud to you man. (y)
But only problem I am using my modified HISE version. Your new updated HISE will have to install on another PC. -
@dabdab Why not pull my changes into your modified version with git?
-
@d-healey Is it possible? I mean will it work fine with the latest HISE? I modified the old HISE ScriptNode and Master Branch...
-
@dabdab said in Preset load:
will it work fine with the latest HISE
I continually pull the develop branch into my fork, so I don't know what conflicts this will have with your fork, you'll have to try it and see.
-
@d-healey Great.. I didn't have the courage. You have pushed me.. Thank you.. I will give it a try.
-
@d-healey you have an example please? I still cannot understand. I don't like to ask but I'm stuck
-