Sign In:     


Forum: VirtualDJ Technical Support

Topic: debug custom_button_name 1

This topic is old and might contain outdated or incorrect information.

Trying to piece together how to program a button name...
Using the following in a custom button
debug custom_button_name 1
returns
text: nothing_name
 

Posted Sun 15 May 22 @ 11:38 pm
I'm going to answer this myself if I'm searching 5 years from now for an answer.

The question really was how do I add text to the button. Simple enough. One option inside a skin xml file is using static buttons:

<button class="blackbutton" >
<pos x="+650" y="+60"/>
<text text="A#"/>
</button>

<!-- The blackbutton class is defined earlier in the xml to define the looks of the button -->
 



(Old topics and forums are automatically closed)