Ingreso rápido:  

Forum: VirtualDJ Skins

Tema: use of slider crashes VDJ8

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.

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?
 

Mensajes 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>
 

Mensajes Sat 29 Aug 15 @ 6:16 pm
 

Mensajes 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!

;)
 

Mensajes Sat 29 Aug 15 @ 6:26 pm


(Los tópicos y foros antiguos son automáticamente cerrados)