[ wxwindows-Bugs-1637047 ] Toolbar tooltips not updated

SourceForge.net noreply at sourceforge.net
Tue Jan 16 11:14:08 PST 2007


Bugs item #1637047, was opened at 2007-01-16 20:14
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1637047&group_id=9863

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: wxMac specific
Group: Platform specific
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Frank Niessink (fniessink)
Assigned to: Stefan Csomor (csomor)
Summary: Toolbar tooltips not updated

Initial Comment:
I'm trying to dynamically update the tooltip of some of the buttons on a toolbar. However, it seems as if toolbar.SetToolShortHelp(toolId, 'tooltip') has no visible effect. After I do the update (from an UpdateUI event handler) I query the tool with toolbar.GetToolShortHelp(toolId) and the text is indeed changed. However, the tooltip on the screen is not changed. Calling toolbar.Realize after the SetToolShortHelp has no effect. This is with wxPython 2.8.0 on Mac OSX. 

Thanks, Frank

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1637047&group_id=9863




More information about the wx-dev mailing list