Saveyour-Team / Saveyour

https://saveyour.herokuapp.com/
Apache License 2.0
1 stars 0 forks source link

Clicking X does not dispose properly #14

Closed DeveloperTommy closed 9 years ago

DeveloperTommy commented 9 years ago

When trying to click the X with a Timer running, the program throws an exception and also does not quit. Only pressing "Ok" allows for the program to exit gracefully. Also assigning to @bpteich .

bpteich commented 9 years ago

This is no longer an issue in the latest update to Master branch. The issue was that the Login form was being hidden rather than closed.

NateFuller commented 9 years ago

Reopening this.

After closing all the Saveyour windows, the Saveyour.exe process still shows up in Windows Task Manager. How do we get it to actually fully terminate?

NateFuller commented 9 years ago

Short-term suggestion: Perhaps closing the "settings" module just exits the program altogether? That could be a temporary fix until we figure something out.

NateFuller commented 9 years ago

@bpteich fixed this with commit a308077. Instead of the X button doing this, he added a "Exit Application" button in the Settings Module.