ZoolooDan / pomodairo

Automatically exported from code.google.com/p/pomodairo
0 stars 0 forks source link

Update timer value on Window title and Taskbar. #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
The taskbar title for pomodairo should also show the timer, this enables 
one to check on the time left without switching to the application.

What version of the product are you using? On what operating system?
1.4 on WinXP

Please provide any additional information below.
This can in effect be simply done by adding 
    stage.nativeWindow.title=String(counter.text);
at the end of updateTimer() function in timer.mxml

While the window title shows the changing timer, the reflection on the 
taskbar doesn't change. It only gets updated when i minimize. I'm 
currently looking for a way to refresh that as well.

Original issue reported on code.google.com by sidmitra.del on 11 Oct 2009 at 12:03

GoogleCodeExporter commented 9 years ago
Thats's an excellent idea, thanx.

Original comment by fredrikj...@gmail.com on 7 Nov 2009 at 10:27

GoogleCodeExporter commented 9 years ago
Implemented. The update of the taskbar can be turned off in the configuration.

Original comment by fredrikj...@gmail.com on 8 Nov 2009 at 12:43