Re: [perl-win32-gui-users] [win32-gui] onKeyUp

2006-10-15 Thread Robert May
Octavian Rasnita wrote: Hi, I have tried the test script below, and if I press enter on the text field, the onKeyUp event is not handled at all. If I press other keys, that event appears, but not if I press enter. onKeyUp is handled, but I also need the onKeyUp event. Is it a bug, or am I doi

[perl-win32-gui-users] ANNOUNCE: Win32::GUI v1.04

2006-10-15 Thread Robert May
I am please to announce that v1.04 of Win32::GUI is available for download from SourceForge and CPAN. Win32::GUI is a Perl extension allowing creation of native Win32 GUI applications. MORE INFORMATION Project Homepage: http://perl-win32-gui.sourceforge.net/ Project summary: http://sou

[perl-win32-gui-users] onKeyUp

2006-10-15 Thread Octavian Rasnita
Hi, I have tried the test script below, and if I press enter on the text field, the onKeyUp event is not handled at all. If I press other keys, that event appears, but not if I press enter. onKeyUp is handled, but I also need the onKeyUp event. Is it a bug, or am I doing something wrong? Thank

[perl-win32-gui-users] default button on a form

2006-10-15 Thread Octavian Rasnita
Hi, I have a default button on a form that I want to be pressed when I hit enter on a few controls like textfields and list boxes, but I don't want to be press when hitting enter on a few other list boxes. In the case of those controls, I want to be able to process their onClick event and not pres