News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

wxStaticBoxsizer and ToolTips

Started by lollobrigido, March 03, 2008, 04:32:53 PM

Previous topic - Next topic

lollobrigido

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

byo

Quote from: 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

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