Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: Where does Button Editor save data?
Where does the button editor save it's custom scripts. I setup some custom buttons on a skin but after looking in the Documents/VirtualDJ/Skins folder I don't see any of the files modified with the content for the buttons I programmed.

Thanks
 

Posted Sun 15 May 22 @ 10:48 pm
locoDogPRO InfinityModeratorMember since 2013
settings.xml

customButtons
 

Posted Sun 15 May 22 @ 10:49 pm
Thanks @locodog , you beat me to my reply that I found the file which didn't show until I quit out of VirtualDJ.
I created a skin, how can I share it with everyone and have it automate adding the customButton section to that settings.xml
 

Posted Sun 15 May 22 @ 11:07 pm
locoDogPRO InfinityModeratorMember since 2013
don't use custom buttons for that, they're set locally.
make it a button with a fixed action, if you want to share a skin.

there's also multibuttons in the skin if the action used is a lengthy and end user doesn't need to see it. let me find my multibutton example.
 

Posted Sun 15 May 22 @ 11:40 pm
locoDogPRO InfinityModeratorMember since 2013

<multibutton id="SomeName">
<choice name="1" action="your action" />
</multibutton>


called with a fixed action button, action being
multibutton SomeName
 

Posted Sun 15 May 22 @ 11:44 pm