Flag Position
#1
Hi All

Ive added a 3D flag based on the folder/file having 3D in the path however it seems that sometimes the flag gets overwritten by other flags:

Image

Image

Ive added the code directly in front the the subtitle control group:

Code:
        <align>center</align>
        <aligny>center</aligny>
        <colordiffuse>StudioDiffuse</colordiffuse>
    </include>
    <include name="PosterMediaFlags">
        <control type="group">
            <include>Animation_SlideUpFadeOut</include>
            <include>Animation_HiddenByInfo</include>
            <posx>494</posx>
            <posy>632</posy>
            <width>418</width>
            <animation effect="slide" start="0,0" end="0,30" time="200" condition="!system.getbool(lookandfeel.enablerssfeeds) | Skin.HasSetting(RSS_only_on_home) + !Window.IsActive(home) + !Window.IsVisible(2006)">Conditional</animation>
            <visible>![Skin.HasSetting(nolanguagepanel) + Skin.HasSetting(noyearpanel) + Skin.HasSetting(nostudiopanel) + Skin.HasSetting(noratingpanel) + Skin.HasSetting(novideopanel) + Skin.HasSetting(noaudiopanel) + Skin.HasSetting(nosubtitlepanel)] + [Container.Content(movies) | Container.Content(tvshows) | Container.Content(episodes)]</visible>
[b]    <control type="image">
            <include>PosterMediaFlagsVarsCodec</include>
            <texture>flags/Source/3D.png</texture>
            <visible>substring(listitem.FileNameAndPath,3D) </visible>
    </control>[/b]
            <!-- Subtitle Panel -->
            <control type="group">
                <posx>-8</posx>
                <visible>!Skin.HasSetting(nosubtitlepanel)</visible>
                <animation effect="slide" start="0,0" end="98,0" condition="Skin.HasSetting(nolanguagepanel) | IsEmpty(ListItem.AudioLanguage)">Conditional</animation>
                <animation effect="slide" start="0,0" end="84,0" condition="Skin.HasSetting(noyearpanel) | IsEmpty(ListItem.Year)">Conditional</animation>
                <animation effect="s
Reply


Messages In This Thread
Flag Position - by nino - 2011-08-05, 08:56
[No subject] - by ronie - 2011-08-05, 12:54
[No subject] - by nino - 2011-08-05, 13:12
[No subject] - by ronie - 2011-08-05, 13:23
Logout Mark Read Team Forum Stats Members Help
Flag Position0