[perl-win32-gui-users] Re: repeating keystrokes in Win32::GUI Textfield

2003-01-26 Thread Glenn Linderman
I just had a user that upgraded to WinXP report this same thing on a program I wrote, that works fine on Win2K. Using Win32::GUI 0.0.668, and Perl 5.6 or 5.6.1 (I'm using 5.8 now, but I'm not sure which version of Perl the user is running). I have no clue why this would happen, nor am I desir

RE: [perl-win32-gui-users] Win32::GUI::GetOpenFileName question

2003-01-26 Thread Jeff Slutzky
Works like a charm. -Original Message- From: Laurent Rocher Sent: Sunday, January 26, 2003 3:45 AM To: perl-win32-gui-users@lists.sourceforge.net Subject:Re: [perl-win32-gui-users] Win32::GUI::GetOpenFileName question > Is there a way to set the default path for the Win3

Re: [perl-win32-gui-users] Win32::GUI::Scintilla

2003-01-26 Thread Rob Cheung
cool~ Thank you! :-) - Original Message - From: "Laurent Rocher" <[EMAIL PROTECTED]> To: Sent: Monday, January 27, 2003 12:24 AM Subject: [perl-win32-gui-users] Win32::GUI::Scintilla > Hi, > > I have release a new package for add Scintilla control in Win32::GUI. > > See mor

[perl-win32-gui-users] Win32::GUI::Scintilla

2003-01-26 Thread Laurent Rocher
Hi, I have release a new package for add Scintilla control in Win32::GUI. See more at : http://perso.club-internet.fr/rocherl/Win32GUI.html (documentation, source code + sample, ppm package for ActivePerl 5.6 & 5.8) Scintilla is an edit code control with lot of features. See

RE: [perl-win32-gui-users] Win32::GUI::GetOpenFileName question

2003-01-26 Thread Jeff Slutzky
Thank you. -Original Message- From: Laurent Rocher Sent: Sunday, January 26, 2003 3:45 AM To: perl-win32-gui-users@lists.sourceforge.net Subject:Re: [perl-win32-gui-users] Win32::GUI::GetOpenFileName question > Is there a way to set the default path for the Win32::GUI::G

Re: [perl-win32-gui-users] Win32::GUI::GetOpenFileName question

2003-01-26 Thread Laurent Rocher
> Is there a way to set the default path for the Win32::GUI::GetOpenFileName? Use -directory => $directory_path option. Laurent.