
several changes made by Dr.Best <dr.best@dreambox-tools.info> (07-18-2013)
- I got rid of eCanvas, instead I took a widget as a parent and scroll the label directly on the widget (this saves performance (about 30%))
- new property: mShown --> this fixes the bug that this renderer keeps running in background when its not shown
- this renderer can be used in OLED display with dmm oe2.0 images
- transparent option is possible now
- fixed left / right scrolling , fixed nowrap-mode


Example:

<widget source="ServiceEvent" render="RunningText" position="100,570" size="1080,48" font="Regular;20" halign="left" options="movetype=running,direction=top,startpoint=0,startdelay=3000,wrap=1,always=0,repeat=2,oneshot=1" transparent="1" foregroundColor="secondFG"  zPosition="5" >
<convert type="EventName">ExtendedDescription</convert>
</widget>