Quick Sign In:  

Forum: VirtualDJ Skins

Topic: Help please

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

dfyffePRO InfinityMember since 2003
Vdj 7, Im trying to get a caller on air indicator to work. but no luck, I would like when I activate the line in on deck 6, for the indicator to light. Thanks

Caller On Air
-------------
<visual type="onoff" source="get haslinein ? off : on" deck="6" >
<size width="38" height="12"/>
<pos x="795" y="5"/>
<up x="795" y="5"/>
<down x="70" y="3293"/>
</visual>
 

Posted Thu 05 Jun 14 @ 8:15 pm
Try:

<visual type="onoff" source="deck 6 linein ? on : off" >
<size width="38" height="12"/>
<pos x="795" y="5"/>
<up x="795" y="5"/>
<down x="70" y="3293"/>
</visual>
 

Posted Thu 05 Jun 14 @ 8:25 pm
dfyffePRO InfinityMember since 2003
Thanks Dan, that works.
 

Posted Thu 05 Jun 14 @ 9:11 pm
dfyffePRO InfinityMember since 2003
Dan, how would I make that a button, to turn linein 1 deck 6 on, also I would like the indicator to blink when on. Thanks.
 

Posted Thu 05 Jun 14 @ 9:32 pm
<button action="deck 6 linein ? blink & deck 6 linein : deck 6 linein">
<size..../>
<pos...../>
<up....../>
<down....../>
</button>

I haven't tested this but give it a try.
 

Posted Thu 05 Jun 14 @ 9:49 pm
dfyffePRO InfinityMember since 2003
No go Dan.
 

Posted Thu 05 Jun 14 @ 10:23 pm
Ive re-read. Are the button an indicator 2 separate things?
 

Posted Thu 05 Jun 14 @ 10:25 pm
dfyffePRO InfinityMember since 2003
It is a indicator but I wanted to convert it to button.
 

Posted Fri 06 Jun 14 @ 6:41 am
Ok,

I have just tested this action action and it works for me:
deck 6 linein ? blink & deck 6 linein : off & deck 6 linein
 

Posted Fri 06 Jun 14 @ 8:11 am
dfyffePRO InfinityMember since 2003
djtouchdan wrote :
Ok,

I have just tested this action action and it works for me:
deck 6 linein ? blink & deck 6 linein : off & deck 6 linein


Thanks Dan, appreciate, the ": off" was missing, it now works.
 

Posted Fri 06 Jun 14 @ 10:19 am
Haha, yes I was able to test that one 😉
 

Posted Fri 06 Jun 14 @ 10:34 am


(Old topics and forums are automatically closed)