[Gambas-user] TreeView.ToolTip a nice-to-have

Bruce Steers bsteers4 at gmail.com
Mon Jul 12 12:31:56 CEST 2021


On Mon, 12 Jul 2021 at 10:31, Rolf-Werner Eilert <rwe-sse at osnanet.de> wrote:

> Just stumbled over this one: There is no
>
>         TreeView.Current.ToolTip
>
> or
>         TreeView[theKey].ToolTip
>
> right?
>
> Would be a nice thing to have though. Thunderbird (as an example) makes
> use of it, showing mail dirs containing unread messages in bold or
> bold+blue AND showing the latest new messages contained in a tooltip.
>
> There is an application of mine which would be happy to have such a
> thing.So, Benoit, if one day you are absolutely failing to find anything
> you could improve in Gambas... :)
>
> Regards
> Rolf
>

should be fairly easy to make this for your app.
Enabling TreeView1.Tracking, using the TreeView1_MouseMove() event,
TreeView1.FindChild() and Balloon()
(and possibly a Timer to make things smoother)
BruceS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210712/31fb5638/attachment.htm>


More information about the User mailing list