Hi Steve,
I can't repeat this.
I've tested wxWidgets 2.9.4 and wxWidgets 2.8.12 on Fedora 17 32 bit.
What is your Linux distro / wxWidgets version / Wx version?
I am a bit surprised I can't repeat it as there are plenty of reports on
the wxWidgets bug list for wxAUI concerning tab focus / mouse capture etc.
Regards
Mark
On 11/06/2013 15:01, Steve Cookson wrote:
Hi Guys,
We've got a little glitch here which at first I thought was my own, but
now I find it's in wxperl_demo.pl too.
Steps to reproduce on Linux:
1) Execute wxperl_demo.pl
2) If you open AUI managed window
3) Resize the window so you can easily see all the tabs
4) Drag tab one past tab two.
5) Now click on tab two - tab two is frozen.
If you now clip on tab three, tab two is freed up again.
Until this latter action, ->GetSelection returns the value pre-drag.
->GetPageIndex() seems to work, but as I no-longer know which page I'm
using, it's not of much use.
In the meantime I've added a ->SetSelection(0) after drag and drop, at
least it my own malfunction and it's clear how to work around it.
Regards
Steve