......
is there any other use of piconTuner ?
is there any other use of piconTuner than the example below?<widget source="session.CurrentService" render="Pixmap" pixmap="SkinPATH/dvb_s2.png" position="50,350" size="150,40" zPosition="3" alphatest="on">
<convert type="ServiceInfoEX">IsSatelliteS2</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="SkinPATH/dvb_s.png" position="50,350" size="150,40" zPosition="3" alphatest="on">
<convert type="ServiceInfoEX">IsSatelliteS</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="SkinPATH/dvb_c.png" position="50,350" size="150,40" zPosition="3" alphatest="on">
<convert type="ServiceInfoEX">IsCable</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="SkinPATH/dvb_t.png" position="50,350" size="150,40" zPosition="3" alphatest="on">
<convert type="ServiceInfoEX">IsTerrestrial</convert>
<convert type="ConditionalShowHide" />
</widget>
<widget source="session.CurrentService" render="Pixmap" pixmap="SkinPATH/satip.png" position="50,350" size="150,40" zPosition="3" alphatest="on">
<convert type="ServiceInfoEX">IsStreamTV</convert>
<convert type="ConditionalShowHide" />
</widget>
how to use piconTuner with render PiconUni?