can you make it like in the 2nd screenshot?
Thanks.I noticed a small syntax error in your mymusicvideos.xml, line 127. The id tag is not closed.
Another small detail : date is in different format in homepage than in others pages.
Seems the up and down navigation on the videos menu does not work on the update 0.3.8
anyone else ?
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<window>
<controls>
<control>
<type>group</type>
<description>group element</description>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="500">WindowClose</animation>
<control>
<description>composite control consisting of a list control and a thumbnail panel</description>
<type>facadeview</type>
<id>50</id>
<control>
<description>listcontrol</description>
<type>listcontrol</type>
<id>50</id>
<scrollOffset>2</scrollOffset>
<onleft>2</onleft>
<onright>2</onright>
</control>
<control>
<description>Thumbnail Panel</description>
<type>thumbnailpanel</type>
<id>50</id>
<scrollOffset>1</scrollOffset>
<onleft>2</onleft>
<onright>2</onright>
</control>
<control>
<description>Filmstrip view</description>
<type>filmstrip</type>
<id>50</id>
<onleft>2</onleft>
<onright>2</onright>
</control>
<control>
<description>playlist listcontrol</description>
<type>playlistcontrol</type>
<id>50</id>
<scrollOffset>1</scrollOffset>
</control>
</control>
</control>
</controls>
</window>
Hey there. Installed this skin today (wife absolutely loves it by the way!) and i have to say i am pretty impressed to. It is smooth and neat and tidy. Just a few points / suggestions / comments:
1. I get an error which says "Could not find a part of the path C:\Program Files\Team mediaportal\mediaportal\musicplayer\plugins\vizualisation\weather\curweather.xml" - Note this doesnt actually crash mediaportal, just pops up and lets me close the error message and everything carries on fine
2. The alignment on the MY Weather seems fractionally off whereby the Day (Monday, Tuesday etc) seems to overlap the picture of the weather (Clouds, sun etc)
I will feedback more when i have fiddled a bit later
Boilermaker's MCE-editions have the same bug (not surprisingly, considering your OP), so perhaps he'll be able to sort it out? Two brains are better than one and all that...the "up/down scroll button sticking" issue is driving me mad at the moment! I'm seriously considering porting the whole thing to B2 1366x768 just to fix it!!!
Shouldn't you leave at least one navigation trigger in listcontrol (i.e. <onleft>2</onleft>) to avoid getting 'stuck' in listview?
Yeah, I noticed that after I posted the code change, so I've edited it accordingly. See the same post.