-
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.
2007-03-26 17:29:35 UTC in wxWidgets
-
This also happens on Windows XP with wxPython 2.8.0.1.
2007-03-23 17:55:18 UTC 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.
2007-03-22 21:11:12 UTC 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.
2007-03-22 21:05:26 UTC 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.
2007-03-22 21:02:35 UTC 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.
2007-03-22 20:55:14 UTC in wxWidgets
-
This also happens on wxPython 2.8.0.1 on Windows XP.
2007-03-22 20:42:06 UTC in wxWidgets
-
This also happens on Windows XP with wxPython 2.8.0.1.
2007-03-22 20:39:23 UTC in wxWidgets