News:

Latest versions:
Server plugin: 0.5.1
MVP dongle: 0.5.2
Raspberry Pi client: 0.5.2
Windows client: 0.5.2-1

Main Menu

Scroll EPG description text

Started by petric, December 13, 2006, 21:35:31

Previous topic - Next topic

petric

Hello,

on some movie entries in the EPG the descrition is too long to fit into the description window.

Is there a possibility to scroll the contents of this text box ?

regards

hondansx

Hi,

to show the whole EPG, when pressing the Info button, I increased the textbox with this little changes in
vlivebanner.cc in PAL Mode.


--- vlivebanner.cc.orig 2007-05-01 23:36:24.000000000 +0200
+++ vlivebanner.cc      2007-09-03 21:19:58.575657119 +0200
@@ -224,13 +224,13 @@
       else vi->setMainText(tr("Summary unavailable"));
       if (Video::getInstance()->getFormat() == Video::PAL)
       {
-        vi->setScreenPos(120, 130);
+        vi->setScreenPos(70, 30);
       }
       else
       {
         vi->setScreenPos(110, 90);
       }
-      vi->create(510, 270);
+      vi->create(590, 370);
       vi->draw();

       ViewMan::getInstance()->add(vi);


Walter
GA-EP43 | headless | 1xCineS2 Dual | 1xSkystar 2.6D | VDR 1.7.37 
Frontend: 1xRasperry | 1xION3

Harry