malonzo47 / pynita_GUI

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

submit button is gray #70

Closed malonzo47 closed 4 years ago

malonzo47 commented 4 years ago

For Step2d and Step3c, if the user runs parallel once, they cannot do it again unless they retype the number of Workers. The submit button should remain accessible without the user needing to do this.

FreelanceDev217 commented 4 years ago

Enabled the buttons back after finishing the job. But for Step2d, the user still needs to hand-draw the trajectory again to launch the optimization again. Please confirm if this makes sense.

malonzo47 commented 4 years ago

Yes that's ok. I might make new issue to allow user to save off their hand-drawn trajectories but will close this one.

malonzo47 commented 4 years ago

In v1.0.2 windows release, this is still not working. I still (Step 3c) need to update the number of cores in order for the Submit button to become active.

FreelanceDev217 commented 4 years ago

Please check the new release.

malonzo47 commented 4 years ago

Seems to work in new release.