[perl-win32-gui-users] win32::gui tutorials??

2002-01-10 Thread ed
::gui ..? thanks, --ed __ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/

[perl-win32-gui-users] wrapping label text

2002-01-18 Thread ed
-font => 'Arial', -foreground => 0x00, -wrap => 1 ); end code Any solutions or suggestions appreciated.. tia, --ed __ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/

[perl-win32-gui-users] Alarm clock

2002-04-13 Thread ed
n't have a clue :) tia, --ed __ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/

[perl-win32-gui-users] GetOpenFileName() filters fail with Win32::OLE::Const 'Microsoft Excel'

2005-03-01 Thread Ed VanderPloeg
", -filter => [ 'Perl script (*.pl)' => '*.pl', 'All files' => '*.*', ], ); #...parse the file, make an Excel worksheet, etc... I'm trying this on both XP Home & XP-Pro systems with Win32::GUI version 1.0 for Perl 5.8, and with ActiveState Perl version 5.8.6.811. Same behaviour with 5.8.4.810. Help! -Ed V.

RE: [perl-win32-gui-users] GetOpenFileName() filters fail with Win32::OLE::Const 'Microsoft Excel'

2005-03-04 Thread Ed VanderPloeg
ought perhaps some arg was getting clobbered). - Only occurs on the Explorer-style dialog, not the older non-Explorer view (argument "-explorer => 0"). So it smells like a Microsoft DLL issue, but what do I know. My workaround is to provide only one filter, namely "All Files". -Ed V