Welcome Guest Search | Active Topics | Sign In | Register

Engine.Stop(true); Options
imena
Posted: Tuesday, June 12, 2018 4:53:35 PM
Rank: Newbie
Groups: Member

Joined: 6/12/2018
Posts: 1

hello, I have an error when using webView1.Engine.Stop(true);

my code is like this

webView1.Engine.Stop(true);
Engine engine1 = Engine.Create("test");

webView1.Engine.AllowRestart = true;
webView1.Engine = engine1;

webView1 = new WebView();
eo_support
Posted: Tuesday, June 12, 2018 5:23:54 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,072
Hi,

You will need to do basic troubleshooting first. For example, what error message do you get? What's the stack trace? That will help you to decide whether the error is in your code or is in our code. For example, if your webView1 is null then obviously you will get an error when you try to access its Engine object. This kind of error is your responsiblity. We do not troubleshoot such errors for our users.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.