Quick Sign In:  

Forum: VirtualDJ Skins

Topic: use of slider crashes VDJ8

This topic is old and might contain outdated or incorrect information.

I'm in the process of adapting my touch screen skin to VDJ8 and noticed that when I try to use the volume slider of a deck, the program crashes...
This is the code for my slider:
<slider action="deck 1 level" orientation="vertical" direction="up">
<size width="43" height="460"/>
<pos x="619" y="37"/>
<up x="619" y="37"/>
<selected x="759" y="1118"/>
</slider>
Is there anything wrong with this code? I checked the VDJscript verbs and the SDK but couldn't find anything... What am I missing here?
 

Posted Sat 29 Aug 15 @ 6:05 pm
For slider elements you need to add a <FADER> element...

<slider action="deck 1 level" orientation="vertical" direction="up">
<size width="43" height="460"/>
<pos x="619" y="37"/>
<up x="619" y="37"/>
<selected x="759" y="1118"/>
<fader>
<size width="" height=""/>
<pos x="" y=""/>
</fader>

</slider>
 

Posted Sat 29 Aug 15 @ 6:16 pm
 

Posted Sat 29 Aug 15 @ 6:22 pm
Yo Phantom! Thanks for the tip! It now works :) yipeee!

For anyone interested: for touchscreen skins, just give everything in the fader part a value of 0 and it will be invisible!

;)
 

Posted Sat 29 Aug 15 @ 6:26 pm


(Old topics and forums are automatically closed)