Kirix Support Forums

Maximize Button

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

Maximize Button

Postby tncalucard on Tue Nov 06, 2007 1:09 pm

When I use wxAuiPaneInfo().CloseButton(true).MaximizeButton(true) I can't maximize my pane unless it is docked, but if I use wxAuiPaneInfo().CloseButton(false).MaximizeButton(true) it is maximized with double click or with the pop menu, daes it works like it?
I'm using much more information when I add the pane:
Code: Select all
wxAuiPaneInfo().Caption(_("Resultados")).Bottom().LeftDockable(false).TopDockable(true)
.BottomDockable(true).RightDockable(false).BestSize(wxSize(800,600)).MinSize(wxSize(400,400))
.CaptionVisible(true).CloseButton(true).FloatingSize(wxSize(800,600)).DestroyOnClose(false).
MaximizeButton(true).Name(s).Hide().Layer(0).Row(0));

Is this the reason?
There is any right order to use?
I'm kind of lost, cause sometimes it work together and others not, although the maximize button never apears with the pane floating.
tncalucard
Registered User
 
Posts: 14
Joined: Mon Oct 08, 2007 9:30 am

Return to wxAUI Questions, Thoughts & Feedback