Open dreamstorpi opened 4 years ago
hm, :"tip" looks broken right now< sorry
but you may set column for tolltips with --tooltip-column option and optionally hide it with --hide-column
Just had the same "problem" and can confirm that your "workaround" works excellent. Thank you very much!
Is it possible to add a tootltip to radiolist and checklist row labels?
I have a radio list with three columns. COL1= radiolist state (TRUE or FALSE), COL2= label define like so, "${labels[transadd]}!${tooltip[transadd]}" COL3= return code
I have defined COL2 as tooltip, like so, --column "${text[col2]}":TIP
The label prints as a complete string, ie, "Label text!Tooltip text"
Hilary