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.