Page 1 of 1

How to make XN Timer remember last time?

Unread postPosted: Sun Mar 18, 2012 11:26 am
by Stealth3si
I have a problem and was wondering if you guys can help me.

Everytime I close XN Timer and re-open it both the stopwatch timer and the countdown timer resets the time. How do I make it remember the last time it was paused?

For example, I have a countdown timer for 15 hours. The last time I paused it was at 10 hours 5 min and 30secs. I exited the program and restarted the computer but when XN Timer re-launched the time was reset back to 15 hours!

It used to be able to remember the last countdown/stopwatch time whenever I exit and re-open the program but now it resets every time.

Re: How to make XN Timer remember last time?

Unread postPosted: Wed Mar 21, 2012 8:34 pm
by Stopwatch
No way yet. Although XNote Stopwatch has Save/Load.

Re: How to make XN Timer remember last time?

Unread postPosted: Thu Mar 22, 2012 12:11 am
by Stealth3si
Thanks.

Can it save session file via command line?

Re: How to make XN Timer remember last time?

Unread postPosted: Thu Mar 22, 2012 4:57 pm
by Stopwatch
Stealth3si wrote:Can it save session file via command line?

No yet. Only load.

Re: How to make XN Timer remember last time?

Unread postPosted: Sat May 12, 2018 8:34 pm
by adman149
Find the location of the execuitable (.exe file), in that folder should be a .ini file named "xntimer.ini". Right click on that file and select "edit" once it is opened by your default text editor, look for the line that says:

Code: Select all
...
Mode=0
...


Change the value from 0 to 1 if it is 0. This worked for me.