|
Rank: Newbie Groups: Member
Joined: 6/20/2018 Posts: 9
|
How can I restart the browser? I do not mean to refresh the page on which this, but restart the browser?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
What do you mean by "restart the browser"? You could always destroy the WebView objects and create a new one. Is that what you meant by restarting the browser?
|
|
Rank: Newbie Groups: Member
Joined: 6/20/2018 Posts: 9
|
Yes, I mean I want to restart the browser completely. With what function can I restart the browser?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
If that's what you meant, then you just destroy the WebView object and create a new one exactly as mentioned in our previous reply. Where is the problem?
|
|
Rank: Newbie Groups: Member
Joined: 6/20/2018 Posts: 9
|
and with what function does the destruction of the web view and to re-initialize it?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
You destroy a WebView by calling its Destroy method. You create a new one by using whatever method to create a new WebView such as using "new WebView()". There is no such thing as "restarting browser". It's just plain programming.
|
|
Rank: Newbie Groups: Member
Joined: 6/20/2018 Posts: 9
|
but when I destroy the WebView I get an exception that specifies that it has been destroyed and the program does not continue what should I do in this case?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
If the WebView has already been destroyed, obviously you do not need to destroy it again. If you try to destroy it again, you will get an exception. If you do not want the exception to terminate your application, you can use a try catch block.
All these including your previous question are basic programming concepts that do have anything particular with our product. You should not rely on us for such programming problems as we do not provide tech support on generic programming questions. So in the future you need to seek other channels for such questions.
|
|
Rank: Newbie Groups: Member
Joined: 6/20/2018 Posts: 9
|
very bad support
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
You need to know what you are doing and do your part. We are not in a position to support you on basic programming questions. What you are doing is like buying a car but except the car dealer to teach you how to drive. It doesn't' work that way. If this is not acceptable to you, then our product is not for you.
|
|