Kirix Support Forums

CalculateHintRect return empty wxRect when the pane has no b

Please post all general questions, comments, bug reports, and any other wxAUI feedback here.

CalculateHintRect return empty wxRect when the pane has no b

Postby kobevaliant on Fri Mar 09, 2007 5:08 am

hi!
CalculateHintRect return empty wxRect when the pane has no border. Thus the hint window will not be displayed.
I use wxMSW-2.8.0's wxAUI version.

here's my code:
Code: Select all
auiManager.AddPane(statusBar, wxAuiPaneInfo().Name(L"StatusBar").Bottom().ToolbarPane()
             .Dockable(false).Gripper(false).BestSize(2000, 28).PaneBorder(false));
kobevaliant
Registered User
 
Posts: 4
Joined: Thu Mar 09, 2006 3:23 am

Return to wxAUI Questions, Thoughts & Feedback