Project

General

Profile

Actions

Support #292

open

Possible to update Textfield with token every second

Added by NemoN about 14 years ago. Updated over 13 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
03/05/2010
Due date:
% Done:

0%

Estimated time:

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>

Actions #1

Updated by NemoN over 13 years ago

any suggestion here?

Actions

Also available in: Atom PDF