Connexion rapide:  

Forum: VirtualDJ Skins

Sujet: iPhone skins and VDJScript macros

Ce topic est ancien et peut contenir des informations obselètes ou incorrectes.

Is it possible to use macros in button actions in an iPhone skin?
 

Posté Wed 15 Jun 11 @ 10:00 pm
You may have any VDJ Script action assigned to a button.

What do you mean by macro? An example?
 

I wanted one button to issue two commands by linking them with an & eg

<button action="browser_window 'songs' & browser_scroll -1">

to make sure that pressing that button always selected the previous song even if I had previously selected folders

but this stopped the skin loading
 

I think I have solved this for myself: because it's in a XML file, the ampersand has to be replaced by &amp; and then it works as expected.

eg

<button action="browser_window 'songs' &amp; browser_scroll -1">

 



(Les anciens sujets et forums sont automatiquement fermés)