X10 Community Forum

🖥️ActiveHome Pro => ActiveHome Pro General => Software Problems & Bugs => Topic started by: paul warshawsky on June 19, 2008, 06:15:25 PM

Title: Tiny bug, but why not fix it...
Post by: paul warshawsky on June 19, 2008, 06:15:25 PM
This bug has existed in every update.  I know many people think it is too trivial to fix, but it is an example of poor programming...

When you adjust the time of a module timer, you can scroll up or scroll down the minutes.  The time goes up/down by fix minute intervals except when it crosses "00".  When scrolling up past 00 you start geting multiples of 5 (e.g. 2:53 - 2:58 - 3:00 - 3:05 - etc)

When you scroll down, due to a bug (presumably a rounding error) you get 3:07 - 3:02 - 2:59 - 2:54 - etc.

This is a minor point, but it is annoying and easy to fix.

Personally I would prefer that the scroll up/down go to the nearest multiple of 5 automatically.  (i.e. 3:02 - 3:05 - 3:10 or 3:07 - 3:05 - 3:00)

Paul