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
Development
General Development (no feature request here!)
GUIListControl - Simple Example
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="GF__74" data-source="post: 391832" data-attributes="member: 76723"><p><strong>FacadeView Control - Runtime error</strong></p><p></p><p>I have managed to create a simple facadeView from the code above and other sources within the MediaPortal source code, but I am now getting runtime errors when attempting to configure/run the plugin.</p><p></p><p>The MP error log shows this:</p><p></p><p></p><p>I am assuming this is something to do with either the plugin or skin code.</p><p></p><p>My skin file is fairly simple:</p><p>[CODE]</p><p><?xml version="1.0" encoding="utf-8" ?></p><p><window></p><p> <id>5678</id></p><p> <defaultcontrol>2</defaultcontrol></p><p> <allowoverlay>yes</allowoverlay></p><p> <define>#header.label:5678</define></p><p> <define>#header.image:trailers_logo.png</define></p><p> <define>#header.hover:hover_my trailers.png</define></p><p> <controls></p><p> <import>common.window.xml</import></p><p> <import>common.facade.video.xml</import></p><p> <import>common.time.xml</import></p><p> </controls></p><p></window></p><p>[/CODE]</p><p></p><p>The code for the plugin follows the same path as the above.</p><p></p><p>My guess is there is something missing from my instantiation of the facadeview control, but i am little lost.</p><p></p><p>Any help appreciated.</p><p></p><p>GF</p></blockquote><p></p>
[QUOTE="GF__74, post: 391832, member: 76723"] [b]FacadeView Control - Runtime error[/b] I have managed to create a simple facadeView from the code above and other sources within the MediaPortal source code, but I am now getting runtime errors when attempting to configure/run the plugin. The MP error log shows this: I am assuming this is something to do with either the plugin or skin code. My skin file is fairly simple: [CODE] <?xml version="1.0" encoding="utf-8" ?> <window> <id>5678</id> <defaultcontrol>2</defaultcontrol> <allowoverlay>yes</allowoverlay> <define>#header.label:5678</define> <define>#header.image:trailers_logo.png</define> <define>#header.hover:hover_my trailers.png</define> <controls> <import>common.window.xml</import> <import>common.facade.video.xml</import> <import>common.time.xml</import> </controls> </window> [/CODE] The code for the plugin follows the same path as the above. My guess is there is something missing from my instantiation of the facadeview control, but i am little lost. Any help appreciated. GF [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
GUIListControl - Simple Example
Contact us
RSS
Top
Bottom