Author Topic: Counting left current Break-Time  (Read 955 times)

sci

  • Newbie
  • *
  • Posts: 2
    • View Profile
Counting left current Break-Time
« on: January 13, 2016, 05:42:22 AM »
Hi there,

I try to make a layout for our tournaments. It works but only one thing is not working at the moment.
When the Break is starting I will show a timer for the current break, but he show only the total break-time (and not counting).

Example:
After Round/Level 2 we have a break for 6min. I will a counter that's show 05:59, 05:58, 05:57 etc. but I can get only to show the total break-time.

How can I realize this?

Regards,
sci
« Last Edit: January 13, 2016, 05:46:03 AM by sci »

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Counting left current Break-Time
« Reply #1 on: January 13, 2016, 06:37:57 AM »
What layout token are you using?  You should just be using the <clock> token, as it shows the time left in the current level, whether it's a round or a break.

sci

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Counting left current Break-Time
« Reply #2 on: January 14, 2016, 05:02:00 AM »
Hi Corey,

my mistake, works fine now. The token was <totalBreakTime format="clock" showSeconds="true">.

Thanks for the hint.

Regards,
sci