Folks,
I have noticed the following bugs in wx.AUI in wxPython 2.7
releases.
All these problems happen when a pane managed by the AUIFrameManager
is left floating.
Using your mouse move a pane managed by the
AUIFrameManager so that the pane floats ( release the mouse). Ie. leave a pane
floating. It is now not possible to dock this pane back into the main UI.
Andrea mentioned that she cannot see this problem on wxPython2.7.2.0 with
Python 2.4 and Python 2.5. I tested this on various machines at work and we see
the problem consistently. I have tested this on Windows XP machine with wxPython
2.7.2.0, and python 2.4 . I used the demos package from wxPython website
Make a pane managed by the AUI Frame manager float.
Now resize some of the other panes managed by AUIFrameManager . Notice that the
position of the floating pane is arbitrary.
Thanks,
- Aditya