[perl-win32-gui-users] gui path

2002-10-11 Thread Dr.Mala Mitra
I am working in windows NT. I think there is a path setting problem. When I am giving the following command following error is coming. D:\perl\Win32-GUI-0.0.558perl try1.pl Can't locate loadable object for module Win32::GUI in @INC (@INC contains: d:/perl/lib d:/pe rl/site/lib .) at try1.pl

[perl-win32-gui-users] AxWindow, WebBrowser and objects

2002-10-11 Thread Luigino Masarati
Hi, I'm planning to use AxWindow to host a WebBrowser Activex control for displaying dynamic text into a Win32::GUI application and I have a problem: How can I access and update the Document.body.innerHTML property in the WebBrowser object I have created? I found how to access properties,

Re: [perl-win32-gui-users] AxWindow, WebBrowser and objects

2002-10-11 Thread Laurent ROCHER
Hi, Theoricly, i think you can have access to html object hierarchy via WebBrowser.Document property. But actualy, AxWindow not work with IDispatch property :( I probably add it in a future release. Actual solution is to create/manage you HTML document via perl and save it to a tempory file.

Re: [perl-win32-gui-users] AxWindow, WebBrowser and objects

2002-10-11 Thread Wasserman Henry
You might be able to use Win32::OLE to get the browser COM object, which in turn will give you the DOM. Take a look at S.A.M.I.E - simple automated module for Internet Explorer on www.sourceforge.net - Henry --- Laurent ROCHER [EMAIL PROTECTED] wrote: Hi, Theoricly, i think you can have