Hello,
I have a small question. When you are in the home screen you can see the changing menu pictures when you are scrolling through the menu entries.
How can I implement this in my MP Plugin.
My skin file looks like this:
How can I make the hover_my tv.png picture visible in the Home Screen when I scroll to my Window Plugin?
Thanks
I have a small question. When you are in the home screen you can see the changing menu pictures when you are scrolling through the menu entries.
How can I implement this in my MP Plugin.
My skin file looks like this:
Code:
- <window>
<id>558</id>
<defaultcontrol>2</defaultcontrol>
<allowoverlay>yes</allowoverlay>
<define>#header.image:television_logo.png</define>
<define>#header.label:PVR Scheduler</define>
<define>#header.hover:hover_my tv.png</define>
- <controls>
<import>common.window.xml</import>
- <control>
<description>Date</description>
<type>label</type>
<id>200</id>
<posX>690</posX>
<posY>30</posY>
<label>#date</label>
<align>right</align>
<font>font13</font>
<textcolor>ffa9d0f7</textcolor>
</control>
....
How can I make the hover_my tv.png picture visible in the Home Screen when I scroll to my Window Plugin?
Thanks