Re: [perl-win32-gui-users] Windows freezing

2001-05-03 Thread export
Dear Morbus, Thank you for your email. > In essence, LWP uses a blocking call to do whatever it's trying to do. > Meaning that while LWP is running, Win32::GUI isn't listening to > events, which is why the window appears to freeze (it's really just > not listening to your mouseclicks or your windo

[perl-win32-gui-users] Windows freezing

2001-05-02 Thread export
Hi, I have an application that uses LWP modul. This application uses LWP modul to post to some web pages.Previously I used to run this program as CGI script.I needed to use a web server. For this reason also I decided to change the program a little and used Win32::GUI modul. In CGI version t

[perl-win32-gui-users] Is it possible?

2001-04-03 Thread export
Hi, I have a program that uses Win32::GUI modul. Is there any way to open a HTML document in a created window? I would like to open the HTML document in a similar(the same ) way as it it is done in a web browser. Thanks for help. Ladislav