Re: [perl-win32-gui-users] Win32::GUI::GetOpenFileName question
> Is there a way to set the default path for the Win32::GUI::GetOpenFileName? Use -directory => $directory_path option. Laurent.
RE: [perl-win32-gui-users] Win32::GUI::GetOpenFileName question
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::GetOpenFileName? Use -directory => $directory_path option. Laurent. --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com ___ Perl-Win32-GUI-Users mailing list Perl-Win32-GUI-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
[perl-win32-gui-users] Win32::GUI::Scintilla
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 : http://www.scintilla.org/ Laurent.
Re: [perl-win32-gui-users] Win32::GUI::Scintilla
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 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 : http://www.scintilla.org/ > > Laurent. > > > > > --- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > ___ > Perl-Win32-GUI-Users mailing list > Perl-Win32-GUI-Users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
RE: [perl-win32-gui-users] Win32::GUI::GetOpenFileName question
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 Win32::GUI::GetOpenFileName? Use -directory => $directory_path option. Laurent. --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com ___ Perl-Win32-GUI-Users mailing list Perl-Win32-GUI-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
[perl-win32-gui-users] Re: repeating keystrokes in Win32::GUI Textfield
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 desirous of upgrading to XP to find out why help! Sounds like there must be some interaction between Win32::GUI and WinXP (I don't use Win32::GUI::Loft in that program) that is causing keystrokes to be seen twice. Daniel Quinlan wrote: I'm using Win32::GUI and Win32::GUI::Loft using Perl Dev Kit 5.0 on Windows XP Home. The problem I'm experiencing is with a Textfield element. When running the program, 90% of the keystrokes I type into the textfield (including backspace keystrokes) are repeated twice. The effect is visible as you type, so my guess is that the program is related to my use of Win32::GUI or Win32::GUI::Loft, but I haven't changed any Loft options for the textfield other than the name and the initial text. My Checkbox elements and a RichEdit element work fine. Any ideas? Dan ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs -- Glenn = Not everything that is counted counts, and not everything that counts can be counted. -- A. Einstein