From: <rs...@us...> - 2007-09-20 13:04:24
|
Revision: 942 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=942&view=rev Author: rsparey Date: 2007-09-20 06:04:21 -0700 (Thu, 20 Sep 2007) Log Message: ----------- Updated my music film strip changed playing now button Modified Paths: -------------- trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/cd_box.png trunk/skins/Foofaraw/Development Skin/Foofaraw/mymusicsongs.xml trunk/skins/Foofaraw/Development Skin/Foofaraw/mytvhome.xml trunk/skins/Foofaraw/Development Skin/Foofaraw/mytvhomeServer.xml Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/cd_box.png =================================================================== (Binary files differ) Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/mymusicsongs.xml =================================================================== --- trunk/skins/Foofaraw/Development Skin/Foofaraw/mymusicsongs.xml 2007-09-19 14:51:51 UTC (rev 941) +++ trunk/skins/Foofaraw/Development Skin/Foofaraw/mymusicsongs.xml 2007-09-20 13:04:21 UTC (rev 942) @@ -205,15 +205,15 @@ <textcolor>white</textcolor> </control> <control> - <description>Play CD</description> + <description>Playingnow</description> <type>button</type> - <id>8</id> + <id>12</id> <animation effect="fade" time="400">WindowClose</animation> <animation effect="fade" time="400">WindowOpen</animation> - + <hyperlink>510</hyperlink> + <label>100510</label> <posY>155</posY> <posX>848</posX> - <label>890</label> <font>font14</font> <width>209</width> <height>36</height> @@ -374,9 +374,9 @@ <onright>2</onright> <onup>2</onup> <ondown>50</ondown> - <posX>25</posX> - <posY>260</posY> - <width>1360</width> + <posX>60</posX> + <posY>220</posY> + <width>1400</width> <height>400</height> <spinWidth>27</spinWidth> <spinHeight>27</spinHeight> @@ -387,14 +387,14 @@ <textureDown>arrow_round_down_nofocus.png</textureDown> <textureUpFocus>arrow_round_up_focus.png</textureUpFocus> <textureDownFocus>arrow_round_down_focus.png</textureDownFocus> - <itemWidth>120</itemWidth> - <itemHeight>100</itemHeight> - <textureWidth>220</textureWidth> - <textureHeight>100</textureHeight> - <thumbWidth>101</thumbWidth> - <thumbHeight>101</thumbHeight> - <thumbPosX>15</thumbPosX><!-- 10 --> - <thumbPosY>1</thumbPosY><!-- 10 --> + <itemWidth>240</itemWidth> + <itemHeight>200</itemHeight> + <textureWidth>440</textureWidth> + <textureHeight>200</textureHeight> + <thumbWidth>202</thumbWidth> + <thumbHeight>202</thumbHeight> + <thumbPosX>38</thumbPosX><!-- 10 --> + <thumbPosY>14</thumbPosY><!-- 10 --> <imageFolder>cd_box.png</imageFolder> <imageFolderFocus>cd_box.png</imageFolderFocus> <keepaspectratio>no</keepaspectratio> @@ -406,17 +406,17 @@ <remoteColor>ffFFA075</remoteColor> <downloadColor>ff80ff80</downloadColor> <suffix>|</suffix> - <textureWidthBig>100</textureWidthBig> - <textureHeightBig>100</textureHeightBig> - <itemWidthBig>100</itemWidthBig> - <itemHeightBig>84</itemHeightBig> - <thumbWidthBig>84</thumbWidthBig> - <thumbHeightBig>100</thumbHeightBig> + <textureWidthBig>200</textureWidthBig> + <textureHeightBig>200</textureHeightBig> + <itemWidthBig>200</itemWidthBig> + <itemHeightBig>168</itemHeightBig> + <thumbWidthBig>168</thumbWidthBig> + <thumbHeightBig>200</thumbHeightBig> <thumbPosXBig>0</thumbPosXBig> <thumbPosYBig>0</thumbPosYBig> <background>-</background> - <backgroundx>130</backgroundx> - <backgroundy>130</backgroundy> + <backgroundx>260</backgroundx> + <backgroundy>260</backgroundy> <backgroundwidth>320</backgroundwidth> <backgroundheight>320</backgroundheight> <backgrounddiffuse>60ffffff</backgrounddiffuse> @@ -428,8 +428,8 @@ <InfoImagediffuse>ffffffff</InfoImagediffuse> - <textureWidth>120</textureWidth> - <textureHeight>105</textureHeight> + <textureWidth>253</textureWidth> + <textureHeight>218</textureHeight> <showFolder>yes</showFolder> <showBackGround>no</showBackGround> @@ -481,7 +481,7 @@ <ondown>12</ondown> <textureFocus>tab_down.png</textureFocus> <textureNoFocus>tab_up.png</textureNoFocus> - <visible>Control.HasFocus(10)|Control.HasFocus(11)|Control.HasFocus(12)</visible> + <visible>Control.HasFocus(10)|Control.HasFocus(11)|Control.HasFocus(8)</visible> <animation effect="fade" time="250">visiblechange</animation> <animation effect="slide" start="0,-36" end="0,0" time="250">visiblechange</animation> </control> @@ -489,13 +489,12 @@ <description> playing now</description> <type>button</type> - <id>12</id> + <id>8</id> <animation effect="fade" time="400">WindowClose</animation> <animation effect="fade" time="400">WindowOpen</animation> <posY>230</posY> <posX>1057</posX> - <hyperlink>510</hyperlink> - <label>100510</label> + <label>890</label> <font>font14</font> <width>209</width> <height>36</height> @@ -505,7 +504,7 @@ <ondown>50</ondown> <textureFocus>tab_down.png</textureFocus> <textureNoFocus>tab_up.png</textureNoFocus> - <visible>Control.HasFocus(10)|Control.HasFocus(12)|Control.HasFocus(11)</visible> + <visible>Control.HasFocus(10)|Control.HasFocus(8)|Control.HasFocus(11)</visible> <animation effect="fade" time="250">visiblechange</animation> <animation effect="slide" start="0,-72" end="0,0" time="250">visiblechange</animation> </control> @@ -513,5 +512,4 @@ </window> - \ No newline at end of file Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/mytvhome.xml =================================================================== --- trunk/skins/Foofaraw/Development Skin/Foofaraw/mytvhome.xml 2007-09-19 14:51:51 UTC (rev 941) +++ trunk/skins/Foofaraw/Development Skin/Foofaraw/mytvhome.xml 2007-09-20 13:04:21 UTC (rev 942) @@ -181,7 +181,7 @@ <id>13</id> <posX>125</posX> <posY>220</posY> - <width>400</width> + <width>360</width> <label>#TV.View.channel</label> <font>font13</font> <align>Left</align> Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/mytvhomeServer.xml =================================================================== --- trunk/skins/Foofaraw/Development Skin/Foofaraw/mytvhomeServer.xml 2007-09-19 14:51:51 UTC (rev 941) +++ trunk/skins/Foofaraw/Development Skin/Foofaraw/mytvhomeServer.xml 2007-09-20 13:04:21 UTC (rev 942) @@ -69,8 +69,8 @@ <hyperlink>603</hyperlink> <font>font14</font> - <onup>11</onup> - <ondown>2</ondown> + <onup>41</onup> + <ondown>99</ondown> <onleft>22</onleft> <onright>8</onright> </control> @@ -138,7 +138,7 @@ <onleft>2</onleft> <onright>11</onright> <onup>21</onup> - <ondown>50</ondown> + <ondown>99</ondown> <textureFocus>tab_down.png</textureFocus> <textureNoFocus>tab_up.png</textureNoFocus> <textureAscending>arrow_round_up_nofocus.png</textureAscending> @@ -375,7 +375,7 @@ <onleft>11</onleft> <onright>2</onright> <onup>8</onup> - <ondown>50</ondown> + <ondown>99</ondown> <textureFocus>tab_down.png</textureFocus> <textureNoFocus>tab_up.png</textureNoFocus> <visible>Control.HasFocus(8)|Control.HasFocus(9)</visible> @@ -425,7 +425,7 @@ <onleft>8</onleft> <onright>7</onright> <onup>12</onup> - <ondown>50</ondown> + <ondown>99</ondown> <textureFocus>tab_down.png</textureFocus> <textureNoFocus>tab_up.png</textureNoFocus> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |