Re: [perl-win32-gui-users] What with this Tab key?

2009-06-18 Thread Waldemar Biernacki
I should add I used it Perl 5.8 Aactivestate. Strange but it works in 5.10? Bad new is that I am using PerlApp to wrap the application and this 8.01 Activestate wrapper does NOT work on all Windows XP machines whereas that version 6 of PerllApp does. Waldemar ---

[perl-win32-gui-users] What with this Tab key?

2009-06-16 Thread Waldemar Biernacki
Hello! I have spent much time to force my program working on my way and finally lost... Below is the code. The question is: how to force the comboboxes (f2,f3) to catch TAB event similarly to that of the textfields(f0,f1)? The mark of such behavior would be printing the "gogo" letters. regards