Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] SWT Browser Widget & Ole Automation


Hi Mark,

The browser code that shows what you need is the setText() method and the DocumentComplete callback (this is in the Browser class's constructor in 3.2.2, or in IE.create() in 3.3).  Basically setText() navigates to about:blank and stores the html.  When the DocumentComplete callback comes in asynchronously for the navigate to about:blank then then html is set into it.

Grant

Back to the top