Help moding view
#14
Hi.

I stumbled into this thread and it looked like an interesting idea.
I've been playing around with the Fanart-view a little bit, here's what I've got so far:

Image

Here's the changes in View-Fanart.xml. (itemlayout and focusedlayout sections)
Code:
<itemlayout width="355" height="70">
                <control type="image">
                    <posx>0</posx>
                    <posy>0</posy>
                    <width>355</width>
                    <height>90</height>
                    <texture border="7">list-nofocus.png</texture>
                    <include>VisibleFadeEffect</include>
                </control>
                <control type="label">
                    <posx>10</posx>
                    <posy>0</posy>
                    <width>355</width>
                    <height>90</height>
                    <font>font-20</font>
                    <textcolor>white</textcolor>
                    <selectedcolor>blue</selectedcolor>            
                    <align>left</align>
                    <aligny>center</aligny>
                    <label>$INFO[ListItem.Label]</label>
                    <visible>!Container.Content(TVShows)</visible>
                </control>
                    <control type="image">
                    <posx>10</posx>
                    <posy>0</posy>
                    <width>345</width>
                    <height>90</height>                
                    <texture>$INFO[ListItem.Icon]</texture>
                    <visible>Container.Content(TVShows)</visible>
                </control>
            </itemlayout>
            <focusedlayout width="355" height="70">
                <control type="image">
                    <posx>0</posx>
                    <posy>0</posy>
                    <width>355</width>
                    <height>90</height>
                    <texture border="7">list-nofocus.png</texture>
                    <include>VisibleFadeEffect</include>
                </control>
                <control type="image">
                    <posx>0</posx>
                    <posy>0</posy>
                    <width>355</width>
                    <height>90</height>
                    <texture border="7">list-focus2.png</texture>                    
                    <visible>Control.HasFocus(50)</visible>
                    <include>VisibleFadeEffect</include>
                    <include>ListFocusScroll</include>
                </control>
                <control type="label">
                    <posx>10</posx>
                    <posy>0</posy>
                    <width>355</width>
                    <height>90</height>
                    <font>font-20</font>
                    <textcolor>white</textcolor>
                    <selectedcolor>blue</selectedcolor>
                    <align>left</align>
                    <aligny>center</aligny>
                    <label>$INFO[ListItem.Label]</label>
                    <visible>Container.Content(TVShows)</visible>
                </control>
                <control type="image">
                    <posx>10</posx>
                    <posy>0</posy>
                    <width>345</width>
                    <height>90</height>                    
                    <texture>$INFO[ListItem.Icon]</texture>
                    <visible>Container.Content(TVShows)</visible>
                </control>
            </focusedlayout>


I've tested it on Dharma Beta with T! SVN version. (Ubuntu 9.10)

I hope this is what you were looking for!
Reply


Messages In This Thread
Help moding view - by xami - 2010-08-09, 00:28
[No subject] - by ronie - 2010-08-11, 21:12
Thanks a bunch Ronie - by xami - 2010-08-12, 09:17
[No subject] - by xami - 2010-08-12, 19:19
[No subject] - by ronie - 2010-08-12, 19:26
[No subject] - by xami - 2010-08-13, 09:15
[No subject] - by ronie - 2010-08-13, 09:19
[No subject] - by xami - 2010-08-13, 11:09
[No subject] - by noahE - 2010-08-19, 23:25
[No subject] - by xami - 2010-08-21, 12:33
[No subject] - by JDizzy - 2010-08-22, 00:09
[No subject] - by xami - 2010-08-28, 12:43
[No subject] - by JDizzy - 2010-08-28, 15:52
[No subject] - by t.smurf - 2010-09-08, 01:05
[No subject] - by JDizzy - 2010-09-08, 17:30
[No subject] - by t.smurf - 2010-09-08, 23:37
[No subject] - by JDizzy - 2010-09-09, 02:23
[No subject] - by ronie - 2010-09-09, 10:03
[No subject] - by t.smurf - 2010-09-09, 18:18
[No subject] - by nuzela10 - 2010-09-10, 01:26
[No subject] - by nuzela10 - 2010-09-11, 01:37
[No subject] - by xami - 2010-09-12, 11:24
[No subject] - by nuzela10 - 2010-09-12, 20:33
[No subject] - by JDizzy - 2010-09-13, 18:44
[No subject] - by liquidolze - 2010-09-14, 16:12
Logout Mark Read Team Forum Stats Members Help
Help moding view0