Solved need help refocus for glass effect
#16
Well I must remain calm! I did as you said yesterday, I fiddled a bit full function and value to see what happens. The I'm sorry, I must be too tired I do not see what you've changed! Well I'll give you a gift for your help and time you pass to help me. Watch your MP in the day Smile

I'll work more research Smile
Reply
#17
Well to explain it better, but with no formatting:

<include name="viewSlidePoster-ContainerCommons">
<control type="group">
<include>focus_SlidePoster</include>
THE RED CODE WAS HERE
<control type="group">
<left>10</left>
<top>10</top>
<control type="image">
<width>183</width>
<height>280</height>
<texture background="true">thumbs/default_Portrait.png</texture>
<aspectratio align="center">stretch</aspectratio>
</control>
<control type="image">
<left>43.5</left>
<top>92</top>
<width>96</width>
<height>96</height>
<include>art_DefaultIcon</include>
</control>
<control type="image">
<width>183</width>
<height>280</height>
<texture background="true">$VAR[thumb_Portrait]</texture>
<aspectratio align="center" aligny="top">scale</aspectratio>
</control>
<control type="group">
<left>165</left>
<top>262</top>
<include>overlay_Watch</include>
</control>
</control>
<control type="image">
<width>203</width>
<height>300</height>
<texture border="10">frames/frame-alt.png</texture>
<aspectratio>stretch</aspectratio>
</control>

</control>
</include>
Reply
#18
Oh my good it is quite simple. how could I not see this! grrr .. look at your PM Smile
Reply
#19
this is ?

PHP Code:
<include name="view_SlideLandscape-ContainerCommons">
        <
control type="group">
            <include>
focus_SlideWide</include>
                <
control type="group">
                <
left>10</left>
                <
top>10</top>
                <
control type="image">        
                    <
width>425</width>
                    <
height>239</height>
                    <
texture background="true">thumbs/default_Landscape.png</texture>
                    <
aspectratio>stretch</aspectratio>
                </
control>
                <
control type="image">
                    <
left>164.5</left>
                    <
top>71.5</top>
                    <
width>96</width>
                    <
height>96</height>
                    <include>
art_DefaultIcon</include>
                </
control>
                <
control type="image">
                    <
width>425</width>
                    <
height>239</height>
                    <
texture background="true">$VAR[thumb_Landscape]</texture>
                    <
aspectratio>scale</aspectratio>
                </
control>
                <
control type="image">
                <
width>446</width>
                <
height>259</height>
                <
texture border="10">frames/frame-alt.png</texture>
                <
aspectratio>stretch</aspectratio>
            </
control>
                <
control type="image">
                    <
left>130</left>
                    <
top>155</top>
                    <
width>165</width>
                    <
height>64</height>
                    <include>
art_ClearLogo</include>
                </
control>
                <
control type="group">
                    <
left>407</left>
                    <
top>221</top>
                    <include>
overlay_Watch</include>
                </
control>
            </
control>
        </
control>
    </include> 
Reply
#20
Why not I succeeded to put under exactly the same size as the poster. I set an example for a framework to see its position. There is always a side that is not aligned. I tried to stretch, scale, lined up ... there has height and width but they are not in the right place.
Reply
#21
So the size is right but the position not? You could try to add a left or top tag inside the control tag.
Reply
#22
Image

In this view it is almost good, but the landscape not works. I change everything and nothing changes in order! I tried to look for another code, which are works

I would like to reduce the size and position, you think I need to change the size of png frames too? 256 x256 or leave?


Image
Reply
#23
Well, it looks like you need to change the width and height of the control=image in which frame-alt is.

I don't know if negative values work, but otherwise you could try for example to add <top>-10</top> to the same control.
Reply
#24
Yes, I have understood before that you have said Smile This is sync with you! Thank you for your help. the negative values ​​actually works. I'm perfectly displays the glass case now. a big thank you Smile
Reply
#25
Cool Nice!
Reply
#26
watch gallery

Here is the result, I'm happy to have succeeded, it is probably easy for some, but for me it was a real ordeal. A huge thank you to a Amelandbor for his help and supports. I love this glass effect. Now I'm thinking to give more finesse to menu Smile

Especially a big thank you to Jeroen for its beautiful skin Smile Great work
Reply
#27
I must seek how to add a fade effect diffusion black on each side, left and right, behind the image in zoom mode, poster mode
Reply
#28
Effet glass + light

Image
Reply
#29
hello , could you help me find the lines for the frame-nf (frame modified glass) it does not look like the code in Posters slide. I tried everything to change the order, never before the frame is before landscape or post. there is the "include" tag that is different from other views. thank you


PHP Code:
<?xml version="1.0" encoding="UTF-8"?>
<includes>
    <include name="view_List">
        <control type="list" id="50">
            <viewtype label="535">list</viewtype>     
            <left>30</left>
            <top>90</top>
            <width>620</width>
            <height>612</height>
            <onup>50</onup>
            <ondown>50</ondown>
            <onleft>6000</onleft>
            <onright condition="!Window.IsActive(videoplaylist) | [Window.IsActive(videoplaylist) + !Player.HasVideo]">70</onright>
            <onright condition="Window.IsActive(videoplaylist) + Player.HasVideo">99</onright>
            <pagecontrol>70</pagecontrol>
            <preloaditems>2</preloaditems>
            <include>toggle_Menu</include>
            <include>global_ListScroll</include>
            <include>transition_Info</include>
            <include>transition_Content</include>
            <itemlayout condition="IsEmpty(Container.FolderPath)" width="620" height="40">
                <control type="label">
                    <left>15</left>
                    <width>595</width>
                    <label>$INFO[ListItem.Label]</label>
                    <include>container_Single</include>
                </control>
            </itemlayout>
            <focusedlayout condition="IsEmpty(Container.FolderPath)" width="620" height="40">
                <control type="group">
                    <visible>![ControlGroup(6000).HasFocus | ControlGroup(4000).HasFocus]</visible>
                    <control type="image">
                        <width>650</width>
                        <height>40</height>
                        <texture>views/focus.png</texture>
                    </control>
                    <control type="label">
                        <left>15</left>
                        <width>595</width>
                        <label>$INFO[ListItem.Label]</label>
                        <include>container_Single-focus</include>
                    </control>
                </control>
                <control type="label">
                    <left>15</left>
                    <width>595</width>
                    <label>$INFO[ListItem.Label]</label>
                    <include>container_Single</include>
                    <visible>[ControlGroup(6000).HasFocus | ControlGroup(4000).HasFocus]</visible>
                </control>
            </focusedlayout>
            <itemlayout condition="Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes) | Container.Content(musicvideos) | Container.Content(artists) | Container.Content(albums) | Container.Content(songs) | SubString(Container.FolderPath,playlistvideo://) | [[Container.Content(files) | Container.Content(addons) | Window.IsActive(pictures)] + Container.HasFiles]" width="620" height="67">
                <control type="label">
                    <left>15</left>
                    <top>6</top>
                    <width>470</width>
                    <height>27</height>
                    <label>$VAR[global_Title]</label>
                    <include>container_Title</include>
                </control>
                <control type="label">
                    <left>15</left>
                    <top>28</top>
                    <width>590</width>
                    <label>$VAR[global_Info]</label>
                    <include>container_Sub</include>
                </control>
                <control type="image">
                    <left>485</left>
                    <top>9</top>
                    <width>128</width>
                    <height>22</height>
                    <texture>$VAR[global_Rating]</texture>
                    <aspectratio align="right">keep</aspectratio>
                    <visible>!Container.Content(artists)</visible>
                </control>
            </itemlayout>
            <focusedlayout condition="Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes) | Container.Content(musicvideos) | Container.Content(artists) | Container.Content(albums) | Container.Content(songs) | SubString(Container.FolderPath,playlistvideo://) | [[Container.Content(files) | Container.Content(addons) | Window.IsActive(pictures)] + Container.HasFiles]" width="620" height="67">
                <control type="group">
                    <visible>![ControlGroup(6000).HasFocus | ControlGroup(4000).HasFocus]</visible>
                    <control type="image">
                        <width>620</width>
                        <height>70</height>
                        <texture>views/focus.png</texture>
                    </control>
                    <control type="label">
                        <left>15</left>
                        <top>6</top>
                        <width>470</width>
                        <height>27</height>
                        <label>$VAR[global_Title]</label>
                        <include>container_Title-focus</include>
                    </control>
                    <control type="label">
                        <left>15</left>
                        <top>28</top>
                        <width>590</width>
                        <label>$VAR[global_Info]</label>
                        <include>container_Sub-focus</include>
                    </control>
                    <control type="image">
                        <left>485</left>
                        <top>9</top>
                        <width>128</width>
                        <height>22</height>
                        <texture>$VAR[global_Rating-fo]</texture>
                        <colordiffuse>Color4</colordiffuse>
                        <aspectratio align="right">keep</aspectratio>
                        <visible>!Container.Content(artists)</visible>
                    </control>
                </control>
                <control type="group">
                    <visible>[ControlGroup(6000).HasFocus | ControlGroup(4000).HasFocus]</visible>
                    <control type="label">
                        <left>15</left>
                        <top>6</top>
                        <width>470</width>
                        <height>27</height>
                        <label>$VAR[global_Title]</label>
                        <include>container_Title</include>
                    </control>
                    <control type="label">
                        <left>15</left>
                        <top>28</top>
                        <width>590</width>
                        <label>$VAR[global_Info]</label>
                        <include>container_Sub</include>
                    </control>
                    <control type="image">
                        <left>485</left>
                        <top>9</top>
                        <width>128</width>
                        <height>22</height>
                        <texture>$VAR[global_Rating]</texture>
                        <aspectratio align="right">keep</aspectratio>
                        <visible>!Container.Content(artists)</visible>
                    </control>
                </control>
            </focusedlayout>
        </control>
    </include>

    <include name="detail_ListMusic">
        <control type="group">
            <left>680</left>
            <top>90</top>
            <include>toggle_Menu</include>
            <include>transition_Info</include>
            <include>transition_Content</include>
            <include>fadeinout</include>
            <visible>Control.IsVisible(50)</visible>
            <!--landscape-->
            <control type="group">
                <visible>Container.Content(artists) + !SubString(Container.FolderPath,plugin://) + Skin.HasSetting(view.list.artistfanart)</visible>
                <control type="group">
                    <control type="image">
                        <width>546</width>
                        <height>309</height>
                        <include>art_Frame-nf</include>
                    </control>
                    <control type="group">
                        <left>7</left>
                        <top>7</top>
                        <control type="image">    
                            <width>532</width>
                            <height>295</height>
                            <texture background="true">thumbs/default_Landscape.png</texture>
                            <aspectratio>stretch</aspectratio>
                            <fadetime>fadetime_Thumb</fadetime>
                        </control>
                        <control type="image">
                            <centerleft>266</centerleft>
                            <centertop>147.5</centertop>
                            <width>128</width>
                            <height>128</height>
                            <include>art_DefaultIcon</include>
                        </control>
                        <control type="image">
                            <width>532</width>
                            <height>295</height>
                            <texture background="true" fallback="thumbs/default_Actor.png">$VAR[thumb_Landscape]</texture>
                            <aspectratio>scale</aspectratio>
                            <fadetime>fadetime_Thumb</fadetime>
                        </control>
                        <control type="textbox">
                            <top>315</top>
                            <width>532</width>
                            <height max="280">auto</height>
                            <label>$VAR[global_Plot]</label>
                            <include>detail_Text</include>
                        </control>
                    </control>
                </control>
            </control>
            <!--portrait-->
            <control type="group">
                <visible>[Container.Content(artists) | Container.Content(albums) | Container.Content(songs) | Window.IsActive(MusicFiles)] + !Skin.HasSetting(view.list.artistfanart)</visible>
                <control type="image">
                    <width>532</width>
                    <height>532</height>
                    <texture background="true">$INFO[ListItem.Thumb]</texture>
                    <bordertexture border="7">frames/frame-nf.png</bordertexture>
                    <bordersize>7</bordersize>
                    <include>fadeinout</include>
                    <aspectratio align="center" aligny="top">scale</aspectratio>
                    <fadetime>fadetime_Thumb</fadetime>
                    <visible>!SubString(Container.FolderPath,plugin://)</visible>
                </control>
            </control>
        </control>
    </include>

    <include name="detail_ListAddons">
        <control type="group">
            <left>680</left>
            <top>90</top>
            <include>transition_Content</include>
            <include>toggle_Menu</include>
            <include>transition_Info</include>
            <visible>Control.IsVisible(50) + ![IsEmpty(Container.FolderPath) | StringCompare(Container.FolderPath,addons://enabled/) | StringCompare(Container.FolderPath,addons://all/)] + [StringCompare(Container.FolderPath,addons://outdated/) | StringCompare(Container.FolderPath,addons://disabled/) | SubString(Container.FolderPath,addons://enabled/) | StringCompare(Container.FolderPath,addons://repos/) | SubString(Container.FolderPath,addons://all/) | Container.Content(addons) | Container.Content(files) + SubString(Container.FolderPath,plugin://plugin.)]</visible>
            <control type="image">
                <width>532</width>
                <height>256</height>
                <texture background="true">$INFO[ListItem.Art(thumb)]</texture>
                <bordertexture border="7">frames/frame-nf.png</bordertexture>
                <bordersize>7</bordersize>
                <aspectratio align="left" aligny="top">keep</aspectratio>
                <fadetime>fadetime_Thumb</fadetime>
            </control>
            <control type="grouplist" id="1000">
                <left>7</left>
                <top>268</top>
                <itemgap>0</itemgap>
                <visible>Control.IsVisible(50) + [Container.Content(addons) | SubString(Container.FolderPath,plugin://)]</visible>
                <control type="textbox" id="1003">
                    <width>532</width>
                    <height>330</height>
                    <label>$VAR[global_Plot]</label>
                    <autoscroll>!Window.IsActive(addoninformation)</autoscroll>
                    <include>detail_Text</include>
                </control>
            </control>
        </control>
    </include>

<!--BIG LIST-->
    <include name="view_BigList">
        <control type="group">
            <include>transition_Content</include>
            <include>transition_Info</include>
            <include>toggle_Menu</include>
            <!--selector-->
            <control type="image">
                <left>40</left>
                <top>244</top>
                <width>1200</width>
                <height>144</height>
                <include>art_Frame-fo</include>
                <visible>Control.IsVisible(51) + ![ControlGroup(6000).HasFocus | ControlGroup(4000).HasFocus | Window.IsActive(movieinformation)] + [Container.Content(episodes) | Container.Content(tvshows) | Container.Content(movies)]</visible>
            </control>
            <!--container-->
            <control type="fixedlist" id="51">
                <viewtype label="537">biglist</viewtype>
                <left>40</left>
                <top>90</top>
                <width>1205</width>
                <height>616</height>
                <onleft>6000</onleft>
                <onright>70</onright>
                <onup>51</onup>
                <ondown>51</ondown>
                <pagecontrol>70</pagecontrol>
                <focusposition>1</focusposition>
                <include>global_ListScroll</include>
                <preloaditems>2</preloaditems>
                <orientation>vertical</orientation>
                <visible>Container.Content(movies) | Container.Content(tvshows) | Container.Content(episodes)</visible>
            <!--landscape layout-->
                <itemlayout condition="!SubString(Container.FolderPath,plugin://) + [[Container.Content(movies) | Container.Content(tvshows)] + !Skin.HasSetting(view.biglist.posters)] | Container.Content(episodes)" width="1205" height="154">
                    <include>view_BigList-LandscapeCommons</include>
                    <control type="group">
                        <left>260</left>
                        <top>4</top>
                        <control type="label">
                            <width>920</width>
                            <label>$VAR[global_Title]</label>
                            <include>container_Title</include>
                        </control>
                        <control type="label">
                            <top>28</top>
                            <width>920</width>
                            <label>$VAR[global_Info]</label>
                            <include>container_Sub</include>
                            <visible>!SubString(Container.FolderPath,plugin)</visible>
                        </control>
                        <control type="label">
                            <top>28</top>
                            <width>920</width>
                            <label>$VAR[global_Info.Addon]</label>
                            <include>container_Sub</include>
                            <visible>SubString(Container.FolderPath,plugin)</visible>
                        </control>
                        <control type="textbox" id="4">
                            <top>66</top>
                            <width>920</width>
                            <height>59</height>
                            <label>$VAR[global_Plot]</label>
                            <include>container_Text</include>
                        </control>
                        <control type="image">
                            <left>800</left>
                            <top>11</top>
                            <width>128</width>
                            <height>22</height>
                            <texture>$VAR[global_Rating]</texture>
                            <aspectratio align="right">keep</aspectratio>
                            <visible>!IsEmpty(ListItem.Title)</visible>
                        </control>
                    </control>
                </itemlayout>
                <focusedlayout condition="!SubString(Container.FolderPath,plugin://) + [[Container.Content(movies) | Container.Content(tvshows)] + !Skin.HasSetting(view.biglist.posters)] | Container.Content(episodes)" width="1205" height="154">
                    <include>view_BigList-LandscapeCommons</include>
                    <control type="group">
                        <left>260</left>
                        <top>4</top>
                        <control type="group">
                            <visible>![ControlGroup(6000).HasFocus | ControlGroup(4000).HasFocus]</visible>
                            <control type="label">
                                <width>920</width>
                                <label>$VAR[global_Title]</label>
                                <include>container_Title-focus</include>
                            </control>
                            <control type="label">
                                <top>28</top>
                                <width>920</width>
                                <label>$VAR[global_Info]</label>
                                <include>container_Sub-focus</include>
                            </control>
                            <control type="textbox" id="4">
                                <top>66</top>
                                <width>920</width>
                                <height>59</height>
                                <label>$VAR[global_Plot]</label>
                                <include>autoscroll-plot</include>
                                <include>container_Text-focus</include>
                            </control>
                            <control type="image">
                                <left>800</left>
                                <top>11</top>
                                <width>128</width>
                                <height>22</height>
                                <texture>$VAR[global_Rating-fo]</texture>
                                <colordiffuse>Color4</colordiffuse>
                                <aspectratio align="right">keep</aspectratio>
                                <visible>!IsEmpty(ListItem.Title)</visible>
                            </control>
                        </control>
                        <control type="group">
                            <visible>[ControlGroup(6000).HasFocus | ControlGroup(4000).HasFocus]</visible>
                            <control type="label">
                                <width>920</width>
                                <label>$VAR[global_Title]</label>
                                <include>container_Title</include>
                            </control>
                            <control type="label">
                                <top>28</top>
                                <width>920</width>
                                <label>$VAR[global_Info]</label>
                                <include>container_Sub</include>
                            </control>
                            <control type="textbox" id="4">
                                <top>66</top>
                                <width>920</width>
                                <height>59</height>
                                <label>$VAR[global_Plot]</label>
                                <include>autoscroll-plot</include>
                                <include>container_Text</include>
                            </control>
                            <control type="image">
                                <left>800</left>
                                <top>11</top>
                                <width>128</width>
                                <height>22</height>
                                <texture>$VAR[global_Rating]</texture>
                                <aspectratio align="right">keep</aspectratio>
                                <visible>!IsEmpty(ListItem.Title)</visible>
                            </control>
                        </control>
                    </control>
                </focusedlayout>
            <!--portrait layout-->
                <itemlayout condition="[[Container.Content(tvshows) | Container.Content(movies)] + Skin.HasSetting(view.biglist.posters)] | [[Container.Content(tvshows) | Container.Content(movies)] + SubString(Container.FolderPath,plugin://)]" width="1205" height="154">
                    <include>view_BigList-PortraitCommons</include>
                    <control type="group">
                        <left>126</left>
                        <top>4</top>
                        <control type="label">    
                            <width>775</width>
                            <label>$VAR[global_Title]</label>
                            <include>container_Title</include>
                        </control>
                        <control type="label">
                            <top>28</top>
                            <width>775</width>
                            <label>$VAR[global_Info]</label>
                            <include>container_Sub</include>
                            <visible>!SubString(Container.FolderPath,plugin)</visible>
                        </control>
                        <control type="label">
                            <top>28</top>
                            <width>775</width>
                            <label>$VAR[global_Info.Addon]</label>
                            <include>container_Sub</include>
                            <visible>SubString(Container.FolderPath,plugin)</visible>
                        </control>
                        <control type="textbox" id="4">
                            <top>66</top>
                            <width>1075</width>
                            <height>60</height>
                            <label>$VAR[global_Plot]</label>
                            <autoscroll delay="300000" time="1000">!Control.HasFocus(13)</autoscroll>
                            <include>container_Text</include>
                        </control>
                        <control type="image">
                            <left>934</left>
                            <top>11</top>
                            <width>128</width>
                            <height>22</height>
                            <texture>$VAR[global_Rating]</texture>
                            <aspectratio align="right">keep</aspectratio>
                            <visible>!IsEmpty(ListItem.Title)</visible>
                        </control>
                    </control>            
                </itemlayout>
                <focusedlayout condition="[[Container.Content(tvshows) | Container.Content(movies)] + Skin.HasSetting(view.biglist.posters)] | [[Container.Content(tvshows) | Container.Content(movies)] + SubString(Container.FolderPath,plugin://)]" width="1205" height="154">
                    <include>view_BigList-PortraitCommons</include>
                    <control type="group">
                        <left>126</left>
                        <top>4</top>
                        <control type="group">
                            <visible>![ControlGroup(6000).HasFocus | ControlGroup(4000).HasFocus]</visible>
                            <control type="label">
                                <width>775</width>
                                <label>$VAR[global_Title]</label>
                                <include>container_Title-focus</include>
                            </control>
                            <control type="label">
                                <top>28</top>
                                <width>775</width>
                                <label>$VAR[global_Info]</label>
                                <include>container_Sub-focus</include>
                                <visible>!SubString(Container.FolderPath,plugin)</visible>
                            </control>
                            <control type="label">
                                <top>28</top>
                                <width>775</width>
                                <label>$VAR[global_Info.Addon]</label>
                                <include>container_Sub-focus</include>
                                <visible>SubString(Container.FolderPath,plugin)</visible>
                            </control>
                            <control type="textbox" id="4">
                                <top>66</top>
                                <width>1075</width>
                                <height>60</height>
                                <label>$VAR[global_Plot]</label>
                                <include>autoscroll-plot</include>
                                <include>container_Text-focus</include>
                            </control>
                            <control type="image">
                                <left>934</left>
                                <top>11</top>
                                <width>128</width>
                                <height>22</height>
                                <texture>$VAR[global_Rating-fo]</texture>
                                <colordiffuse>Color4</colordiffuse>
                                <aspectratio align="right">keep</aspectratio>
                                <visible>!IsEmpty(ListItem.Title)</visible>
                            </control>
                        </control>
                        <control type="group">
                            <visible>[ControlGroup(6000).HasFocus | ControlGroup(4000).HasFocus]</visible>
                            <control type="label">
                                <width>775</width>
                                <label>$VAR[global_Title]</label>
                                <include>container_Title</include>
                            </control>
                            <control type="label">
                                <top>28</top>
                                <width>775</width>
                                <label>$VAR[global_Info]</label>
                                <include>container_Sub</include>
                                <visible>!SubString(Container.FolderPath,plugin)</visible>
                            </control>
                            <control type="label">
                                <top>28</top>
                                <width>775</width>
                                <label>$VAR[global_Info.Addon]</label>
                                <include>container_Sub</include>
                                <visible>SubString(Container.FolderPath,plugin)</visible>
                            </control>
                            <control type="textbox" id="4">
                                <top>66</top>
                                <width>1075</width>
                                <height>60</height>
                                <label>$VAR[global_Plot]</label>
                                <include>autoscroll-plot</include>
                                <include>container_Text</include>
                            </control>
                            <control type="image">
                                <left>934</left>
                                <top>11</top>
                                <width>128</width>
                                <height>22</height>
                                <texture>$VAR[global_Rating]</texture>
                                <aspectratio align="right">keep</aspectratio>
                                <visible>!IsEmpty(ListItem.Title)</visible>
                            </control>
                        </control>
                    </control>
                </focusedlayout>
            </control>
        </control>
    </include>
    <!--landscape layout commons-->
    <include name="view_BigList-LandscapeCommons">
        <control type="image">
            <width>245</width>
            <height>144</height>
            <include>art_Frame-nf</include>
        </control>
        <control type="group">
            <left>7</left>
            <top>7</top>
            <control type="image">
                <width>231</width>
                <height>130</height>
                <texture background="true">thumbs/default_Landscape.png</texture>
                <aspectratio>scale</aspectratio>
            </control>
            <control type="image">
                <centerleft>115.5</centerleft>
                <centertop>65</centertop>
                <width>64</width>
                <height>64</height>
                <include>art_DefaultIcon</include>
            </control>
            <control type="image">
                <width>231</width>
                <height>130</height>
                <texture background="true">$VAR[thumb_Landscape]</texture>
                <aspectratio>scale</aspectratio>
            </control>
            <control type="image">
                <centerleft>115.5</centerleft>
                <top>60</top>
                <width>168</width>
                <height>65</height>
                <aspectratio align="center" aligny="bottom">keep</aspectratio>
                <include>art_ClearLogo</include>
            </control>
            <control type="group">
                <left>213</left>
                <top>112</top>
                <include>overlay_Watch</include>
            </control>
        </control>    
    </include>
    <!--portrait layout commons-->
    <include name="view_BigList-PortraitCommons">
        <control type="image">
            <width>104</width>
            <height>144</height>
            <include>art_Frame-nf</include>
        </control>
        <control type="group">
            <left>7</left>
            <top>7</top>
            <control type="image">
                <width>90</width>
                <height>130</height>
                <texture background="true">thumbs/default_Portrait.png</texture>
                <aspectratio>stretch</aspectratio>
            </control>
            <control type="image">
                <left>21</left>
                <top>41</top>
                <width>48</width>
                <height>48</height>
                <include>art_DefaultIcon</include>
            </control>
            <control type="image">
                <width>90</width>
                <height>130</height>
                <texture background="true">$VAR[thumb_Portrait]</texture>
                <aspectratio>stretch</aspectratio>
            </control>
            <control type="group">
                <left>72</left>
                <top>112</top>
                <include>overlay_Watch</include>
            </control>
        </control>
    </include>

<!--MUSIC PLAYLIST VIEW-->
    <include name="view_Playlist-Commons">
        <control type="group">
            <control type="image">
                <width>380</width>
                <height>42</height>
                <texture>views/column-fo.png</texture>
                <colordiffuse>column2</colordiffuse>
            </control>
            <control type="image">
                <left>383</left>
                <width>300</width>
                <height>42</height>
                <texture>views/column-fo.png</texture>
                <colordiffuse>column2</colordiffuse>
            </control>
            <control type="image">
                <left>686</left>
                <width>300</width>
                <height>42</height>
                <texture>views/column-fo.png</texture>
                <colordiffuse>column2</colordiffuse>
            </control>
            <control type="image">
                <left>988</left>
                <width>85</width>
                <height>42</height>
                <texture>views/column-fo.png</texture>
                <colordiffuse>column2</colordiffuse>
            </control>
            <control type="image">
                <left>1075</left>
                <width>125</width>
                <height>42</height>
                <texture>views/column-fo.png</texture>
                <colordiffuse>column2</colordiffuse>
            </control>
        </control>
    </include>
    <include name="view_Playlist">
        <control type="group">
            <left>35</left>
            <top>110</top>
            <include>transition_Content</include>
            <include>toggle_Menu</include>
            <control type="group">
                <left>15</left>
                <control type="label">
                    <label>$LOCALIZE[369]</label>
                    <width>595</width>
                    <include>column_Header</include>
                </control>
                <control type="label">
                    <left>383</left>
                    <label>$LOCALIZE[557]</label>
                    <width>595</width>
                    <include>column_Header</include>
                </control>
                <control type="label">
                    <left>686</left>
                    <label>$LOCALIZE[558]</label>
                    <width>595</width>
                    <include>column_Header</include>
                </control>
            </control>
            <control type="list" id="50">
                <viewtype label="535">list</viewtype>     
                <top>35</top>
                <width>1200</width>
                <height>528</height>
                <onup>50</onup>
                <ondown>50</ondown>
                <onleft>6000</onleft>
                <onright>70</onright>
                <pagecontrol>70</pagecontrol>
                <include>global_ListScroll</include>
                <orientation>vertical</orientation>
                <visible>Window.IsActive(musicplaylist)</visible>
                <itemlayout width="1200" height="44">
                    <include>view_Playlist-Commons</include>
                    <control type="group">
                        <left>15</left>
                        <control type="label">
                            <width>350</width>
                            <label>$INFO[ListItem.Title]</label>
                            <include>column_CommonListItem</include>
                        </control>
                        <control type="label">
                            <left>383</left>
                            <width>270</width>
                            <label>$INFO[ListItem.Artist]</label>
                            <textcolor>Color2</textcolor>
                            <include>column_CommonListItem</include>
                        </control>
                        <control type="label">
                            <left>686</left>
                            <width>270</width>
                            <label>$INFO[ListItem.Album]</label>
                            <textcolor>Color3</textcolor>
                            <include>column_CommonListItem</include>
                        </control>
                        <control type="label">
                            <left>988</left>
                            <width>55</width>
                            <label>$INFO[ListItem.Duration]</label>
                            <textcolor>Color3</textcolor>
                            <include>column_CommonListItem</include>
                        </control>
                        <control type="image">
                            <left>1067</left>
                            <top>9</top>
                            <width>128</width>
                            <height>22</height>
                            <texture>$VAR[global_Rating]</texture>
                            <aspectratio align="left">keep</aspectratio>
                            <visible>!IsEmpty(ListItem.Title)</visible>
                        </control>
                    </control>
                </itemlayout>
                <focusedlayout width="1440" height="44">
                    <control type="group">
                        <visible>![ControlGroup(6000).HasFocus | ControlGroup(4000).HasFocus]</visible>
                        <include>view_Playlist-Commons</include>
                        <control type="image">
                            <width>1200</width>
                            <height>42</height>
                            <texture>views/column-fo.png</texture>
                            <colordiffuse>column1</colordiffuse>
                        </control>
                        <control type="group">
                            <left>15</left>
                            <control type="label">
                                <width>350</width>
                                <label>$INFO[ListItem.Title]</label>
                                <include>column_CommonListItem-focus</include>
                            </control>
                            <control type="label">
                                <left>383</left>
                                <width>270</width>
                                <label>$INFO[ListItem.Artist]</label>
                                <include>column_CommonListItem-focus</include>
                            </control>
                            <control type="label">
                                <left>686</left>
                                <width>270</width>
                                <label>$INFO[ListItem.Album]</label>
                                <include>column_CommonListItem-focus</include>
                            </control>
                            <control type="label">
                                <left>988</left>
                                <width>55</width>
                                <label>$INFO[ListItem.Duration]</label>
                                <include>column_CommonListItem-focus</include>
                            </control>
                            <control type="image">
                                <left>1067</left>
                                <top>9</top>
                                <width>128</width>
                                <height>22</height>
                                <texture>$VAR[global_Rating-fo]</texture>
                                <colordiffuse>Color4</colordiffuse>
                                <aspectratio align="left">keep</aspectratio>
                                <visible>!IsEmpty(ListItem.Title)</visible>
                            </control>
                        </control>
                    </control>
                    <control type="group">
                        <visible>[ControlGroup(6000).HasFocus | ControlGroup(4000).HasFocus]</visible>
                        <include>view_Playlist-Commons</include>
                        <control type="group">
                            <left>15</left>
                            <control type="label">
                                <width>350</width>
                                <label>$INFO[ListItem.Title]</label>
                                <include>column_CommonListItem</include>
                            </control>
                            <control type="label">
                                <left>383</left>
                                <width>270</width>
                                <label>$INFO[ListItem.Artist]</label>
                                <textcolor>Color2</textcolor>
                                <include>column_CommonListItem</include>
                            </control>
                            <control type="label">
                                <left>686</left>
                                <width>270</width>
                                <label>$INFO[ListItem.Album]</label>
                                <textcolor>Color3</textcolor>
                                <include>column_CommonListItem</include>
                            </control>
                            <control type="label">
                                <left>988</left>
                                <width>55</width>
                                <label>$INFO[ListItem.Duration]</label>
                                <textcolor>Color3</textcolor>
                                <include>column_CommonListItem</include>
                            </control>
                            <control type="image">
                                <left>1067</left>
                                <top>9</top>
                                <width>128</width>
                                <height>22</height>
                                <texture>$VAR[global_Rating]</texture>
                                <aspectratio align="left">keep</aspectratio>
                                <visible>!IsEmpty(ListItem.Title)</visible>
                            </control>
                        </control>
                    </control>
                </focusedlayout>
            </control>
        </control>
    </include>
</includes> 
Reply
#30
I don't exactly get what you mean. It is not in viewslide.xml.

In the code above I see a <include>art_Frame-nf</include> which is located in Includes.xml
Reply

Logout Mark Read Team Forum Stats Members Help
need help refocus for glass effect0