hey guys. So, I'm trying to implement lan check in my skin. This is my code:
<ePixmap pixmap="Amala/icons/ico_lan_off.png" position="1205,32" size="27,25" zPosition="1" alphatest="blend"/> <widget source="session.CurrentService" render="Pixmap" pixmap="Amala/icons/ico_lan_on.png" position="1205,32" zPosition="2" size="27,25" alphatest="blend"> <convert type="RouteInfo">Lan</convert> <convert type="ConditionalShowHide" /> </widget>
But I always get the ON icon, even when I pull the lan cable off. How can do this, so that I get the On or Off icon depending if the internet is working or not?