ordering inconsistency with wx.aui between linux and windows

Dear list,

I am seeing an ordering inconsistency with wx.aui between Linux
(tested on Ubuntu 8.04 x64) and Windows XP SP3, both with wxPython
2.8.7.1. I've created a short self-contained sample here:
http://code.google.com/p/devide/source/browse/trunk/sandbox/aui_ordering_problem.py?r=3121

When run on Windows, one sees this output:
http://visualisation.tudelft.nl/~cpbotha/thingies/aui_ordering_problem/aui_ordering_problem_win.png
which is what I'd expect. On Linux, one sees this:
http://visualisation.tudelft.nl/~cpbotha/thingies/aui_ordering_problem/aui_ordering_problem_gtk.png
- the two panes on the left have been switched around.

Behaviour should be more or less consistent across platforms in this
record, right? Is there something I can do to fix this? I have
already tried other AUI settings, such as Row(), but I've not been
able to get behaviour consistent across these two platforms.

Thanks,
Charl

Charl Botha wrote:

Dear list,

I am seeing an ordering inconsistency with wx.aui between Linux
(tested on Ubuntu 8.04 x64) and Windows XP SP3, both with wxPython
2.8.7.1. I've created a short self-contained sample here:
Google Code Archive - Long-term storage for Google Code Project Hosting.

When run on Windows, one sees this output:
Computer Graphics and Visualization
which is what I'd expect. On Linux, one sees this:
Computer Graphics and Visualization
- the two panes on the left have been switched around.

Behaviour should be more or less consistent across platforms in this
record, right? Is there something I can do to fix this? I have
already tried other AUI settings, such as Row(), but I've not been
able to get behaviour consistent across these two platforms.

Strange... Please enter a bug report about this.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!