Hello friends The code below to create a tooltip label works. But the 
tooltips sometimes get longer so that the macro call becomes confusing. I 
want to change that. 

\ define beztool (name tooltip)
<td align = left valign = top>
<$ button tooltip = $ tooltip $> $ label $ </ $ button> 
</td> 
\end 

I have the following idea. Since I have a table in which there should be a 
lot of tooltips, this should be done with fields. The designations in the 
buttons are by necessity capital letters. now i would like the content of 
the box DescriptionIn lower case _ tooltip is read out and displayed as a 
tooltip. becomes. I've already tried the following. 

\ define beztool (name) 
<$ vars = "fieldname" value = lowercase [$ label $] _ tooltip> 
<td align = left valign = top> 
<$ button tooltip = $ fieldname $> $ description $ </ $ button> 
</td> 
\end 

unfortunately that doesn't work. Can someone help me there?

thanks
Gerald

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e3704d0a-b8f2-4456-b68d-ffe7f6aa24f3n%40googlegroups.com.

Reply via email to