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 Skins
Popular Skins
StreamedMP
XML-bug?
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="pilehave" data-source="post: 805242" data-attributes="member: 71550"><p>In myvideoFilmstripView.xml (line 191 -> 202) contains som disallowed XML, I think:</p><p></p><p>[CODE]</p><p> <control></p><p> <type>textbox</type></p><p> <label>#mpaarating</label></p><p> <posX>410</posX></p><p> <posY>365</posY></p><p> <width>400</width></p><p> <height>50</height></p><p> <font>mediastream10</font></p><p> <visible><![CDATA[facadeview.filmstrip+control.isvisible(4441)+!string.starts(#mpaarating,<)+!string.starts(#mpaarating,unknown)]]></visible></p><p> <animation effect="fade" time="250">WindowOpen</animation></p><p> <animation effect="fade" time="250">WindowClose</animation></p><p> </control></p><p>[/CODE]</p><p></p><p>This results in the following error in my log:</p><p></p><p>[CODE]</p><p>2011-10-30 22:43:28.115714 [ERROR][MPMain(1)]: GUIWindow:OnWindowLoaded 'C:\ProgramData\Team MediaPortal\MediaPortal\Skin\StreamedMP\HeadWeb.xml' control id:4 ex:Et objekt af typen 'MediaPortal.GUI.Library.GUITextControl' kan ikke konverteres til typen 'MediaPortal.GUI.Library.GUIButtonControl'. ved System.RuntimeType.CheckValue(Object value, Binder binder, CultureInfo culture, BindingFlags invokeAttr)</p><p> ved System.Reflection.RtFieldInfo.InternalSetValue(Object obj, Object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture, Boolean doVisibilityCheck, Boolean doCheckConsistency)</p><p> ved System.Reflection.RtFieldInfo.InternalSetValue(Object obj, Object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture, Boolean doVisibilityCheck)</p><p> ved System.Reflection.RtFieldInfo.SetValue(Object obj, Object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture)</p><p> ved MediaPortal.GUI.Library.GUIWindow.OnWindowLoaded() HeadWeb.HeadWeb</p><p>[/CODE]</p><p></p><p>Fixed by removing the <![CDATA stuff in the visible-condition:</p><p></p><p>[CODE]</p><p> <control></p><p> <type>textbox</type></p><p> <label>#mpaarating</label></p><p> <posX>410</posX></p><p> <posY>365</posY></p><p> <width>400</width></p><p> <height>50</height></p><p> <font>mediastream10</font></p><p> <visible>facadeview.filmstrip+control.isvisible(4441)+!string.starts(#mpaarating,<)+!string.starts(#mpaarating,unknown)></visible></p><p> <animation effect="fade" time="250">WindowOpen</animation></p><p> <animation effect="fade" time="250">WindowClose</animation></p><p> </control></p><p>[/CODE]</p><p></p><p>This is with the latest version of the skin installed.</p><p></p><p><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" /></p></blockquote><p></p>
[QUOTE="pilehave, post: 805242, member: 71550"] In myvideoFilmstripView.xml (line 191 -> 202) contains som disallowed XML, I think: [CODE] <control> <type>textbox</type> <label>#mpaarating</label> <posX>410</posX> <posY>365</posY> <width>400</width> <height>50</height> <font>mediastream10</font> <visible><![CDATA[facadeview.filmstrip+control.isvisible(4441)+!string.starts(#mpaarating,<)+!string.starts(#mpaarating,unknown)]]></visible> <animation effect="fade" time="250">WindowOpen</animation> <animation effect="fade" time="250">WindowClose</animation> </control> [/CODE] This results in the following error in my log: [CODE] 2011-10-30 22:43:28.115714 [ERROR][MPMain(1)]: GUIWindow:OnWindowLoaded 'C:\ProgramData\Team MediaPortal\MediaPortal\Skin\StreamedMP\HeadWeb.xml' control id:4 ex:Et objekt af typen 'MediaPortal.GUI.Library.GUITextControl' kan ikke konverteres til typen 'MediaPortal.GUI.Library.GUIButtonControl'. ved System.RuntimeType.CheckValue(Object value, Binder binder, CultureInfo culture, BindingFlags invokeAttr) ved System.Reflection.RtFieldInfo.InternalSetValue(Object obj, Object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture, Boolean doVisibilityCheck, Boolean doCheckConsistency) ved System.Reflection.RtFieldInfo.InternalSetValue(Object obj, Object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture, Boolean doVisibilityCheck) ved System.Reflection.RtFieldInfo.SetValue(Object obj, Object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture) ved MediaPortal.GUI.Library.GUIWindow.OnWindowLoaded() HeadWeb.HeadWeb [/CODE] Fixed by removing the <![CDATA stuff in the visible-condition: [CODE] <control> <type>textbox</type> <label>#mpaarating</label> <posX>410</posX> <posY>365</posY> <width>400</width> <height>50</height> <font>mediastream10</font> <visible>facadeview.filmstrip+control.isvisible(4441)+!string.starts(#mpaarating,<)+!string.starts(#mpaarating,unknown)></visible> <animation effect="fade" time="250">WindowOpen</animation> <animation effect="fade" time="250">WindowClose</animation> </control> [/CODE] This is with the latest version of the skin installed. :thx: [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
Popular Skins
StreamedMP
XML-bug?
Contact us
RSS
Top
Bottom