From: Carl G. <cg...@gm...> - 2009-09-08 21:51:36
|
On Tue, Sep 8, 2009 at 2:56 AM, Christian Buhtz <ex...@gm...> wrote: > Carl Godkin schrieb: > > I wanted to add tool tips to a wxTreeListCtrl but had a little > > trouble that I have since worked around. I want the tool tips to be > > based on the item I'm hovering over. > > Hi Carl, > > I tried it some weeks ago, too. But I am not a crack! ;) > > I am very interested in the progress of your work and would test your > code. Please let me know if I can help you! > > If you just make the small changes I mentioned in the email it should all work, at least on wxMSW and wxGTK. Note that there are a couple of funny problems with wxGTK, however: 1. If you select a tree item, then tooltips stop working until you move out and then back into the window. 2. The tool tip is positioned at the bottom of the window. Both of these problems were discussed in this thread on the wx-users list: http://article.gmane.org/gmane.comp.lib.wxwidgets.general/46477 I should mention that I'm using wx 2.8.8. carl |