Hi,
···
On 6 February 2012 22:46, luvspython wrote:
I have an AUI-managed Pane for which I would like to eliminate the
Caption Bar at the top of the pane, but nothing I try works. I've
eliminated the Pin and Close icons and set .CaptionVisible( False ).
And though it is not a Center Pane, I've set .CenterPane() because the
docs say that makes it assume the attributes of a center pane, most
notably absence of a Caption bar.This is the statement that adds the Pane:
self.m_mgr.AddPane( self.pnlGateTransactions,
wx.aui.AuiPaneInfo() .Bottom().\CloseButton(False).CaptionVisible(False) .Name('pnlGateTransactions').
\CentrePane().Dock().Resizable().FloatingSize( wx.Size( 215,126 ) ) )
Can anyone help?
[There's another issue that's just bizarre, but isn't a showstopper.
If I change the argument in the call to the Name method from the
present one ('pnlGateTransactions') to any other value, the pane
disappears entirely !!!!
Not exactly what one would expect given the documentation for the Name
method. Any ideas?]
Are you reloading previously saved AUI perspective? If this is the
case, you need to have the same pane names. Otherwise, I have no idea.
You may want to try agw.aui and see if the issue is still there.
Andrea.
"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/