Re: [perl-win32-gui-users] A need for a "native" HTML browser?

2004-12-16 Thread Yeoh Yiu
"Jez White" <[EMAIL PROTECTED]> writes: > > > > > > > > Hi, >   There is no need for a "native" HTML browser if you send e-mail in plaintext format.

RE: [SPAM] - [perl-win32-gui-users] A need for a "native" HTML browser? - Email found in subject

2004-12-16 Thread Lloyd, Steve
Jez, I think a native version would be great. I use AxWindow now for several apps. It would be nice to be able to update both by updating Win32 GUI. STeve -Original Message- From: [EMAIL PROTECTED] on behalf of Jez White Sent: Thu 12/16/2004 1:55 PM To: Win32-GUI Subject: [SPAM] - [perl

Re: [perl-win32-gui-users] A need for a "native" HTML browser?

2004-12-16 Thread YorHel
Hi, as long as the module doesn't get a lot bigger in size, doesn't suck a lot more memory, and doesn't need any more CPU to load, then I don't see why not... if it does, I dont see why it shouldn't be a seperate module, since not everyone needs it in every application... I'm happy with the perfor

Re: [perl-win32-gui-users] A need for a "native" HTML browser?

2004-12-16 Thread YorHel
Hi, as long as the module doesn't get a lot bigger in size, doesn't suck a lot more memory, and doesn't need any more CPU to load, then I don't see why not... if it does, I dont see why it shouldn't be a seperate module, since not everyone needs it in every application... I'm happy with the perfo

[perl-win32-gui-users] A need for a "native" HTML browser?

2004-12-16 Thread Jez White
Hi, If you want to embed a HTML browser in a win32::gui app you can go down the Win32::GUI::AxWindow route: http://rocherl.club.fr/Win32GUI.html#AxWindow Would it make more sense to have a native version of this functionality built directly into the core of win32::gui ("win32::GUI::Browser" wi

[perl-win32-gui-users] Win32::GUI AddRichEdit crash problem.

2004-12-16 Thread 강차훈
Hello, I'm using Activstateperl 5.8.4-810 and Win32::GUI 1.0. Following test code crashes when closing window. What's the problem? Is it bug? Thanks in advance. - cut here use Win32::GUI; $Window = new Win32::GUI::Window( -name => "Window", -title => "Test", -left => 100,