Tooltip on treeview nodes?

BlitzMax Forums/BlitzMax Programming/Tooltip on treeview nodes?

ozak(Posted 2006) [#1]
I can't seem to find a function for setting a tooltip on a treeview node. Can anyone help? I can only find a function for toolbars.

Thanks in advance


Brucey(Posted 2006) [#2]
There isn't one at the moment.

Lists that use "GadgetItems" can have them, but that's about it really. Since a TreeView uses a Node, the node only caters for an icon image, and not extra stuff like tooltips.

Shame really, as tooltips would be nice on *all* gadgets.


Stuart Morgan(Posted 2006) [#3]
Birdie made a mod to add a tooltip to any gadget which is available on the modserver. syncmods -u * -p * birdie

Edit: I'm not sure that tooltips work for individual nodes though.


ozak(Posted 2006) [#4]
I coded me own. Didn't want to change all of my gadgets to extended gadgets. Too much hassle :)