快速登录:  

Forum: VirtualDJ Technical Support

话题: debug custom_button_name 1
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
 

发表时间 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 -->
 

发表时间 Wed 18 May 22 @ 1:04 am