Hi,
I've tested a pre-built 2.8.12 wxWidgets against 12.04 LTS - and I don't
see this problem.
I'll get around to building 2.8.11 and test that at some point.
Regards
Mark
On 17/06/2013 14:01, steveco.1...@gmail.com wrote:
Hi Mark,
I've tested wxWidgets 2.9.4 and wxWidgets 2.8.12 on Fedora 17 32 bit.
I'm Kubuntu 12.04.LTS, 2.8.11
Hmm... Can't see the wxPerl version number. How do I retrieve it?
Thanks
Steve
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