Kirix Support Forums

the toolbar crash when draged (wxWidgets2.8.9+winXP)

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

the toolbar crash when draged (wxWidgets2.8.9+winXP)

Postby littlesome on Tue Jan 20, 2009 4:34 am

Hi,

the auidemo comes with wxWidgets2.8.9 crash when i drag the toolbar to make it float,

the most important thing is my winXP is set to 'best performance' through :
ControlPanle->System->Advanced->PerformanceOptions->Visual Effect->Best Performance
which disables the theme and lots of effects.

And wxWidgets 2.8.8 has no porblem, maybe wxWidgets's change cause this problem...

in this function:
void wxAuiManager::OnFloatingPaneMoving(wxWindow* wnd, wxDirection dir)
{
wxAuiPaneInfo& pane = GetPane(wnd);
//pane.frame is NULL...


I like wxAUI very much ;-)
littlesome
Registered User
 
Posts: 1
Joined: Tue Jan 20, 2009 4:17 am

Re: the toolbar crash when draged (wxWidgets2.8.9+winXP)

Postby HzD_Byte on Wed Feb 25, 2009 2:25 pm

Try to use http://trac.wxwidgets.org/attachment/ti ... 1/aui.diff
I had the same problem and that patch fixed it.
HzD_Byte
Registered User
 
Posts: 15
Joined: Sun Feb 12, 2006 1:03 am

Return to wxAUI Questions, Thoughts & Feedback