[wxPython-users] AuiPane Initialize as Floating
Cody Precord
codyprecord at gmail.com
Mon Aug 6 13:17:29 PDT 2007
Yes, I do call mgr.Update() directly after adding the PaneInfo with
AddPane, and directly after any Show/Hide.
I have decided to move a different direction with this as the panel
didn't fit the layout very well when docked anyway. It would however
be good to determine how to get this to work for future reference.
Later this week I will try cross testing on Windows. If it works on
windows I will probably file a bug against wxMac.
cody
On Aug 6, 2007, at 2:36 PM, Andrea Gavana wrote:
> Hi Cody,
>
> On 8/6/07, Cody Precord wrote:
>> Here is the full list of options that I set for the panel.
>>
>> wx.aui.AuiPaneInfo().Name("MyPane").Caption("MyPane").Float
>> ().CloseButton(True).MaximizeButton(False).BestSize(wx.Size(215,
>> 350)))
>
> Are you sure you are calling self.mgr.Update() after adding you pane
> to the manager? Otherwise I have no idea :-D
>
> Andrea.
>
> "Imagination Is The Only Weapon In The War Against Reality."
> http://xoomer.alice.it/infinity77/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wxPython-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wxPython-users-
> help at lists.wxwidgets.org
>
More information about the wxpython-users
mailing list