|
Rank: Newbie Groups: Member
Joined: 10/2/2018 Posts: 3
|
Is there a way to start the process bar when the page loads, allowing the page to process everything as soon as the page loads?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Hi, I am not exactly sure which product you are using. If you were referring EO.WebBrowser product, please see our reply in this thread about loading progress: https://www.essentialobjects.com/forum/postst11062_ProgressChanged-equivalent-event-to-EOWebBrowser.aspxThanks!
|
|
Rank: Newbie Groups: Member
Joined: 10/2/2018 Posts: 3
|
My apologies, I am looking at the progress bar from the EO.WebBrowser product.
Let me be more clear. What I am attempting to accomplish, is a web page that takes a file path passed from another page, and as soon as the page is loaded, it begins processing the file, page by page. When it is complete, it redirects to another page that displays the file. So I want the page to load, run, and exit without user intervention. I have it working perfectly, but I don't want to have a user to have to push a button.
The documentation states that the progress bar routine can be called "via a client side Javascript call to the ProgressBar's startTask method".
So is there no way to get the progress bar routine to kick off automatically, or in other words, trick the page into thinking that the button has been pressed.
I reviewed the documentation from message you linked, but I don't think see that it addresses my issue.
I appreciate your time.
Carl
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Hi,
EO.Web and EO.WebBrowser are two different products. If you meant the ProgressBar control in the EO.Web product, then please PM us with your order number. The ProgressBar control is free to use, but we are not in a position to provide free technical support to it as well. So tech support for the free controls are only provided to our paid users. As such if you have an order for any of our product, you can PM us your order number and we will be happy to assist you further.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 10/2/2018 Posts: 3
|
Fair enough, I am testing it as a free product, and I do indeed understand your reluctance to provide tech support for users who have not purchased the product.
On a side note, the VB samples for your product provided with the installation, all (at least for the progress bar) refer to the language as C# and the code page as .cs. fixing those 2 in the header makes them work normally, so the code is valid, just not the header.
Carl
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Thanks for understanding and letting us know the problems. We will look into this and get it fixed as soon as possible.
|
|