Fixed.Download in repo downloads Version 1.0.9.185.
<visible>string.equals(#MPE.View.Name,#MPEI.Translation.MPOnlineExtensions.Label)</visible>
[COLLAPSE]Hi Damien, would be nice to show the xml code here to fix the problem mentionend above
<control Style="smallTitleB">
<type>label</type>
<posX>310</posX>
<posY>356</posY>
<width>248</width>
<label>#MPEI.Translation.Downloads.Label</label>
<animation effect="Fade" time="250">WindowOpen</animation>
<animation effect="Fade" time="100">WindowClose</animation>
<visible>!string.equals(#MPE.Selected.Hits,)</visible>
</control>
<control Style="smallTitle">
<id>101</id>
<type>fadelabel</type>
<posX>500</posX>
<posY>357</posY>
<width>428</width>
<!-- Show Downloads and Hits -->
<label>#(string.format('{0:#,0} ({1:#,0} #MPEI.Translation.Hits.Label)',cint(#MPE.Selected.Downloads),cint(#MPE.Selected.Hits)))</label>
<animation effect="Fade" time="250">WindowOpen</animation>
<animation effect="Fade" time="100">WindowClose</animation>
<visible>!string.equals(#MPE.Selected.Hits,)+!string.equals(#MPE.Selected.Downloads,)</visible>
</control>
<control Style="smallTitle">
<type>fadelabel</type>
<posX>500</posX>
<posY>357</posY>
<width>428</width>
<!-- Show Hits Only (avoid skin expression error) -->
<label>#(string.format('{0:#,0} #MPEI.Translation.Hits.Label',cint(#MPE.Selected.Hits)))</label>
<animation effect="Fade" time="250">WindowOpen</animation>
<animation effect="Fade" time="100">WindowClose</animation>
<visible>!string.equals(#MPE.Selected.Hits,)+!control.hastext(101)</visible>
</control>
<control Style="smallTitleB">
<type>label</type>
<posX>310</posX>
<posY>382</posY>
<width>248</width>
<label>#MPEI.Translation.Compatibility.Label</label>
<animation effect="Fade" time="250">WindowOpen</animation>
<animation effect="Fade" time="100">WindowClose</animation>
<visible>!string.equals(#MPE.Selected.CompatibleVersions,)</visible>
</control>
<control Style="smallTitle">
<type>fadelabel</type>
<posX>500</posX>
<posY>383</posY>
<width>428</width>
<label>MediaPortal #(iif(eq(#MPE.Selected.CompatibleVersions,' '),'N/A','#MPE.Selected.CompatibleVersions'))</label>
<animation effect="Fade" time="250">WindowOpen</animation>
<animation effect="Fade" time="100">WindowClose</animation>
<visible>!string.equals(#MPE.Selected.CompatibleVersions,)</visible>
</control>
<control Style="smallTitleB">
<type>label</type>
<posX>310</posX>
<posY>408</posY>
<width>248</width>
<label>#MPEI.Translation.Rating.Label</label>
<animation effect="Fade" time="250">WindowOpen</animation>
<animation effect="Fade" time="100">WindowClose</animation>
<visible>!string.equals(#MPE.Selected.Votes,)</visible>
</control>
<control>
<type>imagelist</type>
<description>-</description>
<id>0</id>
<posX>500</posX>
<posY>405</posY>
<width>130</width>
<height>24</height>
<colordiffuse>ffffffff</colordiffuse>
<percentage>#MPE.Selected.Rating</percentage>
<textureHeight>22</textureHeight>
<orientation>horizontal</orientation>
<textureWidth>22</textureWidth>
<subitems>
<subitem>starwhitehollow.png</subitem>
<subitem>starwhite.png</subitem>
</subitems>
<animation effect="Fade" time="250">WindowOpen</animation>
<animation effect="Fade" time="100">WindowClose</animation>
<visible>!string.equals(#MPE.Selected.Votes,)</visible>
</control>
<control Style="smallTitle">
<type>fadelabel</type>
<posX>620</posX>
<posY>408</posY>
<width>428</width>
<label>#(div(cint(#MPE.Selected.Rating), cflt(2))) #(string.format('({0:#,0} #MPEI.Translation.Votes.Label)',cint(#MPE.Selected.Votes)))</label>
<animation effect="Fade" time="250">WindowOpen</animation>
<animation effect="Fade" time="100">WindowClose</animation>
<visible>!string.equals(#MPE.Selected.Votes,)</visible>
</control>
I thought I remembered something - I was searching all the Extensions forum threads - forgot it was in internal forum DUH!I reported this in the internal forums I think, I believe it was broken in MP 1.3. You will have to work around it I'm afraid, you can take a look at streamedmp I made a change recently to fix it.