[perl-win32-gui-users] cosmetic items

2001-11-28 Thread Howard, Steven (US - Tulsa)
I'm familiar with Perl, but I'm working on the first app I've built using Win32::GUI. For the most part, I have everything functional, but a few items I am having trouble finding, and would like a few pointers (and a few pointers to some more good examples and references on GUI) on how to get this

Re: [perl-win32-gui-users] File selector supporting long filenames

2001-11-28 Thread Johan Lindstrom
At 20:46 2001-11-28 +0100, Marcus wrote: Is there a file selector which fully supports long filenames other than the "open" dialog? I've been using this, which is a good selector (reminiscent of win 3.1), but spaces will cause short file names: (find "long file name" in the page)

[perl-win32-gui-users] File selector supporting long filenames

2001-11-28 Thread Marcus
Is there a file selector which fully supports long filenames other than the "open" dialog? I've been using this, which is a good selector (reminiscent of win 3.1), but spaces will cause short file names: use Win32::FileOp; my @filenames = Win32::FileOp::OpenDialog( title => 'Test', fi