Is there any way to change the background color of tooltips and choose the font properties. Also I am having difficulty using a carriage return '\r' or new line '\n' the tool tips often have three options eg
leftclick: hot cue 1 / rightclick: set cue name / rightclick [hold]: delete cue
I would like to separate them onto different lines to make it more readable eg.
leftclick: hot cue 1
rightclick: set cue name
rightclick [hold]: delete cue
leftclick: hot cue 1 / rightclick: set cue name / rightclick [hold]: delete cue
I would like to separate them onto different lines to make it more readable eg.
leftclick: hot cue 1
rightclick: set cue name
rightclick [hold]: delete cue
Posted Fri 26 Jul 13 @ 8:36 pm
<tooltip font="Arial" weight="bold" size="13" color="black" back="#C4B573" shortcut="#808080"></tooltip>
color=text color
back=background color
shortcut=shortcut color (the text you see when a button of a controller or keyboard has the same action as the skin button)
\n is not supported.. yet ;)
color=text color
back=background color
shortcut=shortcut color (the text you see when a button of a controller or keyboard has the same action as the skin button)
\n is not supported.. yet ;)
Posted Fri 26 Jul 13 @ 11:35 pm
While on the topic of TOOLTIP..
can i use the get_browsed command within a tooltip?
(as id like to somehow have the comment field popup in a tool tip or field 1 / field2 etc, this could be handy to have the contents of mega mixes listed there)
can i use the get_browsed command within a tooltip?
(as id like to somehow have the comment field popup in a tool tip or field 1 / field2 etc, this could be handy to have the contents of mega mixes listed there)
Posted Tue 30 Jul 13 @ 6:01 pm
Tooltip currently supports only pure text.
Posted Tue 30 Jul 13 @ 8:09 pm