Is there anyway to turn off completely the default tooltip on a skin button? In other words, I don't want any tooltip for this particular button to display independent of not showing all tooltips.
发表时间 Sat 19 Mar 16 @ 3:14 pm
Add the following inside the <button> element
<tooltip></tooltip>
发表时间 Sat 19 Mar 16 @ 3:32 pm
Thank you. Worked fine.
发表时间 Sat 19 Mar 16 @ 3:43 pm
If you want to disable tooltips at all you can put this in a menue:
So the user has to choice ;o)
Took this one from here :
http://www.virtualdj.com/forums/208449/VirtualDJ_Skins/Jogwheel_and_4_beats_new_mode.html
;o)
<item text="Tooltips" action="setting 'tooltip'" check="setting 'tooltip'"/>
So the user has to choice ;o)
Took this one from here :
http://www.virtualdj.com/forums/208449/VirtualDJ_Skins/Jogwheel_and_4_beats_new_mode.html
;o)
发表时间 Mon 21 Mar 16 @ 9:44 pm
Go to Virtual DJ Settings , In Options , set Tooltipp = No
Greatings Dani
Greatings Dani
发表时间 Tue 22 Mar 16 @ 10:42 am
Don Moir wrote :
In other words, I don't want any tooltip for this particular button to display independent of not showing all tooltips.
Guys re-read carefully :)
发表时间 Tue 22 Mar 16 @ 12:16 pm
I did read carefully, just wanted to give a hint in another direction ;o)
发表时间 Tue 22 Mar 16 @ 12:46 pm
But you are explaining how to enable/disable the tooltips setting (which is acting on ALL tooltips at once), not answering to his need which is de-activating the tooltip for ONE button only, indepently from the options setting.
The only other way I know is to add a field to the button's tag like :
<button tooltip="">
Cheers.
The only other way I know is to add a field to the button's tag like :
<button tooltip="">
Cheers.
发表时间 Tue 22 Mar 16 @ 1:56 pm