[perl-win32-gui-users] Selecting multiple files

2001-09-25 Thread Marcus
It doesn't seem that you can select more than one file with GetOpenFileName. Is that correct? I tried using Win32::FileOp::OpenDialog, but get the following error: Can't locate auto/DELETE.al in @INC(...) at ...Win32/FileOp.pm line 941. Here is the code: sub ::AddFilesButton_Click { defined(my $r

[perl-win32-gui-users] Remote directory browser

2001-09-25 Thread Marcus
Has anybody created a remote FTP directory browser (for file selction)? I have written one for Perl/Tk, but if there's already one for Win32::GUI, then I won't need to rewrite it. Thanks, Marcus

RE: [perl-win32-gui-users] Documentation

2001-09-25 Thread Leon Noble
Hi John, Just downloaded Win32-GUI-0.0.558.tar.gz and this contains all that I need. many thanks :-) Leon. -Original Message- From: Rogers, John [mailto:[EMAIL PROTECTED] Sent: 25 September 2001 09:54 To: 'Leon Noble' Subject: RE: [perl-win32-gui-users] Documentation Hi, I cant find o

RE: [perl-win32-gui-users] Documentation

2001-09-25 Thread Leon Noble
Hi Johan, thanks for that. the thing is that the docs @ http://dada.perl.it/gui_docs/gui.html no longer exist, and I have used the http://www.jeb.ca/faq/Win32-GUI-FAQ.html http://www.jeb.ca/howto/The_Win32-GUI_HOWTO.html to get started with the Win32::GUI module. I am looking for a complete refer

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

2001-09-25 Thread Johan Lindstrom
Leon wrote: Is there an online reference/documentation on the Win32::GUI module. I have check http://dada.perl.it/ and associated urls from search engines but either pages could not be found or information about telecommunications was presented before me. In the source distribution at SourceFor

[perl-win32-gui-users] Documentation

2001-09-25 Thread Leon Noble
Hi Guys, just new to this list, forgive me if this has been asked before, but I have checked the archives and could find nothing on this. Is there an online reference/documentation on the Win32::GUI module. I have check http://dada.perl.it/ and associated urls from search engines but either pages

RE: [perl-win32-gui-users] Scrollbar Questions

2001-09-25 Thread Jason Bingham
> Second, how can i determine (using any win32 module, really) the default width in pixels of a scrollbar on each seperate > user's computer? for instance, on mine, it's 16 pixels, but someone else's computer, it may be 5 pixels, or even like 32 > pixels...how can i tell? Not a complete answer