Welcome Guest Search | Active Topics | Sign In | Register

Restart EO.WEBBROWSER Options
mateo
Posted: Friday, September 7, 2018 5:36:49 PM
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?
eo_support
Posted: Friday, September 7, 2018 5:51:51 PM
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?
mateo
Posted: Friday, September 7, 2018 5:54:20 PM
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?
eo_support
Posted: Friday, September 7, 2018 5:58:19 PM
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?
mateo
Posted: Friday, September 7, 2018 6:00:41 PM
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?
eo_support
Posted: Saturday, September 8, 2018 7:38:18 AM
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.
mateo
Posted: Monday, September 10, 2018 10:21:48 AM
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?
eo_support
Posted: Monday, September 10, 2018 10:39:24 AM
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.
mateo
Posted: Monday, September 10, 2018 10:49:06 AM
Rank: Newbie
Groups: Member

Joined: 6/20/2018
Posts: 9
very bad support
eo_support
Posted: Monday, September 10, 2018 10:53:24 AM
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.


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.