From: <rs...@us...> - 2007-09-06 13:42:43
|
Revision: 896 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=896&view=rev Author: rsparey Date: 2007-09-06 06:42:33 -0700 (Thu, 06 Sep 2007) Log Message: ----------- work on overlays and home screens Modified Paths: -------------- trunk/skins/Foofaraw/Development Skin/Foofaraw/BasicHome.xml trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/background.png trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/tv_background.png trunk/skins/Foofaraw/Development Skin/Foofaraw/musicOverlay.xml trunk/skins/Foofaraw/Development Skin/Foofaraw/myHome.xml trunk/skins/Foofaraw/Development Skin/Foofaraw/mymusicsongs.xml trunk/skins/Foofaraw/Development Skin/Foofaraw/videoOverlay.xml Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/BasicHome.xml =================================================================== --- trunk/skins/Foofaraw/Development Skin/Foofaraw/BasicHome.xml 2007-09-05 17:23:54 UTC (rev 895) +++ trunk/skins/Foofaraw/Development Skin/Foofaraw/BasicHome.xml 2007-09-06 13:42:33 UTC (rev 896) @@ -3,6 +3,7 @@ <id>35</id> <defaultcontrol>4</defaultcontrol> <allowoverlay>yes</allowoverlay> + <autohidetopbar>no</autohidetopbar> <controls> <control> <description>BG</description> Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/background.png =================================================================== (Binary files differ) Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/tv_background.png =================================================================== (Binary files differ) Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/musicOverlay.xml =================================================================== --- trunk/skins/Foofaraw/Development Skin/Foofaraw/musicOverlay.xml 2007-09-05 17:23:54 UTC (rev 895) +++ trunk/skins/Foofaraw/Development Skin/Foofaraw/musicOverlay.xml 2007-09-06 13:42:33 UTC (rev 896) @@ -3,12 +3,24 @@ <id>2004</id> <defaultcontrol>2</defaultcontrol> <controls> + <control> + <description>VIDEO BACKGROUND</description> + <type>image</type> + <id>0</id> + <posX>10</posX> + <posY>575</posY> + <width>211</width> + <height>182</height> + <texture>tv_background.png</texture> + <animation effect="fade" time="500">WindowClose</animation> + <animation effect="fade" time="250">WindowOpen</animation> + </control> <control> <description>play time label</description> <type>label</type> <id>2</id> - <posX>322</posX> - <posY>700</posY> + <posX>50</posX> + <posY>705</posY> <label>#currentplaytime</label> <align>left</align> <font>wipeout</font> @@ -18,26 +30,26 @@ </control> <control> - <description>music logo</description> + <description>Album Artwork</description> <type>image</type> <id>1</id> - <posX>160</posX> - <posY>580</posY> + <posX>30</posX> + <posY>600</posY> <width>180</width> - <height>144</height> + <height>101</height> <keepaspectratio>yes</keepaspectratio> <centered>yes</centered> <texture>#Play.Current.Thumb</texture> <animation effect="fade" time="500">WindowClose</animation> <animation effect="fade" time="250">WindowOpen</animation> </control> - + <control> <description>play logo</description> <type>image</type> <id>3</id> - <posX>37</posX> - <posY>580</posY> + <posX>0</posX> + <posY>695</posY> <texture>logo_play.png</texture> <animation effect="fade" time="500">WindowClose</animation> <animation effect="fade" time="250">WindowOpen</animation> @@ -46,8 +58,8 @@ <description>Pause logo</description> <type>image</type> <id>4</id> - <posX>36</posX> - <posY>580</posY> + <posX>0</posX> + <posY>695</posY> <texture>logo_pause.png</texture> <animation effect="fade" time="500">WindowClose</animation> <animation effect="fade" time="250">WindowOpen</animation> @@ -56,8 +68,8 @@ <description>FF logo</description> <type>image</type> <id>7</id> - <posX>18</posX> - <posY>580</posY> + <posX>0</posX> + <posY>695</posY> <texture>logo_fastforward.png</texture> <animation effect="fade" time="500">WindowClose</animation> <animation effect="fade" time="250">WindowOpen</animation> @@ -66,8 +78,8 @@ <description>RW logo</description> <type>image</type> <id>8</id> - <posX>18</posX> - <posY>580</posY> + <posX>0</posX> + <posY>695</posY> <texture>logo_rewind.png</texture> <animation effect="fade" time="500">WindowClose</animation> <animation effect="fade" time="250">WindowOpen</animation> @@ -75,10 +87,10 @@ <control> <description>album/artist/genre etc info label</description> <type>fadelabel</type> - <width>180</width> + <width>180</width> <height>40</height> - <posX>170</posX> - <posY>715</posY> + <posX>25</posX> + <posY>725</posY> <font>font13</font> <label>#Play.Current.Title\r#Play.Current.Artist\r#Play.Current.Album\r#Play.Current.Duration</label> <textcolor>FFFFFFFF</textcolor> Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/myHome.xml =================================================================== --- trunk/skins/Foofaraw/Development Skin/Foofaraw/myHome.xml 2007-09-05 17:23:54 UTC (rev 895) +++ trunk/skins/Foofaraw/Development Skin/Foofaraw/myHome.xml 2007-09-06 13:42:33 UTC (rev 896) @@ -2,29 +2,13 @@ <window> <id>0</id> <defaultcontrol>50</defaultcontrol> - <allowoverlay>no</allowoverlay> + <allowoverlay>yes</allowoverlay> <autohidetopbar>no</autohidetopbar> <controls> <import>common.window.xml</import> <import>common.time.xml</import> - <control> - <description>background image</description> - <type>image</type> - <id>1</id> - <width>1366</width> - <height>768</height> - </control> + <control> - <description>time block</description> - <type>image</type> - <id>1</id> - <posX>885</posX> - <posY>700</posY> - <width>471</width> - <height>58</height> - <texture>time_block.png</texture> - </control> - <control> <description>icon background</description> <type>image</type> <id>1</id> @@ -71,199 +55,124 @@ <texture>top-strip.png</texture> </control> + <control> - <description>Menu</description> - <type>menu</type> - <animation effect="fade" time="800">WindowOpen</animation> - <animation effect="fade" time="200">WindowClose</animation> - <animation effect="zoom" start="300,300" end="100,100" center="750,500" time="500">WindowOpen</animation> - <animation effect="zoom" start="100,100" end="5,5" center="750,500" time="300">WindowClose</animation> - <id>50</id> - <posX>508</posX> - <posY>180</posY> - <width>350</width> - <textcolor>ffffffff</textcolor> - <textColorNoFocus>ffffffff</textColorNoFocus> - <dimColor>80ffffff</dimColor> - <buttonTextXOff>30</buttonTextXOff> - <buttonTextYOff>15</buttonTextYOff> - <buttonOffset>0</buttonOffset> - <buttonFont>font16</buttonFont> - <buttonHeight>60</buttonHeight> - <spaceBetweenButtons>18</spaceBetweenButtons> - <numberOfButtons>5</numberOfButtons> - <textureButtonFocus>hp_selectionbar.png</textureButtonFocus> - <textureButtonNoFocus>-</textureButtonNoFocus> - <hoverX>150</hoverX> - <hoverY>220</hoverY> - <hoverWidth>300</hoverWidth> - <hoverHeight>600</hoverHeight> - <hoverKeepAspectratio>yes</hoverKeepAspectratio> - <scrollTime>100</scrollTime> - <scrollTimeMin>60</scrollTimeMin> - <textureBackground></textureBackground> - <onright>11</onright> - <onleft>10</onleft> - </control> - <!-- TOPBAR Buttons --> - <control> - <description>Shut Down button</description> + <description>shutdown button</description> <type>button</type> <animation effect="fade" time="1500">WindowOpen</animation> <animation effect="fade" time="500">WindowClose</animation> <animation effect="zoom" start="000,0" end="100,100" center="1326,39" time="150">focus</animation> <animation effect="zoom" start="100,100" end="100,100" center="1326,39" time="300">unfocus</animation> <id>10</id> - <posX>1300</posX> + <posX>1289</posX> <posY>10</posY> - <width>52</width> + <width>51</width> <height>58</height> <textureFocus>button_shutdown_focus.png</textureFocus> <textureNoFocus>button_shutdown_nofocus.png</textureNoFocus> <label>-</label> <action>99</action> - <onleft>13</onleft> - <onright>50</onright> + <onleft>50</onleft> + <onright>11</onright> <onup>10</onup> <ondown>50</ondown> </control> <control> - <description>videowallpaper button</description> + <description>Back button</description> <type>button</type> - <animation effect="fade" time="1500">WindowOpen</animation> + <animation effect="fade" time="1500">WindowOpen</animation> <animation effect="fade" time="500">WindowClose</animation> - <animation effect="zoom" start="100,100" end="100,100" center="1226,39" time="150">focus</animation> - <animation effect="zoom" start="100,100" end="100,100" center="1226,39" time="300">unfocus</animation> - <id>11</id> - <posX>1148</posX> + <animation effect="zoom" start="000,0" end="100,100" center="1326,39" time="150">focus</animation> + <animation effect="zoom" start="100,100" end="100,100" center="1326,39" time="300">unfocus</animation> + <id>21</id> + <posX>728</posX> <posY>10</posY> - <width>52</width> + <width>51</width> <height>58</height> - <textureFocus>button_tvdesktop_focus.png</textureFocus> - <textureNoFocus>button_tvdesktop_nofocus.png</textureNoFocus> + <textureFocus>back_enabled.png</textureFocus> + <textureNoFocus>back_disabled.png</textureNoFocus> + <action>10</action> <label>-</label> - <action>101</action> - <onleft>50</onleft> - <onright>12</onright> - <onup>11</onup> - <ondown>50</ondown> + <action>10</action> + <onleft>31</onleft> + <onright>26</onright> + <onup>21</onup> + <ondown>2</ondown> </control> <control> <description>basichome button button</description> <type>button</type> - <animation effect="fade" time="1500">WindowOpen</animation> + <animation effect="fade" time="1500">WindowOpen</animation> <animation effect="fade" time="500">WindowClose</animation> - <animation effect="zoom" start="100,100" end="100,100" center="978,39" time="150">focus</animation> - <animation effect="zoom" start="100,100" end="100,100" center="978,39" time="300">unfocus</animation> - <id>12</id> - <posX>1200</posX> + <animation effect="zoom" start="000,0" end="100,100" center="1326,39" time="150">focus</animation> + <animation effect="zoom" start="100,100" end="100,100" center="1326,39" time="300">unfocus</animation> + <id>26</id> + <posX>779</posX> <posY>10</posY> - <width>52</width> + <width>51</width> <height>58</height> <textureFocus>Basic_focus.png</textureFocus> <textureNoFocus>Basic_nofocus.png</textureNoFocus> <label>-</label> <action>115</action> - <onleft>11</onleft> - <onright>13</onright> - <onup>12</onup> - <ondown>50</ondown> + <onleft>21</onleft> + <onright>22</onright> + <onup>26</onup> + <ondown>2</ondown> </control> <control> - <description>Exit button</description> + <description>back button</description> <type>button</type> - <animation effect="fade" time="1500">WindowOpen</animation> + <animation effect="fade" time="1500">WindowOpen</animation> <animation effect="fade" time="500">WindowClose</animation> - <animation effect="zoom" start="100,100" end="100,100" center="1276,39" time="150">focus</animation> - <animation effect="zoom" start="100,100" end="100,100" center="1276,39" time="300">unfocus</animation> - <id>13</id> - <posX>1250</posX> + <animation effect="zoom" start="000,0" end="100,100" center="1326,39" time="150">focus</animation> + <animation effect="zoom" start="100,100" end="100,100" center="1326,39" time="300">unfocus</animation> + <id>22</id> + <posX>830</posX> <posY>10</posY> - <width>50</width> + <width>51</width> <height>58</height> - <textureFocus>button_close_focus.png</textureFocus> - <textureNoFocus>button_close_nofocus.png</textureNoFocus> + <textureFocus>skipback_enabled.png</textureFocus> + <textureNoFocus>skipback_disabled.png</textureNoFocus> + <action>15</action> <label>-</label> - <action>97</action> - <onleft>12</onleft> - <onright>10</onright> - <onup>13</onup> - <ondown>27</ondown> + <onleft>26</onleft> + <onright>23</onright> + <onup>22</onup> + <ondown>2</ondown> </control> - <control> - <visible>player.hasmedia</visible> - <description>video window</description> - <type>videowindow</type> - <id>99</id> - <posX>900</posX> - <posY>230</posY> - <width>400</width> - <height>225</height> - <onleft>50</onleft> - <onright>50</onright> - <onup>11</onup> - <ondown>27</ondown> - <action>18</action> - <textureFocus>tv_green_border.png</textureFocus> - <animation effect="fade" time="500">visiblechange</animation> - </control> - - <control> - <description>right end cap</description> - <description>image</description> - <type>image</type> - <id>1</id> - <posX>1260</posX> - <posY>460</posY> - <width>53</width> - <height>58</height> - <texture>endcap_right.png</texture> - <visible>Control.IsVisible(99)</visible> - <animation effect="fade" time="500">visiblechange</animation> - </control> - <control> - <description>left end cap</description> - <visible>player.hasmedia</visible> - <description>image</description> - <type>image</type> - <id>1</id> - <posX>895</posX> - <posY>460</posY> - <width>53</width> - <height>58</height> - <texture>endcap_left.png</texture> - <visible>Control.IsVisible(99)</visible> - <animation effect="fade" time="500">visiblechange</animation> - </control> - - - <control> + <control> <description>rewind button</description> <type>button</type> + <animation effect="fade" time="1500">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + <animation effect="zoom" start="000,0" end="100,100" center="1326,39" time="150">focus</animation> + <animation effect="zoom" start="100,100" end="100,100" center="1326,39" time="300">unfocus</animation> <id>23</id> - <posX>948</posX> - <posY>460</posY> - <width>52</width> + <posX>881</posX> + <posY>10</posY> + <width>51</width> <height>58</height> <textureFocus>rew_enabled.png</textureFocus> <textureNoFocus>rew_disabled.png</textureNoFocus> <action>78</action> <label>-</label> - <onleft>50</onleft> + <onleft>22</onleft> <onright>24</onright> - <onup>99</onup> - <ondown>11</ondown> - <visible>Control.IsVisible(99)</visible> - <animation effect="fade" time="500">visiblechange</animation> + <onup>23</onup> + <ondown>2</ondown> </control> <control> - <visible>player.hasmedia</visible> <description>play button</description> <type>button</type> + <animation effect="fade" time="1500">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + <animation effect="zoom" start="000,0" end="100,100" center="1326,39" time="150">focus</animation> + <animation effect="zoom" start="100,100" end="100,100" center="1326,39" time="300">unfocus</animation> <id>24</id> - <posX>1000</posX> - <posY>460</posY> - <width>52</width> + <posX>932</posX> + <posY>10</posY> + <width>51</width> <height>58</height> <textureFocus>play_enabled.png</textureFocus> <textureNoFocus>play_disabled.png</textureNoFocus> @@ -271,17 +180,19 @@ <label>-</label> <onleft>23</onleft> <onright>25</onright> - <onup>99</onup> - <ondown>11</ondown> - animation> - <animation effect="zoom" start="100,100" end="100,100" center="1326,39" time="300">unfocus</animation> + <onup>24</onup> + <ondown>2</ondown> </control> <control> <description>pause button</description> <type>button</type> + <animation effect="fade" time="1500">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + <animation effect="zoom" start="000,0" end="100,100" center="1326,39" time="150">focus</animation> + <animation effect="zoom" start="100,100" end="100,100" center="1326,39" time="300">unfocus</animation> <id>25</id> - <posX>1052</posX> - <posY>460</posY> + <posX>983</posX> + <posY>10</posY> <width>52</width> <height>58</height> <textureFocus>pause_enabled.png</textureFocus> @@ -290,19 +201,20 @@ <label>-</label> <onleft>24</onleft> <onright>27</onright> - <onup>99</onup> - <ondown>11</ondown> - <visible>Control.IsVisible(99)</visible> - <animation effect="fade" time="500">visiblechange</animation> + <onup>25</onup> + <ondown>2</ondown> </control> <control> - <visible>player.hasmedia</visible> <description>stop button</description> <type>button</type> + <animation effect="fade" time="1500">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + <animation effect="zoom" start="000,0" end="100,100" center="1326,39" time="150">focus</animation> + <animation effect="zoom" start="100,100" end="100,100" center="1326,39" time="300">unfocus</animation> <id>27</id> - <posX>1104</posX> - <posY>460</posY> - <width>52</width> + <posX>1034</posX> + <posY>10</posY> + <width>51</width> <height>58</height> <textureFocus>stop_enabled.png</textureFocus> <textureNoFocus>stop_disabled.png</textureNoFocus> @@ -310,19 +222,20 @@ <label>-</label> <onleft>25</onleft> <onright>28</onright> - <onup>99</onup> - <ondown>11</ondown> - <visible>Control.IsVisible(99)</visible> - <animation effect="fade" time="500">visiblechange</animation> + <onup>27</onup> + <ondown>2</ondown> </control> <control> - <visible>player.hasmedia</visible> <description>fast forward button</description> <type>button</type> + <animation effect="fade" time="1500">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + <animation effect="zoom" start="000,0" end="100,100" center="1326,39" time="150">focus</animation> + <animation effect="zoom" start="100,100" end="100,100" center="1326,39" time="300">unfocus</animation> <id>28</id> - <posX>1156</posX> - <posY>460</posY> - <width>52</width> + <posX>1085</posX> + <posY>10</posY> + <width>51</width> <height>58</height> <textureFocus>fastforward_enabled.png</textureFocus> <textureNoFocus>fastforward_disabled.png</textureNoFocus> @@ -330,18 +243,19 @@ <label>-</label> <onleft>27</onleft> <onright>29</onright> - <onup>99</onup> - <ondown>11</ondown> - <visible>Control.IsVisible(99)</visible> - <animation effect="fade" time="500">visiblechange</animation> + <onup>28</onup> + <ondown>2</ondown> </control> <control> - <visible>player.hasmedia</visible> <description>next button</description> <type>button</type> + <animation effect="fade" time="1500">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + <animation effect="zoom" start="000,0" end="100,100" center="1326,39" time="150">focus</animation> + <animation effect="zoom" start="100,100" end="100,100" center="1326,39" time="300">unfocus</animation> <id>29</id> - <posX>1208</posX> - <posY>460</posY> + <posX>1136</posX> + <posY>10</posY> <width>52</width> <height>58</height> <textureFocus>skipforward_enabled.png</textureFocus> @@ -349,12 +263,90 @@ <action>14</action> <label>-</label> <onleft>28</onleft> - <onright>50</onright> - <onup>99</onup> - <ondown>11</ondown> - <visible>Control.IsVisible(99)</visible> - <animation effect="fade" time="500">visiblechange</animation> + <onright>30</onright> + <onup>29</onup> + <ondown>2</ondown> </control> + <control> + <description>Minimize button</description> + <type>button</type> + <animation effect="fade" time="1500">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + <animation effect="zoom" start="000,0" end="100,100" center="1326,39" time="150">focus</animation> + <animation effect="zoom" start="100,100" end="100,100" center="1326,39" time="300">unfocus</animation> + <id>30</id> + <posX>1187</posX> + <posY>10</posY> + <width>52</width> + <height>58</height> + <textureFocus>minimize_enabled.png</textureFocus> + <textureNoFocus>minimize_disabled.png</textureNoFocus> + <label>-</label> + <action>18</action> + <onleft>29</onleft> + <onright>31</onright> + <onup>30</onup> + <ondown>2</ondown> + </control> + <control> + <description>Exit button</description> + <type>button</type> + <animation effect="fade" time="1500">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + <animation effect="zoom" start="000,0" end="100,100" center="1326,39" time="150">focus</animation> + <animation effect="zoom" start="100,100" end="100,100" center="1326,39" time="300">unfocus</animation> + <id>31</id> + <posX>1238</posX> + <posY>10</posY> + <width>52</width> + <height>58</height> + <textureFocus>exit_enabled.png</textureFocus> + <textureNoFocus>exit_disabled.png</textureNoFocus> + <action>97</action> + <label>-</label> + <action>97</action> + <onleft>30</onleft> + <onright>21</onright> + <onup>31</onup> + <ondown>2</ondown> + </control> + + + <control> + <description>Menu</description> + <type>menu</type> + <animation effect="fade" time="800">WindowOpen</animation> + <animation effect="fade" time="200">WindowClose</animation> + <animation effect="zoom" start="300,300" end="100,100" center="750,500" time="500">WindowOpen</animation> + <animation effect="zoom" start="100,100" end="5,5" center="750,500" time="300">WindowClose</animation> + <id>50</id> + <posX>508</posX> + <posY>180</posY> + <width>350</width> + <textcolor>ffffffff</textcolor> + <textColorNoFocus>ffffffff</textColorNoFocus> + <dimColor>80ffffff</dimColor> + <buttonTextXOff>30</buttonTextXOff> + <buttonTextYOff>15</buttonTextYOff> + <buttonOffset>0</buttonOffset> + <buttonFont>font16</buttonFont> + <buttonHeight>60</buttonHeight> + <spaceBetweenButtons>18</spaceBetweenButtons> + <numberOfButtons>5</numberOfButtons> + <textureButtonFocus>hp_selectionbar.png</textureButtonFocus> + <textureButtonNoFocus>-</textureButtonNoFocus> + <hoverX>150</hoverX> + <hoverY>220</hoverY> + <hoverWidth>300</hoverWidth> + <hoverHeight>600</hoverHeight> + <hoverKeepAspectratio>yes</hoverKeepAspectratio> + <scrollTime>100</scrollTime> + <scrollTimeMin>60</scrollTimeMin> + <textureBackground></textureBackground> + <onright>11</onright> + <onleft>10</onleft> + </control> + <control> <type>image</type> <id>1</id> Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/mymusicsongs.xml =================================================================== --- trunk/skins/Foofaraw/Development Skin/Foofaraw/mymusicsongs.xml 2007-09-05 17:23:54 UTC (rev 895) +++ trunk/skins/Foofaraw/Development Skin/Foofaraw/mymusicsongs.xml 2007-09-06 13:42:33 UTC (rev 896) @@ -104,7 +104,7 @@ <id>1</id> <animation effect="fade" time="400">WindowClose</animation> <animation effect="fade" time="400">WindowOpen</animation> - <posX>200</posX> + <posX>240</posX> <posY>600</posY> <width>1000</width> <label>#selecteditem</label> Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/videoOverlay.xml =================================================================== --- trunk/skins/Foofaraw/Development Skin/Foofaraw/videoOverlay.xml 2007-09-05 17:23:54 UTC (rev 895) +++ trunk/skins/Foofaraw/Development Skin/Foofaraw/videoOverlay.xml 2007-09-06 13:42:33 UTC (rev 896) @@ -3,16 +3,29 @@ <id>3000</id> <defaultcontrol>2</defaultcontrol> <controls> - <control> + + <control> + <description>VIDEO BACKGROUND</description> + <type>image</type> + <id>0</id> + <posX>10</posX> + <posY>575</posY> + <width>211</width> + <height>182</height> + <texture>tv_background.png</texture> + <animation effect="fade" time="500">WindowClose</animation> + <animation effect="fade" time="250">WindowOpen</animation> + </control> + <control> <description>play time label</description> <type>label</type> <id>2</id> - <posX>20</posX> + <posX>50</posX> <posY>705</posY> <label>#currentplaytime</label> <align>left</align> - <font>font13</font> - <textcolor>ffffffff</textcolor> + <font>wipeout</font> + <textcolor>20ffffff</textcolor> <animation effect="fade" time="500">WindowClose</animation> <animation effect="fade" time="250">WindowOpen</animation> </control> @@ -20,8 +33,8 @@ <description>play logo</description> <type>image</type> <id>3</id> - <posX>37</posX> - <posY>528</posY> + <posX>0</posX> + <posY>695</posY> <texture>logo_play.png</texture> <animation effect="fade" time="500">WindowClose</animation> <animation effect="fade" time="250">WindowOpen</animation> @@ -30,8 +43,8 @@ <description>Pause logo</description> <type>image</type> <id>4</id> - <posX>36</posX> - <posY>525</posY> + <posX>0</posX> + <posY>695</posY> <texture>logo_pause.png</texture> <animation effect="fade" time="500">WindowClose</animation> <animation effect="fade" time="250">WindowOpen</animation> @@ -40,8 +53,8 @@ <description>FF logo</description> <type>image</type> <id>7</id> - <posX>18</posX> - <posY>528</posY> + <posX>0</posX> + <posY>695</posY> <texture>logo_fastforward.png</texture> <animation effect="fade" time="500">WindowClose</animation> <animation effect="fade" time="250">WindowOpen</animation> @@ -50,8 +63,8 @@ <description>RW logo</description> <type>image</type> <id>8</id> - <posX>18</posX> - <posY>528</posY> + <posX>0</posX> + <posY>695</posY> <texture>logo_rewind.png</texture> <animation effect="fade" time="500">WindowClose</animation> <animation effect="fade" time="250">WindowOpen</animation> @@ -59,10 +72,10 @@ <control> <description>scrolling info label</description> <type>fadelabel</type> - <width>700</width> + <width>180</width> <height>40</height> - <posX>170</posX> - <posY>705</posY> + <posX>25</posX> + <posY>725</posY> <font>font13</font> <label>#Play.Current.Title\r#Play.Current.Genre\r#Play.Current.Year\r#Play.Current.Director</label> <animation effect="fade" time="500">WindowClose</animation> @@ -74,8 +87,8 @@ <description>video preview window</description> <type>videowindow</type> <id>1</id> - <posX>157</posX> - <posY>574</posY> + <posX>20</posX> + <posY>600</posY> <width>180</width> <height>101</height> <action>18</action> @@ -83,5 +96,6 @@ <animation effect="fade" time="500">WindowClose</animation> <animation effect="fade" time="250">WindowOpen</animation> </control> + </controls> </window> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |