Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: lollobrigido on March 03, 2008, 04:32:53 pm

Title: wxStaticBoxsizer and ToolTips
Post by: lollobrigido on March 03, 2008, 04:32:53 pm
I've a wxStaticBoxsizer with several buttons in it, I set the tooltips witn function SettoolTips(...) but when I stop my mouse on such buttons It doesn't shows the tooltips. If I set it by wxsmith it doesn't show too!
Why?
Thx
Lollo
Title: Re: wxStaticBoxsizer and ToolTips
Post by: byo on March 04, 2008, 12:05:41 am
I've a wxStaticBoxsizer with several buttons in it, I set the tooltips witn function SettoolTips(...) but when I stop my mouse on such buttons It doesn't shows the tooltips. If I set it by wxsmith it doesn't show too!
Why?
Thx
Lollo

I can confirm that it doesn't work for me too (Ubuntu 7.10, wxWidgets 2.8.7). But this is probably some bug (or hidden feature  :wink: ) of wxWidgets so maybe you can find your answer on www.wxwidgets.org (http://wxforum.shadonet.com/ or http://www.wxwidgets.org/wiki/index.php/Main_Page).

BYO