Re: [perl-win32-gui-users] Keyboard events difference on WinXP and 98

2007-01-19 Thread Waldemar Biernacki
I think that in Win32::GUI there is a bug. When you start the code attached at the end of the mail then you can see that: 1. key F10 does not work. The same is in WinXP and in Win98. 2. When I did similar program for Win32-Console package it work correctly. 3. The F10 key behavior is funny:

Re: [perl-win32-gui-users] Keyboard events difference on WinXP and 98

2007-01-19 Thread Robert May
Waldemar Biernacki wrote: Robert May wrote: I don't have both systems. What is different between them? The problem is that one perl script gives different outputs on different Windows versions: XP and 98(SE). Both systems have Perl 5.8.817 (ActiveState) and Win32-GUI 1.05 (installed from

Re: [perl-win32-gui-users] Keyboard events difference on WinXP and 98

2007-01-19 Thread Robert May
Waldemar Biernacki wrote: I think that in Win32::GUI there is a bug. I don't :-) I think you are missing some of the subtleties of windows GUI programming. When you start the code attached at the end of the mail then you can see that: 1. key F10 does not work. The same is in WinXP and

Re: [perl-win32-gui-users] Keyboard events difference on WinXP and 98

2007-01-19 Thread Waldemar Biernacki
Robert! Thank you for your explanation. I don't :-) I think you are missing some of the subtleties of windows GUI programming. I have to admit... That depends what you mean by 'does not work'. I agree, it does work. If you add a menu to the window, I think it becomes a bit more obvious

[perl-win32-gui-users] How can I get all the contents of a textfield?

2007-01-19 Thread Perl Rob
Hi all, I'm trying to do something that seems real simple: capture the contents (all the lines) of a text field and write them to a file. Since I can't see a more straightforward way of doing this, I wrote an algorithm that gets the number of lines in the text field, then gets each line (by its