This topic is locked

Guide 29 - Report a progress bar

12/5/2021 5:54:28 PM
PHPRunner Tips and Tricks
fhumanes author

img alt

In this exercise I try to resolve 2 situations that are normally produced in projects that are usually complex, namely:

  1. Define a "progress bar" to indicate when the work has been done by the user who is using the application.
  2. Report that the system is doing an update and that the user must wait for it to finish to continue.

The case of typical use of the (1) option is when we are doing a survey or simply, when we are complying with data in several stages. The bar informs what we have done and / or of what is missing to finish.

In the case of (2) option is when we are doing an update process that is not immediate and we must indicate to the user that an update is taking place and must wait for it to end.

DEMO: https://fhumanes.com/progress_bar

If you are interested in the subject and you want the sample sources, continue reading the article on my portal.

fhumanes author 12/5/2021

img alt
Appearance of the case (1).

For the case (2) I have made 3 examples with this aspect.

img alt

img alt

img alt
Putting source code in this forum is complex, since it is very difficult that you can see well.

Therefore, if you are interested in seeing the code, explanations and full example, you can take it from my portal.

Greetings,
fernando