Greetings,
In version 7 I right click my PLAY button and get REVERSE. It works great for rocking videos back and forth.
Version 8 has a different function for right click on the PLAY button.
Do I need to get into my version 8's skin XML file to make the change? Or is there something in the SETINGS.XML I can modify for this change?
In version 7 I right click my PLAY button and get REVERSE. It works great for rocking videos back and forth.
Version 8 has a different function for right click on the PLAY button.
Do I need to get into my version 8's skin XML file to make the change? Or is there something in the SETINGS.XML I can modify for this change?
Mensajes Tue 19 May 15 @ 6:52 am
It's in the skin.
Mensajes Tue 19 May 15 @ 6:55 am
Thanks,
This is in my Version 7 skin XML. But I haven't found it in my Version 8 XML. I'm using FRUIT's skin. Searching.
Play_Stutter
------------------------------------------------------------
<button pannel="deck1a" action="deck 1 play_button" rightclick=" deck 1 reverse while_pressed">
<pos x="230" y="223"></pos>
<size width="39" height="23"></size>
<selected x="378" y="380+900+256"></selected>
<over x="378" y="380+1400+256"></over>
<down x="377" y="380+899+256"></down>
</button>
UPDATE: Errrr.... can't find it. The XML formats are completely different. Can't even find KEY to change the font size and selection order. Not having much luck. Tired going to bed.
This is in my Version 7 skin XML. But I haven't found it in my Version 8 XML. I'm using FRUIT's skin. Searching.
Play_Stutter
------------------------------------------------------------
<button pannel="deck1a" action="deck 1 play_button" rightclick=" deck 1 reverse while_pressed">
<pos x="230" y="223"></pos>
<size width="39" height="23"></size>
<selected x="378" y="380+900+256"></selected>
<over x="378" y="380+1400+256"></over>
<down x="377" y="380+899+256"></down>
</button>
UPDATE: Errrr.... can't find it. The XML formats are completely different. Can't even find KEY to change the font size and selection order. Not having much luck. Tired going to bed.
Mensajes Tue 19 May 15 @ 7:13 am
Made this change. Zipping now to see if it works.
*** Transport ***
<button action="play_options">
<tooltip>PLAY OPTIONS</tooltip>
<size width="18" height="18"/>
<pos x="1220+319+63+63+63+63+54" y="319"/>
<up x="1584" y="1729"/>
<over x="1584" y="1729"/>
</button>
<button action="play_button" rightclick="deck1 reverse while_pressed">
<tooltip>PLAY</tooltip>
<size width="60" height="27"/>
<pos x="1220+319+63+63" y="319"/>
<down x="1731" y="1752"/>
<over x="1731" y="1724"/>
<up x="486" y="1227"/>
<icon sysicon="play_button" width="25" height="25"/>
</button>
UPDATE: Didn't work. I confirmed this modification wss in the 4Deck.xml.
Can anyone confirm if I have the script correct? VDJ 8's XML is different than Version 7.
I'd love to get my PLAY buttons on the 4 decks to allow me to rock videos back and forth like I had it in Version 7.
Help please.
Jimmy
*** Transport ***
<button action="play_options">
<tooltip>PLAY OPTIONS</tooltip>
<size width="18" height="18"/>
<pos x="1220+319+63+63+63+63+54" y="319"/>
<up x="1584" y="1729"/>
<over x="1584" y="1729"/>
</button>
<button action="play_button" rightclick="deck1 reverse while_pressed">
<tooltip>PLAY</tooltip>
<size width="60" height="27"/>
<pos x="1220+319+63+63" y="319"/>
<down x="1731" y="1752"/>
<over x="1731" y="1724"/>
<up x="486" y="1227"/>
<icon sysicon="play_button" width="25" height="25"/>
</button>
UPDATE: Didn't work. I confirmed this modification wss in the 4Deck.xml.
Can anyone confirm if I have the script correct? VDJ 8's XML is different than Version 7.
I'd love to get my PLAY buttons on the 4 decks to allow me to rock videos back and forth like I had it in Version 7.
Help please.
Jimmy
Mensajes Thu 21 May 15 @ 3:21 am
Skip the deck part or it will always act on deck 1 regardless of which deck you press it on
<button action="play_button" rightclick="reverse while_pressed">
<button action="play_button" rightclick="reverse while_pressed">
Mensajes Thu 21 May 15 @ 3:42 am
Ok thanks I'll try it. Only thing is it doesn't reverse on DECK 1 with this change to the skin's XML.
Mensajes Thu 21 May 15 @ 3:50 am
That did it. Now off to get the other 3 decks.
<button action="play_button" rightclick="reverse while_pressed">
Thank you. Thank you. Thank you.
Jimmy
<button action="play_button" rightclick="reverse while_pressed">
Thank you. Thank you. Thank you.
Jimmy
Mensajes Thu 21 May 15 @ 3:55 am