Image shows in expansion but now presets dont
-
I have finally got my expansion folders to show the image but now when you click on the image no
text will show up in any other colum in the Preset browser, if i change my script from "drawPresetBrowserListItem" to createPresetBrowserListItem the script will still complie but the image in the expansion disapears and all the text shows up how can i keep the image in my expansion colum and have the text show up in the preset colum in the browser??
Anyone Please -
@Jaytove drop a sample of your "drawPresetBrowserListItem" section.
-
-
none of the text will show in any other colum
-
@Jaytove said in Image shows in expansion but now presets dont:
none of the text will show in any other colum
In your look and feel function you are only drawing stuff for the expansion column. You need to draw the other columns too.
-
@d-healey do i have to write a draw function for each colulm im only going to use the expansion colum and preset colum how do i get the presets to show in the preset browser? i dont want an image for the presets how can i write in my script just to show the name of the presets?
-
@Jaytove said in Image shows in expansion but now presets dont:
do i have to write a draw function for each colulm
Yes, as soon as you use
drawPresetBrowserFromListItem
you are responsible for drawing every list item in every column.I have a video on Patreon that shows how to customise the preset browser using laf: https://www.patreon.com/posts/customising-with-105377992
There are also a couple of videos on my YouTube channel that might be useful.
-
@d-healey i joined yiur pateron and watched the video but without getting rid of the image this is what i get
-
@Jaytove I need to see your code