Simple timer

Yes. I created the function SetTimer, that takes the total seconds, calculates the minutes (=total seconds / 60) and seconds (=total seconds % 60) and updates the corresponding text widget.