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
How to create own (dynamic) thumbnailpanel?
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="eightyf" data-source="post: 163453" data-attributes="member: 50694"><p>Hi,</p><p>so I made the PluginsTutorial and it works just fine.</p><p>But now I want to create a dynamic thumbnailpanel (those of you, who know <a href="http://kaleidescape.com/experience/" target="_blank">kaleidescape </a>- that's the direction I'm heading for).</p><p>Since I need full control of the thumbs' properties (including position, order, etc.) I guess I cannot use MPs thumbnailpanel/facadeview.</p><p>I had moderate success using the GUIImage function, but this only works if there is a [CODE]</p><p><control></p><p><type>image</type></p><p><id>whatever</id></p><p>...</p><p></control></p><p>[/CODE]</p><p>code in the corresponding XML file - that means a control for every single thumb in the XML-code.</p><p>That's not a feasable option and it is not very flexible either.</p><p>So here are a few questions:</p><p>- can there be instances of one GUIImage, so that I would only need one Image-control (sort of as a reference, where size etc. are stored)?</p><p>- how can I create AND display a GUIImage without having an according control in the XML-file?</p><p>I tried</p><p>[CODE]</p><p>GUIImage testImage = new GUIImage(GetID,20,500,200,50,75,"texture path",0);</p><p>[/CODE]</p><p>But to no avail. I don't get error messages, but the image simply will not be displayed.</p><p></p><p>Those are probably quite basic questions, but as a beginner, I need some place to start ;-)</p><p></p><p>Thank you for your help</p><p>André</p></blockquote><p></p>
[QUOTE="eightyf, post: 163453, member: 50694"] Hi, so I made the PluginsTutorial and it works just fine. But now I want to create a dynamic thumbnailpanel (those of you, who know [URL="http://kaleidescape.com/experience/"]kaleidescape [/URL]- that's the direction I'm heading for). Since I need full control of the thumbs' properties (including position, order, etc.) I guess I cannot use MPs thumbnailpanel/facadeview. I had moderate success using the GUIImage function, but this only works if there is a [CODE] <control> <type>image</type> <id>whatever</id> ... </control> [/CODE] code in the corresponding XML file - that means a control for every single thumb in the XML-code. That's not a feasable option and it is not very flexible either. So here are a few questions: - can there be instances of one GUIImage, so that I would only need one Image-control (sort of as a reference, where size etc. are stored)? - how can I create AND display a GUIImage without having an according control in the XML-file? I tried [CODE] GUIImage testImage = new GUIImage(GetID,20,500,200,50,75,"texture path",0); [/CODE] But to no avail. I don't get error messages, but the image simply will not be displayed. Those are probably quite basic questions, but as a beginner, I need some place to start ;-) Thank you for your help André [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
How to create own (dynamic) thumbnailpanel?
Contact us
RSS
Top
Bottom