Views are overlapping each other.
#9
Hitcher Wrote:To fix your problem try putting each view in a group control that's only visible when that view is visible.

ie

PHP Code:
<control type="group">
    <
visible>Control.IsVisible(500)</visible>
    <
control type="list" id="500">
    ...
    </
control>
</
control

They are....

Code:
<include name="AppView3">
        <control type="group">
            <visible>Control.IsVisible(58)</visible>
            <include>VisibleFadeEffect</include>
            <control type="image">
                <posx>0</posx>
                <posy>0</posy>
                <width>1290</width>
                <height>730</height>
                <texture>simplicity/background-solid.png</texture>
            </control>
            <control type="image">
                <posx>20</posx>
                <posy>80</posy>
                <width>1240</width>
                <height>2</height>
                <texture>simplicity/line.png</texture>
            </control>
            <include>LeftOptions</include>
            <include>RightOpenTVGuideWithScroll</include>
            <include>AddonBreadCrumbs</include>
            <control type="panel" id="58">
                <include>Zoom</include>
                <posx>135</posx>
                <posy>110</posy>
                <width>980</width>
                <height>570</height>
                <onleft>2</onleft>
                <onright>60</onright>
                <onup>58</onup>
                <ondown>58</ondown>
                <viewtype label="Apps">list</viewtype>
                <pagecontrol>60</pagecontrol>
                <scrolltime>300</scrolltime>
                <preloaditems>2</preloaditems>              
                <visible>SubString(Container.FolderPath,addons) | Window.IsVisible(addonbrowser)</visible>
                <orientation>vertical</orientation>
                    <itemlayout height="190" width="190">
Image
To learn more, click here.
Reply


Messages In This Thread
[No subject] - by Hitcher - 2011-04-21, 21:02
[No subject] - by igotdvds - 2011-04-21, 21:39
[No subject] - by BigNoid - 2011-04-21, 22:04
[No subject] - by igotdvds - 2011-04-21, 22:14
[No subject] - by Hitcher - 2011-04-21, 22:28
[No subject] - by Hitcher - 2011-04-21, 22:32
[No subject] - by BigNoid - 2011-04-21, 22:37
[No subject] - by igotdvds - 2011-04-21, 22:54
Logout Mark Read Team Forum Stats Members Help
Views are overlapping each other.0