I once again have a little problem:
I have hidden ng playlists vertical scrollbar by placing ng playlist in a child PSS and inserted it in the main PSS.
Now i wanted to show the scrollbar if needed with a button and inserted a blank tab stack (hidden on startup and called "Scrollbar") in the child PSS.
But something's wrong!
I see the buttons and they show/hide the scrollbar, but only partially and non-functional! And the buttons doesn't show the mousehover images (only when i move the mouse over a blank part of the child PSS. Then the mousehover image is shown durable).
Here is my code:
$puts(imagepath,C:\Programme\foobar2000\Appearance\)
$if($isvisible_c(Scrollbar),$imagebutton($sub(%_width%,10),0,10,10,$get(imagepath)Scroll2.png,$get(imagepath)Scroll2MH.png,PANELSHOW:Scrollbar:0;REFRESH,,)$movepanel_c(Playlist,0,10,%_width%,$sub(%_height%,10)),
$imagebutton($sub(%_width%,10),0,10,10,$get(imagepath)Scroll1.png,$get(imagepath)Scroll1MH.png,PANELSHOW:Scrollbar:1;REFRESH,,)$movepanel_c(Playlist,0,10,$add(%_width%20),$sub(%_height%,10)))
What have i done wrong?
Or does anyone know a better solution?
EDIT
I found a workaround.
I added the ng playlist twice in the child pss panel.
One with %_width% and one with $add(%_width%,20) (to hide the scrollbar) and switch with a button.
But it increases memory load and i wanted to keep my config as light as possible...
Any other ideas?