cah7rf / dsbudget

Automatically exported from code.google.com/p/dsbudget
0 stars 0 forks source link

Get rid of Save button #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Instead of asking user to "Save", we should automatically save all changes,
and create a backup when the application starts up so that user can revert
back to the previous version if they so wish. We can add a button that says
"Restore to backup" or "Restore to the state when you started this
application". 

Original issue reported on code.google.com by soichih on 24 Nov 2009 at 12:53

GoogleCodeExporter commented 8 years ago
This has been implemented. I am still bit concerned about how I implemented the
background thread that handle auto-saving, but let's see who screams! :)

Original comment by soichih on 27 Nov 2009 at 3:16

GoogleCodeExporter commented 8 years ago
I'm using the application on Windows 7 and my modifications are not save at 
all, 
it's always bring back the sample page. My changes are still in the apps until 
I 
reboot my PC.

Original comment by gabrielm...@gmail.com on 5 Jan 2010 at 9:32

GoogleCodeExporter commented 8 years ago
Finally, I found out that under Win7 the file BudgetDocument.xml is Read-Only. 
I 
changed the file permission.

Original comment by gabrielm...@gmail.com on 6 Jan 2010 at 1:07

GoogleCodeExporter commented 8 years ago
gabrielmongeon,

Thank you for letting me know and the solution you've found. Based on your 
finding, I
have added following line to dsBudget installer.

SetFileAttributes $INDSTDIR/BudgetDocument.xml FILE_ATTRIBUTE_NORMAL

I really don't know if this helps or not... but at least I have something to 
suggest
to user who are having the same problem. Thank you for reporting!

Original comment by soichih on 6 Jan 2010 at 1:40