Quick Sign In:  

Forum: VirtualDJ Skins

Topic: button with visual [cue color]
locodogPRO InfinityModeratorMember since 2013
I looked at

define class="button_hotcue"

but I can't get my version to work
my <define for button is a copy of class="button_main"
except I have added placeholder="sourcecolor,
then I tacked on the end the <group visibility="[SOURCECOLOR]"> section from class="button_hotcue"

but it won't take, it's not jumping out what I'm getting wrong.
any pointers?

The call seems right
		<button class="button_main_cue" x="+10" y="+10+105-15+36" width="95" height="34" action="hot_cue 1" rightclick="delete_cue 1" textaction="cue_display 1" textsize="16"  weight="" sourcecolor="cue_color 1"/>
 

Posted Thu 21 Apr 22 @ 9:19 pm
locodogPRO InfinityModeratorMember since 2013
nevermind, selfsolved, I'm still not 100% on how I went wrong but, after a few attempts I'm starting to get it in a way I can't explain, [even to myself], but I'm getting it..
 

Posted Fri 22 Apr 22 @ 7:18 pm
Hi, any idea how you did solve this in the end? I'm having the same issue. I to try apply cue_color to a button, but it just refuses to show up.

<button action="hot_cue 1">
<pos x="+0" y="+0" width="40" height="40" />
<up color="red" border="black" />
<selected color="cue_color 1" border="red" />
<text fontsize="13" weight="bold" color="white" align="center" action="cue_name 1"/>
</button>
 

Posted Sat 23 Jul 22 @ 7:43 pm