Ticket #29 (closed enhancement: fixed)
[patch] adds plugin_file and one function, readline
| Reported by: | cmaj | Owned by: | michael |
|---|---|---|---|
| Priority: | normal | Component: | lcd4linux |
| Version: | Severity: | normal | |
| Keywords: | Cc: |
Description
A single line of text from a file can be read by the plugin by specifying the name of the file and the line number to read. Example:
Widget weatherline {
class 'Text'
expression file::readline('/tmp/weather',1)
width 20
align 'M'
update 1000
}
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
