Docking/Undocking issues with wx.aui in wxPython2.7 releases

Hi Andrea,

I just downloaded the

wxPython2.7.1.3 release (Unicode version) for Python 2.4

I also downloaded the t win32 demos package.

I see the same problem with AUI_DockingWindowMgr example as
well !!

I can get the “Tree Pane” to float but once it
is floating I cannot get it back in.

Let me know if I am missing something.

Thanks,

  • Aditya
···
Hi Aditya,
 
> I have tried with wxPython 2.7.1.2 , Python 2.4 as well as Python 2.3 on
> Windows XP and I still
> See the problem.
> Just to re-emphasize, the problem happens when the pane is completely
> floating, (meaning the mouse is
> released and the pane is floating). When I try to move this pane back into
> the main window it does not dock.
 
Well, I kept wxPython 2.7.1.2 only for few days because Robin released
2.7.1.3 very quickly. So I don't know if it happened in 2.7.1.2. I may
suggest you to upgrade to 2.7.1.3 and see if the problem happens
agaia. I have tried exactly what you wrote in your previous post: here
docking/undocking work as expected.
 
Andrea.

Hi Aditya and Andrea,

I've noticed that the docking issue in AUI (still present in 2.8.0.1, at least
on WinXP/Python 2.4) occurs only for left-handed mouse. When I turn off
switching primary and secondary mouse buttons, docking works as expected.

Hope this helps,
Vladimir