Always modified with new version?
Moderator: Gaskleppie
-
- Posts: 258
- http://phpbb3styles.net
- Joined: Sun Dec 16, 2007 12:04 am
- Location: Texas
- Contact:
Always modified with new version?
With the new version release, every time I open up a cal it says modified, even if I save it, then reopen it immediately. Is anyone else having this issue?
It shouldn't need to update it unless it sees a previous version in the cal... but the need for that info to be current is there. Just in case there is a major update to the program, or an incompatibility between versions type of issue. sort of like finding an old dos program and trying to run it on a windows7 machine. the newer software has to know that this is not a newer type of file so it can open it properly or not open it at all. Version encryption is the easiest way to do this. looking at this another way... it's also a hint that there are plans to make an update that will make this compatibility an issue. (there's been other \"hints\" as well)
this is my $0.02, keep in mind that I can't spell
The issue is not understanding what the modified sign does, but why it is still popping up everytime you open up a cal. It doesn't mater if you save it, start new, etc it still says modified. One of the reasons I loved the modified sign being there was so that I was aware if any changes had been made to the cal whether intentional or by bumping a key, now it is just always showing modified.relic1 wrote:It shouldn't need to update it unless it sees a previous version in the cal... but the need for that info to be current is there. Just in case there is a major update to the program, or an incompatibility between versions type of issue. sort of like finding an old dos program and trying to run it on a windows7 machine. the newer software has to know that this is not a newer type of file so it can open it properly or not open it at all. Version encryption is the easiest way to do this. looking at this another way... it's also a hint that there are plans to make an update that will make this compatibility an issue. (there's been other "hints" as well)
based on this, opening a cal automatically writes over the version tracking location. So the cal has changed. logical - yes able to be bypassed with a simple if statement (if the version is the current one, leave it alone) to prevent annoyance - yes adding this to his next update - only calvin knowscalvin wrote:just updating cal rom version num
this is my $0.02, keep in mind that I can't spell
Im with you there, the point is that it never used to do this, period. Only since the last set of updates has it acted this way, as if the "if" statement was removed.relic1 wrote:based on this, opening a cal automatically writes over the version tracking location. So the cal has changed. logical - yes able to be bypassed with a simple if statement (if the version is the current one, leave it alone) to prevent annoyance - yes adding this to his next update - only calvin knowscalvin wrote:just updating cal rom version num