Support #292
openPossible to update Textfield with token every second
0%
Description
I tried (without success) to update a text field with token "{DateTime:%H\:%M\:%S}" every time the second changes. It this possible with the current plugin code?
The following snippets don't work for me (the time is only updated if i close/reopen the menu)
<text refresh="all" x1="-550" x2="-230" y1="271" y2="-780" color="FontColor" align="right" font="VDRSymbols Sans:Book@37" >{DateTime:%H\:%M\:%S}</text>
<text refresh="all,update,timeout,full" changed="{DateTime}" x1="-550" x2="-230" y1="271" y2="-780" color="FontColor" align="right" font="VDRSymbols Sans:Book@37" >{DateTime:%H\:%M\:%S}</text>
<text refresh="all,update,timeout,full" changed="{DateTime:%H\:%M\:%S}" x1="-550" x2="-230" y1="271" y2="-780" color="FontColor" align="right" font="VDRSymbols Sans:Book@37" >{DateTime:%H\:%M\:%S}</text>