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
Quality Assurance
Bugtracker Feed
0004051: Skin functions with boolean arguments not parsed correctly
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="MediaPortal-Bot" data-source="post: 928933" data-attributes="member: 48617"><p>Using a skin function that accepts a boolean argument is not parsed correctly (except for iff(..) which has a special check. Example:<br /> <br /> <include condition="#(not(#skin.tvguide.rows))">mytvguide_8rows.xml</include><br /> <br /> The function not(..) accepts a boolean parameter. If the parameter is a skin setting from (SkinSettings.xml) then the parameter is attempted to be passed to the not(..) function as a string which creates an exception when looking up the skin function (using reflection). This is because the not(..) function accepts a bool type (not a generic object type).<br /> <br /> This problem also exists for and(..) and or(..) skin functions.<br /> <br /> Problem reported by Lbr_Lion.</p><p></p><p><a href="http://mantis.team-mediaportal.com/view.php?id=4051" target="_blank">Continue reading...</a></p></blockquote><p></p>
[QUOTE="MediaPortal-Bot, post: 928933, member: 48617"] Using a skin function that accepts a boolean argument is not parsed correctly (except for iff(..) which has a special check. Example:<br /> <br /> <include condition="#(not(#skin.tvguide.rows))">mytvguide_8rows.xml</include><br /> <br /> The function not(..) accepts a boolean parameter. If the parameter is a skin setting from (SkinSettings.xml) then the parameter is attempted to be passed to the not(..) function as a string which creates an exception when looking up the skin function (using reflection). This is because the not(..) function accepts a bool type (not a generic object type).<br /> <br /> This problem also exists for and(..) and or(..) skin functions.<br /> <br /> Problem reported by Lbr_Lion. [url="http://mantis.team-mediaportal.com/view.php?id=4051"]Continue reading...[/url] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Quality Assurance
Bugtracker Feed
0004051: Skin functions with boolean arguments not parsed correctly
Contact us
RSS
Top
Bottom