home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
filmstrip
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Zarra" data-source="post: 263817" data-attributes="member: 70851"><p>Hello,</p><p></p><p>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</p><p></p><p>but how can i add images to the Filmstrip</p><p></p><p>No matter what I try I can't get any items in the list to show up on the screen</p><p></p><p>[CODE] <!-- Graph oben mitte --></p><p> <control></p><p> <animation effect="fade" time="300">WindowOpen</animation></p><p> <description>Grafik</description></p><p> <type>image</type></p><p> <id>0112</id></p><p> <posX>252</posX></p><p> <posY>180</posY></p><p> <width>300</width></p><p> <height>300</height></p><p> </control></p><p> <!-- Label oben mitte id Körperliche Aktivität--></p><p> <control></p><p> <animation effect="fade" time="300">WindowOpen</animation></p><p> <description>Longitud Beschleu Peaks</description></p><p> <type>label</type></p><p> <id>201</id></p><p> <posX>388</posX></p><p> <posY>160</posY></p><p> <font>font12</font></p><p> <align>left</align></p><p> <textcolor>7f18c6de</textcolor></p><p> </control>[/CODE]</p><p></p><p>and the filmstrip :</p><p></p><p>[CODE] <control></p><p> <description>Filmstrip view</description></p><p> <type>filmstrip</type></p><p> <id>50</id></p><p> <onleft>10</onleft></p><p> <onright>2</onright></p><p> <onup>2</onup></p><p> <ondown>2</ondown></p><p> <background>context_background.png</background></p><p> <backgroundx>275</backgroundx></p><p> <backgroundy>175</backgroundy></p><p> <backgroundwidth>420</backgroundwidth></p><p> <backgroundheight>350</backgroundheight></p><p> <backgrounddiffuse>60ffffff</backgrounddiffuse></p><p> </control>[/CODE]</p><p>thank you for your help</p></blockquote><p></p>
[QUOTE="Zarra, post: 263817, member: 70851"] 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 [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>[/CODE] 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>[/CODE] thank you for your help [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
filmstrip
Contact us
RSS
Top
Bottom