Page 1 of 1

Disable Tooltip per Folder with Parameter?

Posted: 10 Dec 2011, 12:43
by spl1
Hi there..

Is it possible to enable or disable tooltips for several folders?
thumbnails.tooltip.enable=true won't work.. :-(

Example:
Folder a has toolstip
Subfolder has no tooltip
folder b has tooltip
Subfolder b has no tooltip
folder c has no tooltip
...

regards

Re: Disable Tooltip per Folder with Parameter?

Posted: 10 Dec 2011, 12:58
by Artur
spl1 wrote:thumbnails.tooltip.enable=true won't work...
Because you lost "d" in "enabled". Correct parameter code should looks like this:
Code
thumbnails.tooltip.enabled=true
:wink:

Re: Disable Tooltip per Folder with Parameter?

Posted: 10 Dec 2011, 14:51
by spl1
hmmmm what a typo.....
:oops:
thanks 4 your help...