Help moding view
#4
Hi Ronie,

I have now been tinkering with it, but so far I have been unable to make it work.
No matter how I try to apply these changes I render the skin unloadble it seems.

The basics for both item and focus are
Code:
<control type="label">
                    <posx>10</posx>
                    <posy>0</posy>
                    <width>310</width>
                    <height>30</height>
                    <font>font-20</font>
                    <textcolor>white</textcolor>
                    <selectedcolor>blue</selectedcolor>
                    <align>left</align>
                    <aligny>center</aligny>
                    <label>$INFO[ListItem.Label]</label>
                </control>
                <control type="image">
                    <posx>320</posx>
                    <posy>0</posy>
                    <width>30</width>
                    <height>30</height>
                    <aspectratio>keep</aspectratio>
                    <texture>$INFO[ListItem.Overlay]</texture>
                    <visible>[Container.Content(Movies) + !Skin.HasSetting(Enable_Movies_Watched_Flags)] | [Container.Content(TVShows) + !Skin.HasSetting(Enable_TVShows_Watched_Flags)] | [Container.Content(Seasons) + !Skin.HasSetting(Enable_TVShows_Watched_Flags)] | [Container.Content(Episodes) + !Skin.HasSetting(Enable_TVShows_Watched_Flags)] | [Container.Content(MusicVideos) + !Skin.HasSetting(Enable_MusicVideos_Watched_Flags)]</visible>
                </control>

And for focus
Code:
<control type="label">
                    <posx>10</posx>
                    <posy>0</posy>
                    <width>310</width>
                    <height>30</height>
                    <font>font-20</font>
                    <textcolor>white</textcolor>
                    <selectedcolor>blue</selectedcolor>
                    <align>left</align>
                    <aligny>center</aligny>
                    <label>$INFO[ListItem.Label]</label>
                </control>
                <control type="image">
                    <posx>320</posx>
                    <posy>0</posy>
                    <width>30</width>
                    <height>30</height>
                    <aspectratio>keep</aspectratio>
                    <texture>$INFO[ListItem.Overlay]</texture>
                    <visible>[Container.Content(Movies) + !Skin.HasSetting(Enable_Movies_Watched_Flags)] | [Container.Content(TVShows) + !Skin.HasSetting(Enable_TVShows_Watched_Flags)] | [Container.Content(Seasons) + !Skin.HasSetting(Enable_TVShows_Watched_Flags)] | [Container.Content(Episodes) + !Skin.HasSetting(Enable_TVShows_Watched_Flags)] | [Container.Content(MusicVideos) + !Skin.HasSetting(Enable_MusicVideos_Watched_Flags)]</visible>
                </control>

Would you be able to tell me how these needs to look? I have tried modifying them to your values in various ways but I can't seem to be able to make it work >_<'

If you have the time to show exactly how it needs to look it would be very much appreciated, I seem to be simply to stupid/inexperienced to make it work myself : /

Or maybe if you could simply point out if something needs to be removed or if its only the values that needs changing?

Best regards

Xami
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