EvanOnTheGC Posted October 5, 2004 Posted October 5, 2004 Here's a bit of a challenge for those with TAP programming experience (I'm absolutely crap at that sort of thing). As you know the Toppy is woeful at keeping manual time and the networks aren't too reliable either. Maybe a TAP could be written which upon startup, checks to see if it is connected to a PC. If so, it automatically updates the time based on the system time of the PC (which is almost always accurate within a few secs if you have Windows automatic synchronisation turned on in Windows XP). Is this a feasible TAP? Evan :->
tonymy01 Posted October 5, 2004 Posted October 5, 2004 Not feasible as there is no API to alter the time. Have a look at what the API can achieve, it isn't that hard to read at least what most of the API commands can do, link is off my website.
deangelj Posted October 5, 2004 Posted October 5, 2004 Well if there was a reliable way to manipulate the menus through sending keys then it could be done... cheers, john
tonymy01 Posted October 5, 2004 Posted October 5, 2004 Yeah, I suppose it can be done that way, like the timerkeys TAP does to bring up the timer menu. Another project to think about after I get timer_extend fixing single (one time) timers when dodgy timestamps are broadcast. Regards
Recommended Posts