On Monday, August 17, 2020 at 7:32:27 PM UTC-7, TW Tones wrote: > > An observation fyi but no expectation of remedy, my windows HTA version > the clock in the sidebar does not tick. >
Hmm... that's odd. The first thing to do is to check to see if TiddlyTools/Timer/Ticker is actually running by opening $:/temp/timer/ticker. The text of that tiddler should be a 17-digit datetime value that is being automatically updated once per second. Note that the Ticker is tagged with $:/tags/StartupAction, which is supposed to be invoked when you load the file. I wonder if the HTA somehow fails to trigger the StartupActions, which are run from $:/core/modules/startup.js If the Ticker IS running, then the next thing to check is to see if the sidebar *digital *clock is running. If it is, then the problem would be limited to just the analog clock display, and might be related to the CSS used to render the analog clock. Perhaps the HTA isn't responding to dynamically changing updates to CSS? Let me know what happens... -e -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/c369f4d6-4ab8-4019-93e4-9eadcc735ef4o%40googlegroups.com.

