RE: [perl-win32-gui-users] Save file window

2001-10-19 Thread Joseph_Vieira
How do you get it to return the filename with the extension. In sfn.pl it added the filters *.txt and *.pl. Is there a way to get that filter so that if I type the name of the file and select the .txt filter I'll have "filename.txt"? It would be nice to think that users will type the extension,

RE: [perl-win32-gui-users] Save file window

2001-10-19 Thread Piske, Harald
> I have never used the -owner flag, so I have no idea what it does. We've had that. Since searching the archives doesn't really produce any hits, I searched my local mail folder instead :) -Original Message- From: Piske, Harald [mailto:[EMAIL PROTECTED] Sent: Friday, March 16, 2001 08:36

RE: [perl-win32-gui-users] Save file window

2001-10-19 Thread Frazier, Joe Jr
>From GUI.xs, here is the definition: # (@)METHOD:GetSaveFileName(%OPTIONS) # Allowed %OPTIONS are: # -owner => WINDOW # [TBD] # -title => STRING # the title for the dialog # -directory => STRING # specifies the initial directory # -file => STRIN

[perl-win32-gui-users] Compiling Win32::GUI with mingw

2001-10-19 Thread Marcus
I'm going to attempt compiling Perl with mingw, but since I need Win32::GUI, I'm wondering whether anyone has successfully compiled it with mingw, or whether Win32::GUI can only be built with the ActiveState sources and MSVC? Thanks, Marcus