Re: [perl-win32-gui-users] Re: Web Browser

2003-05-14 Thread Laurent ROCHER
Sorry, work on my french windows 98 ;o) It's a problem only with Google.pl sample or any Win32::GUI::AxWindow samples ? I don't know if AxWindow is Unicode compliant. Laurent. - Original Message - From: "Hirosi Taguti" <[EMAIL PROTECTED]> To: Sent: Wednesday, May 14, 2003 4:21 AM Subjec

RE: [perl-win32-gui-users] Perl and printing

2003-05-14 Thread Thomas, Timothy B
Peter, I wanted to let you know I really appreciated your post on this issue. I have been looking for a good work-around to the printing problem, and your first solution below is awesome, the only thing I had to add was quotes around $file. Here's a sample script I wrote to test it out: #!perl -w

RE: [perl-win32-gui-users] Win32::GUI::HyperLink ownership

2003-05-14 Thread Johan Lindstrom
Stuart wrote: If you (or anyone that does take "ownership"), you may want to fix a bug it has. Also the AddHyperLink method it adds to Win32::GUI::Window class doesn't match the upper/lower-case spelling of the module. That should be fixed as well. /J -- --- -- -- -- -

RE: [perl-win32-gui-users] Win32::GUI::HyperLink ownership

2003-05-14 Thread Stuart Arnold
If you (or anyone that does take "ownership"), you may want to fix a bug it has. I've used it in my "generic" AboutBox.pm which takes an argument for the program's website. The "bug" is that once its made, you cannot change the URL. Should have a property to change to its dynamic sub call. just a