Splitting Timer string

as requested, the idea behind the timer split is to have exact positions for timer text, this avoids having to add more code to cope with non fixed width fonts for timers that require a bit more precision of where they are placed/changed when timer is active
had a quick thought on the timer, for example
timeR(0/1) - progress/remaining time either "" or "-", the reason to split this is so you could have it in a set place rather than the text shifting to compensate for the additional char
time(hh) - hours
time(mm) - minutes
time(ss) - seconds
for the timer seperator either a default timeSep() which would display the same font in full colon char (or perhaps even a custom char?), if this is not added then its not a hardship to add a text layer with the font, altho to make things a little more dynamic the engine should handle the colon but make it so we can place this in a static place and it never move
dont think we really need to goto milliseconds
if thats done then there is no real need to add force fixed width to the fonts, approx 80% say are not fixed width and are more likely to be bundled with a skin, not sure about other users but i prefer my timer numbers to stay in 1 place like a clock
also if any of those elements are clicked then the whole timer acts as if it was one string and changes the time to either progressed/remaining
had a quick thought on the timer, for example
timeR(0/1) - progress/remaining time either "" or "-", the reason to split this is so you could have it in a set place rather than the text shifting to compensate for the additional char
time(hh) - hours
time(mm) - minutes
time(ss) - seconds
for the timer seperator either a default timeSep() which would display the same font in full colon char (or perhaps even a custom char?), if this is not added then its not a hardship to add a text layer with the font, altho to make things a little more dynamic the engine should handle the colon but make it so we can place this in a static place and it never move
dont think we really need to goto milliseconds
if thats done then there is no real need to add force fixed width to the fonts, approx 80% say are not fixed width and are more likely to be bundled with a skin, not sure about other users but i prefer my timer numbers to stay in 1 place like a clock
also if any of those elements are clicked then the whole timer acts as if it was one string and changes the time to either progressed/remaining