http://qs1969.pair.com?node_id=11148594

The_Dj has asked for the wisdom of the Perl Monks concerning the following question:

Greetings Monks!

I want to offer a tooltip on TreeView items.

I already use Win32::GUI::Tooltip on some buttons and text boxes,
but I can't figure out how to point a tooltip to the nodes in a TreeView :-(

Bonus points if there is a way to update the tooltip after creation (So I can include 'last clicked: <date>' text


Thanks for any help.

Replies are listed 'Best First'.
Re: How to get Tooltips working in Win32::GUI::TreeView?
by vkon (Curate) on Dec 07, 2022 at 21:14 UTC
    can you please show essential part of your code and I will surely help you with your problem!
    I am more expert with Tcl CPAN module, but Win32::GUI I also sometimes do