Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] missing call in cSkins::Message() ?



Hi everyone,

I'm using VDR 1.3.15 and the lcdproc-plugin 0.0.10 and noticed, 
that displaying a message using the cSkins::Message() function 
triggers the same display on the lcd (thats ok) - but when the 
message is cleared from the tv screen, it does not dissappear on 
the lcd.

For testing, I added the following line to the vdr source and now 
it seems to work for me:

--- vdr-1.3.15.o/skins.c        Sat May 15 14:34:38 2004
+++ vdr-1.3.15/skins.c  Thu Nov  4 15:10:00 2004
@@ -191,6 +191,7 @@
      delete displayMessage;
      displayMessage = NULL;
      }
+  cStatus::MsgOsdClear();
   return k;
 }

Has this call in cSkins::Message() just been forgotten or is there 
another (better) solution for my problem?

Joachim.




Home | Main Index | Thread Index