View Single Post
Old
David B
Senior Member
 
David B's Avatar
 
Status: Offline
Posts: 1,145
Join Date: Dec 2010
Location: N/A
Default 02-28-2011, 05:16 PM

Quote:
Originally Posted by reuben2011 View Post
I made a long post but it got deleted because I got automatically logged out (without knowing) after a certain amount of minutes of inactivity. Anyways I noticed three problems.

1) The clock. If its something like 7:09:05, it will display 7:9:5.
2) The timer continues even when it is paused.
3) The timer doesn't restart the time every time the application is opened.

Solutions (with respect to the numbered problems
1) Concatenate a "0" to the minute or second if it is less than 10.
2 & 3) Create an offset variable, set it to time elapsed in the beginning of the program (or where ever needed), and display the time as elapsed time minus the offset.

See if you can fix these solutions yourself first using the advice I gave. If you are still having difficulty implementing these solutions, just say so in the this thread and I'll see if I can do it myself.
~Best of luck
Thanks! I haven't started Beta Version 3 yet, but when I do, I will be sure to try out at fixing these problems. I already know how to fix a few of them, but some of the other ones look more challenging.
   
Reply With Quote