Hello, I have problems using Win32::GUI 0.0.665 and TabStrip "Change" events. If I click 12 times between two of my tab strips I get this error: "panic: corrupt saved stack index at xyz"
In the line number xyz is "Win32::GUI::Dialog()" I use AddTabStrip like this -events => { Change => sub { MainWindow_Tab_Click(); } } sub MainWindow_Tab_Click { # empty!!! } I use ActiveState Perl Binary build 633. Is there any solution? Sincerely, Peter