malonzo47 / pynita_GUI

pynita_GUI is python GUI based implementation of Noise Insensitive Trajectory Algorithm (NITA)
4 stars 3 forks source link

progress bar for binary installs #74

Closed malonzo47 closed 4 years ago

malonzo47 commented 4 years ago

To discuss: how difficult would it be to make a progress bar for both Step 2 (optimization) and Step 3 (generate images)? For large datasets the user may be unclear whether there is legitimate progress being made.

FreelanceDev217 commented 4 years ago

I added two progress bars for step 2d and 3c. Please check the new release

malonzo47 commented 4 years ago

I see the progress bars but they show no progress throughout work and then, suddenly, are 100% complete. Needs to properly show incremental progress (similar to the bar that is implemented in the CMD window when running from source).

Also, can this numerically show "% complete"? (Or, if this is ugly or otherwise not great, just label the progress bar as "Progress bar:")

FreelanceDev217 commented 4 years ago

Fixed on the master branch. Please check running from the source.

malonzo47 commented 4 years ago

This seems to work running from source. Should I wait to test using a new Windows binary release or just close?

FreelanceDev217 commented 4 years ago

For now, check only from the source. I will add a new release whenever I think some major issues are resolved.

malonzo47 commented 4 years ago

Looks good.