-
Still does not work in wxPython 2.8.0.3.
Calling AuiDockArt.__init__() from derived class causes assertion:
def __init__(self): raise AttributeError, "No constructor defined"
Overriding methods in AuiDefaultDockArt (e.g. DrawGripper(...)) has no affect.
05:29PM UTC on Mar 26 2007 in wxWidgets
-
This also happens on Windows XP with wxPython 2.8.0.1.
05:55PM UTC on Mar 23 2007 in wxWidgets
-
Windows XP, wxPython 2.8.0.1
When showing a docked pane, the MinSize property in AuiPaneInfo is being used to give the window its initial size. This forces me to provide a min size larger than desired...so as to make the window look good on first invocation. I was hoping that the BestSize property would be used for the intialize sizing.
09:11PM UTC on Mar 22 2007 in wxWidgets
-
Windows XP, wxPython 2.8.0.1
Unable to display context menu when right-click on AUINotebook tab...at least not in a straight-forward way.
09:05PM UTC on Mar 22 2007 in wxWidgets
-
Windows XP, wxPython 2.8.0.1
Subclassing the TabArt and DocArt classes does not work in this version of wxPython, thus I cannot override the drawing.
09:02PM UTC on Mar 22 2007 in wxWidgets
-
Windows XP, WxPython 2.8.0.1
When pane border is turned off via AuiPaneInfo.PaneBorder(False), the drop shadow/hint (not sure what the correct term is) is not shown. I'm referring to the shadowed area that shows where an un-docked window will be docked if you let go of the mouse button right now.
08:55PM UTC on Mar 22 2007 in wxWidgets
-
This also happens on wxPython 2.8.0.1 on Windows XP.
08:42PM UTC on Mar 22 2007 in wxWidgets
-
This also happens on Windows XP with wxPython 2.8.0.1.
08:39PM UTC on Mar 22 2007 in wxWidgets