I have a countdown clock that needs to be automatically updated once it reaches 00:00:00:00 (dynamic textfields: days, hours, minutes, seconds).
The days, hours, mins, secs are pulling from an XML file.
Trouble I’m having is figuring out the best way to pull one XML node at a time and then updating the information once it reaches zero.
Should I be using the Timer class to update these textfields or can I cycle through each node at a time.
Basically, I’m just sort of lost in how this would normally be accomplished and need a nudge. Any help is appreciated.