Page 1 of 1

vertical slider going up

Posted: 04 Mar 2010 00:24
by Crashoz
Hi i'm new in VLC skinning. I'm trying to make a simple vertical volume slider (no background) going up. If I set points to (0,0),(0,40) it works going down, so I set it to (0,0),(0, -40) but I can't move the slider then.
I didn't fully understand the slider system maybe it's easy to do this ^^

and is there anyway to have the normal controller in Fullscreen mode (I read that it can't be skinned but is it possible to have it although) ?

Thanks (sorry if my english is bad ^^)

Re: vertical slider going up

Posted: 05 Mar 2010 13:50
by Spyme
Sliders Points use a scheme like the following: Point1(x,y),Point2(x,y). Take a look to the default skin (e.g: the EQ window), maybe that explain something for you.

Re: vertical slider going up

Posted: 05 Mar 2010 15:33
by 3breadt
Instead of (0,0),(0,-40) try (0,40),(0,0)

Re: vertical slider going up

Posted: 05 Mar 2010 17:41
by Crashoz
Ok it works with (0,40),(0,0) thanks ! I knew it was easy ^^
Any idea for the controller in fullscreen mode ?

Re: vertical slider going up

Posted: 05 Mar 2010 23:22
by 3breadt
Fullscreen controller: viewtopic.php?f=15&t=69330

Re: vertical slider going up

Posted: 30 Mar 2010 20:02
by rtjwilde
Also one thing I discovered on my own without looking for documentation was using the point pen tool in the VLC Skin Editor and how add other points. I struggled for a while until I sort of accidentally found out that if I held down the shift key it activates the point tool add point function. So, if anyone is having difficulty figuring out how to add a point with the pen point tool hold down the shift key for windows users. For Mac users, if the shift key does not work try the command key. And if that doesn't work, try the option key.

Re: vertical slider going up

Posted: 31 Mar 2010 00:33
by 3breadt
Add with SHIFT, remove with ALT. Inspired by Photoshop bezier tool. I never had the time to do a real documentation...