From: Michael R. <mi...@re...> - 2008-10-06 04:16:39
|
Hi there, > Ok,"widget 'READFLAG': class 'Timer' not applicable" happens when I > place the 'Timer' widget in a layout like in the following lcd4linux.conf. > And I did this to try to understand why my variable 'flag' is not > assigned by this widget. Ok, here's your problem: > Layout Default { > Row1 { > Col1 'READFLAG' > Col2 'TEST' > } > } You are not allowed to use 'special' widgets (like timers) in a Row/Column fashion. That's what the message 'Class not applicable' means. This config works for me: Layout Default { Row1 { #Col1 'READFLAG' Col2 'TEST' } Timer1 'READFLAG' } HTH, Michael -- Michael Reinelt <mi...@re...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |