Anmelden:     


Forum: VirtualDJ Skins

Topic: iPhone skins and VDJScript macros

Dieses Thema ist veraltet und kann veraltete oder falsche Informationen enthalten.

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

geposted 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">

 



(Alte Themen und Foren werden automatisch geschlossen)