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();
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,258
|
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!
|