On Mon, 8 Oct 2012 13:08:15 -0300 Steve Cookson wrote:
SC> I'm using wxPerl and I'm getting some strange behaviour with alt-tab. See
SC> below.
SC>
SC> Has anyone seen this before?
I haven't.
SC> Sorry I don't have any code for you, because I have no idea where it is
SC> appearing from. Lot's of wxNotebooks and wxListbooks.
Please ensure that you use a version of wxWidgets with debug symbols, then
run your program under gdb (i.e. "gdb --args perl
yourscript.pl") and do "b
g_log" to see where are these messages generated from ("bt" to see the
stack when the breakpoint is hit).
Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/