|
Rank: Member Groups: Member
Joined: 8/8/2015 Posts: 12
|
Hi All,
It looks as though WebView.LoadHtmlAndWait is depricated?
If so, what is the recommended way to handle loading and html string and waiting for it to load? Also, I am using the WebView with a ThreadRunner (no UI case).
Thanks.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi, LoadHtmlAndWait should still be there: http://www.essentialobjects.com/doc/eo.webbrowser.webview.loadhtmlandwait.aspxAlternatively, you can use
Code: C#
LoadHtml(your_html).WaitOne();
Please let us know if you still have any questions. Thanks!
|
|
Rank: Member Groups: Member
Joined: 8/8/2015 Posts: 12
|
Am I missing something here? I am getting an Intellisense error: "'EO.WebBrowser.WebView' does not contain a definition for LoadHtmlAndWait and no extension..."
I am including EO.WebBrowser. Other WebView methods are working fine.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
Make sure you use the latest build. This function did not exist in earlier versions.
Thanks!
|
|