Thanks,
    I think that I will use OLE this time (waiting for Laurent to add
IDispatch property support ;-) because I want to use the "HTML window"
simply as a nicely formatted log message display.

Bye.

    Luigino Masarati
    OutSys snc


----- Original Message -----
From: "Wasserman Henry" <[EMAIL PROTECTED]>
To: <Perl-Win32-GUI-Users@lists.sourceforge.net>
Sent: Friday, October 11, 2002 10:57 PM
Subject: Re: [perl-win32-gui-users] AxWindow, WebBrowser and objects


> 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 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. Then (re)load it, in a webbrowser.
> > Eventualy, you can use a DHTML Edit control for
> > directly load HTML wihtout file.
> >
> >
> > Laurent.
> >
> >
> > ----- Original Message -----
> > From: "Luigino Masarati"
> > Subject: [perl-win32-gui-users] AxWindow, WebBrowser
> > and objects
> >
> >
> > 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, methods and events
> > in the AxWindow hosted
> > control but nothing about browsing the object
> > hierarchy itself.
> >
> > Am I missing anything?
> >
> > Thanks.
> >
> >     Luigino Masarati
> >     OutSys snc
> >
> >
> >
> >
> >
> -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > Perl-Win32-GUI-Users mailing list
> > Perl-Win32-GUI-Users@lists.sourceforge.net
> >
> https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
>
>
> __________________________________________________
> Do you Yahoo!?
> Faith Hill - Exclusive Performances, Videos & More
> http://faith.yahoo.com
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Perl-Win32-GUI-Users mailing list
> Perl-Win32-GUI-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
>


Reply via email to