Quick Sign In:  

Forum: VirtualDJ Skins

Topic: iPhone skins and VDJScript macros

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

alucasCUE userMember since 2008
Is it possible to use macros in button actions in an iPhone skin?
 

geposted Wed 15 Jun 11 @ 10:00 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
You may have any VDJ Script action assigned to a button.

What do you mean by macro? An example?
 

geposted Thu 16 Jun 11 @ 9:28 am
alucasCUE userMember since 2008
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
 

geposted Thu 16 Jun 11 @ 10:59 am
alucasCUE userMember since 2008
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">

 

geposted Fri 17 Jun 11 @ 3:27 am


(Alte Themen und Foren werden automatisch geschlossen)