Hehe thanks - once the basics were done adding simple little things to fix bugs was fun - like disabling the buttons, that stopped problems that people had when the clicked buttons when they weren’t needed
PS - I’ve just validated it to xHTML Strict 1.0 - thought I may as well
I’m having a few accuracy issues with the time difference - I’m going to try and recode that at somepoint - currently it uses a separate timer:
You press the lap button for the first time and it starts the timer, when you press it again, it stops the timer, grabs the results, takes 00:00:00:1 off (as it had a problem with adding it one for some reason) and puts them into variables to display on screen - it then resets the 2nd timer to 00:00:00:0 and starts this second timer again, waiting for the lap button to be pressed again.
I think I’ve found a problem - I can’t remember if I set the pause button to pause the 2nd timer and the reset button to reset the 2nd timer…