Hello,
I'm currently developing my first MediaPortal-plugin and I'm having some very basic problems with the image and filmstrip view i like to add many images in the same screen like the Filmstrip view
but how can i add images to the Filmstrip
No matter what I try I can't get any items in the list to show up on the screen
and the filmstrip :
thank you for your help
I'm currently developing my first MediaPortal-plugin and I'm having some very basic problems with the image and filmstrip view i like to add many images in the same screen like the Filmstrip view
but how can i add images to the Filmstrip
No matter what I try I can't get any items in the list to show up on the screen
Code:
<!-- Graph oben mitte -->
<control>
<animation effect="fade" time="300">WindowOpen</animation>
<description>Grafik</description>
<type>image</type>
<id>0112</id>
<posX>252</posX>
<posY>180</posY>
<width>300</width>
<height>300</height>
</control>
<!-- Label oben mitte id Körperliche Aktivität-->
<control>
<animation effect="fade" time="300">WindowOpen</animation>
<description>Longitud Beschleu Peaks</description>
<type>label</type>
<id>201</id>
<posX>388</posX>
<posY>160</posY>
<font>font12</font>
<align>left</align>
<textcolor>7f18c6de</textcolor>
</control>
and the filmstrip :
Code:
<control>
<description>Filmstrip view</description>
<type>filmstrip</type>
<id>50</id>
<onleft>10</onleft>
<onright>2</onright>
<onup>2</onup>
<ondown>2</ondown>
<background>context_background.png</background>
<backgroundx>275</backgroundx>
<backgroundy>175</backgroundy>
<backgroundwidth>420</backgroundwidth>
<backgroundheight>350</backgroundheight>
<backgrounddiffuse>60ffffff</backgrounddiffuse>
</control>