From: <chr...@us...> - 2007-05-08 18:12:14
|
Revision: 389 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=389&view=rev Author: chreekar Date: 2007-05-08 11:12:12 -0700 (Tue, 08 May 2007) Log Message: ----------- Uploaded skin files Modified Paths: -------------- trunk/plugins/MyEmulators/myEmulators/Class1.cs Added Paths: ----------- trunk/plugins/MyEmulators/skin/ trunk/plugins/MyEmulators/skin/BlueTwo/ trunk/plugins/MyEmulators/skin/BlueTwo/myEmulators.xml trunk/plugins/MyEmulators/skin/BlueTwo wide/ trunk/plugins/MyEmulators/skin/BlueTwo wide/myEmulators.xml Modified: trunk/plugins/MyEmulators/myEmulators/Class1.cs =================================================================== --- trunk/plugins/MyEmulators/myEmulators/Class1.cs 2007-05-08 14:45:27 UTC (rev 388) +++ trunk/plugins/MyEmulators/myEmulators/Class1.cs 2007-05-08 18:12:12 UTC (rev 389) @@ -201,7 +201,7 @@ public override void OnAction(Action action) { base.OnAction(action); - if (lstEmulators != null) + if (lstEmulators != null && lstEmulators.Count > 0) { if ((isInFolder || lstEmulators[0].Label == "..") && (lstEmulators.SelectedListItemIndex != previouslySelectedIndex)) { Added: trunk/plugins/MyEmulators/skin/BlueTwo/myEmulators.xml =================================================================== --- trunk/plugins/MyEmulators/skin/BlueTwo/myEmulators.xml (rev 0) +++ trunk/plugins/MyEmulators/skin/BlueTwo/myEmulators.xml 2007-05-08 18:12:12 UTC (rev 389) @@ -0,0 +1,241 @@ +<!-- BlueTwo skin for My Emulators --> + +<window> + <id>5001</id> + <defaultcontrol>50</defaultcontrol> + <allowoverlay>yes</allowoverlay> + <define>#header.label:My Emulators</define> + <define>#header.hover:hover_myEmulators.png</define> + <define>#header.image:myEmulators_logo.png</define> + <controls> + <import>common.window.xml</import> + + <!-- SIDE BUTTONS --> + <control> + <type>group</type> + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + <animation effect="slide" time="250" start="-300,0">WindowOpen</animation> + <animation effect="slide" time="500" end="0,-300" >WindowClose</animation> + <description>group element</description> + <posX>60</posX> + <posY>97</posY> + <layout>StackLayout</layout> + <control> + <description>View-As button</description> + <type>button</type> + <id>10</id> + <label>100</label> + <onleft>10</onleft> + <onright>50</onright> + <onup>10</onup> + <ondown>11</ondown> + </control> + <control> + <type>image</type> + <description>Divider image</description> + <id>999</id> + <texture>hbar1.png</texture> + <keepaspectratio>yes</keepaspectratio> + </control> + <control> + <type>button</type> + <id>11</id> + <label>Most played</label> + <onleft>11</onleft> + <onright>50</onright> + <onup>10</onup> + <ondown>12</ondown> + </control> + <control> + <type>button</type> + <id>12</id> + <label>Recently played</label> + <onleft>12</onleft> + <onright>50</onright> + <onup>11</onup> + <ondown>13</ondown> + </control> + <control> + <type>button</type> + <id>13</id> + <label>Top graded</label> + <onleft>13</onleft> + <onright>50</onright> + <onup>12</onup> + <ondown>13</ondown> + </control> + </control> + + <!-- LIST OF EMULATOR AND ROMS --> + <control> + <type>group</type> + <description>group element</description> + <animation effect="slide" time="400" start="0,-300">WindowOpen</animation> + <animation effect="slide" time="400" end="800,0" >WindowClose</animation> + <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> + </control> + <control> + <description>Thumbnail Panel</description> + <type>thumbnailpanel</type> + <id>50</id> + <scrollOffset>1</scrollOffset> + <onleft>10</onleft> + <onright>2</onright> + </control> + <control> + <description>Filmstrip view</description> + <type>filmstrip</type> + <id>50</id> + <onleft>10</onleft> + <onright>2</onright> + <onup>2</onup> + <ondown>2</ondown> + </control> + <control> + <description>playlist listcontrol</description> + <type>playlistcontrol</type> + <id>50</id> + <scrollOffset>1</scrollOffset> + </control> + </control> + </control> + + <!-- DESCRIPTION OF GAME --> + <control> + <animation effect="slide" time="400" end="-300,0" >WindowClose</animation> + <animation effect="fade" time="500">WindowClose</animation> + <type>textboxscrollup</type> + <description>desscription</description> + <id>40</id> + <posX>75</posX> + <posY>260</posY> + <width>170</width> + <height>145</height> + <font>font11</font> + </control> + + <!-- ALL THE STARS --> + <control> + <animation effect="fade" time="400">WindowClose</animation> + <type>image</type> + <description>star image 1</description> + <id>101</id> + <posX>511</posX> + <posY>43</posY> + <width>14</width> + <height>14</height> + <texture></texture> + </control> + <control> + <animation effect="fade" time="400">WindowClose</animation> + <type>image</type> + <description>star image 2</description> + <id>102</id> + <posX>526</posX> + <posY>43</posY> + <width>14</width> + <height>14</height> + <texture></texture> + </control> + <control> + <animation effect="fade" time="400">WindowClose</animation> + <type>image</type> + <description>star image 3</description> + <id>103</id> + <posX>541</posX> + <posY>43</posY> + <width>14</width> + <height>14</height> + <texture></texture> + </control> + <control> + <animation effect="fade" time="400">WindowClose</animation> + <type>image</type> + <description>star image 4</description> + <id>104</id> + <posX>556</posX> + <posY>43</posY> + <width>14</width> + <height>14</height> + <texture></texture> + </control> + <control> + <animation effect="fade" time="400">WindowClose</animation> + <type>image</type> + <description>star image 5</description> + <id>105</id> + <posX>571</posX> + <posY>43</posY> + <width>14</width> + <height>14</height> + <texture></texture> + </control> + <control> + <animation effect="fade" time="400">WindowClose</animation> + <type>image</type> + <description>star image 6</description> + <id>106</id> + <posX>586</posX> + <posY>43</posY> + <width>14</width> + <height>14</height> + <texture></texture> + </control> + <control> + <animation effect="fade" time="400">WindowClose</animation> + <type>image</type> + <description>star image 7</description> + <id>107</id> + <posX>601</posX> + <posY>43</posY> + <width>14</width> + <height>14</height> + <texture></texture> + </control> + <control> + <animation effect="fade" time="400">WindowClose</animation> + <type>image</type> + <description>star image 8</description> + <id>108</id> + <posX>616</posX> + <posY>43</posY> + <width>14</width> + <height>14</height> + <texture></texture> + </control> + <control> + <animation effect="fade" time="400">WindowClose</animation> + <type>image</type> + <description>star image 9</description> + <id>109</id> + <posX>631</posX> + <posY>43</posY> + <width>14</width> + <height>14</height> + <texture></texture> + </control> + <control> + <animation effect="fade" time="400">WindowClose</animation> + <type>image</type> + <description>star image 10</description> + <id>110</id> + <posX>646</posX> + <posY>43</posY> + <width>14</width> + <height>14</height> + <texture></texture> + </control> + + </controls> +</window> \ No newline at end of file Added: trunk/plugins/MyEmulators/skin/BlueTwo wide/myEmulators.xml =================================================================== --- trunk/plugins/MyEmulators/skin/BlueTwo wide/myEmulators.xml (rev 0) +++ trunk/plugins/MyEmulators/skin/BlueTwo wide/myEmulators.xml 2007-05-08 18:12:12 UTC (rev 389) @@ -0,0 +1,241 @@ +<!-- BlueTwo wide skin for My Emulators --> + +<window> + <id>5001</id> + <defaultcontrol>50</defaultcontrol> + <allowoverlay>yes</allowoverlay> + <define>#header.label:My Emulators</define> + <define>#header.hover:hover_myEmulators.png</define> + <define>#header.image:myEmulators_logo.png</define> + <controls> + <import>common.window.xml</import> + + <!-- SIDE BUTTONS --> + <control> + <type>group</type> + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + <animation effect="slide" time="250" start="-300,0">WindowOpen</animation> + <animation effect="slide" time="500" end="0,-300" >WindowClose</animation> + <description>group element</description> + <posX>120</posX> + <posY>130</posY> + <layout>StackLayout</layout> + <control> + <description>View-As button</description> + <type>button</type> + <id>10</id> + <label>100</label> + <onleft>10</onleft> + <onright>50</onright> + <onup>10</onup> + <ondown>11</ondown> + </control> + <control> + <type>image</type> + <description>Divider image</description> + <id>999</id> + <texture>hbar1.png</texture> + <keepaspectratio>yes</keepaspectratio> + </control> + <control> + <type>button</type> + <id>11</id> + <label>Most played</label> + <onleft>11</onleft> + <onright>50</onright> + <onup>10</onup> + <ondown>12</ondown> + </control> + <control> + <type>button</type> + <id>12</id> + <label>Recently played</label> + <onleft>12</onleft> + <onright>50</onright> + <onup>11</onup> + <ondown>13</ondown> + </control> + <control> + <type>button</type> + <id>13</id> + <label>Top graded</label> + <onleft>13</onleft> + <onright>50</onright> + <onup>12</onup> + <ondown>13</ondown> + </control> + </control> + + <!-- LIST OF EMULATOR AND ROMS --> + <control> + <type>group</type> + <description>group element</description> + <animation effect="slide" time="400" start="0,-300">WindowOpen</animation> + <animation effect="slide" time="400" end="800,0" >WindowClose</animation> + <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> + </control> + <control> + <description>Thumbnail Panel</description> + <type>thumbnailpanel</type> + <id>50</id> + <scrollOffset>1</scrollOffset> + <onleft>10</onleft> + <onright>2</onright> + </control> + <control> + <description>Filmstrip view</description> + <type>filmstrip</type> + <id>50</id> + <onleft>10</onleft> + <onright>2</onright> + <onup>2</onup> + <ondown>2</ondown> + </control> + <control> + <description>playlist listcontrol</description> + <type>playlistcontrol</type> + <id>50</id> + <scrollOffset>1</scrollOffset> + </control> + </control> + </control> + + <!-- DESCRIPTION OF GAME --> + <control> + <animation effect="slide" time="400" end="-300,0" >WindowClose</animation> + <animation effect="fade" time="500">WindowClose</animation> + <type>textboxscrollup</type> + <description>desscription</description> + <id>40</id> + <posX>140</posX> + <posY>343</posY> + <width>265</width> + <height>170</height> + <font>font12</font> + </control> + + <!-- ALL THE STARS --> + <control> + <animation effect="fade" time="400">WindowClose</animation> + <type>image</type> + <description>star image 1</description> + <id>101</id> + <posX>1051</posX> + <posY>55</posY> + <width>20</width> + <height>20</height> + <texture></texture> + </control> + <control> + <animation effect="fade" time="400">WindowClose</animation> + <type>image</type> + <description>star image 2</description> + <id>102</id> + <posX>1072</posX> + <posY>55</posY> + <width>20</width> + <height>20</height> + <texture></texture> + </control> + <control> + <animation effect="fade" time="400">WindowClose</animation> + <type>image</type> + <description>star image 3</description> + <id>103</id> + <posX>1093</posX> + <posY>55</posY> + <width>20</width> + <height>20</height> + <texture></texture> + </control> + <control> + <animation effect="fade" time="400">WindowClose</animation> + <type>image</type> + <description>star image 4</description> + <id>104</id> + <posX>1114</posX> + <posY>55</posY> + <width>20</width> + <height>20</height> + <texture></texture> + </control> + <control> + <animation effect="fade" time="400">WindowClose</animation> + <type>image</type> + <description>star image 5</description> + <id>105</id> + <posX>1135</posX> + <posY>55</posY> + <width>20</width> + <height>20</height> + <texture></texture> + </control> + <control> + <animation effect="fade" time="400">WindowClose</animation> + <type>image</type> + <description>star image 6</description> + <id>106</id> + <posX>1156</posX> + <posY>55</posY> + <width>20</width> + <height>20</height> + <texture></texture> + </control> + <control> + <animation effect="fade" time="400">WindowClose</animation> + <type>image</type> + <description>star image 7</description> + <id>107</id> + <posX>1177</posX> + <posY>55</posY> + <width>20</width> + <height>20</height> + <texture></texture> + </control> + <control> + <animation effect="fade" time="400">WindowClose</animation> + <type>image</type> + <description>star image 8</description> + <id>108</id> + <posX>1198</posX> + <posY>55</posY> + <width>20</width> + <height>20</height> + <texture></texture> + </control> + <control> + <animation effect="fade" time="400">WindowClose</animation> + <type>image</type> + <description>star image 9</description> + <id>109</id> + <posX>1219</posX> + <posY>55</posY> + <width>20</width> + <height>20</height> + <texture></texture> + </control> + <control> + <animation effect="fade" time="400">WindowClose</animation> + <type>image</type> + <description>star image 10</description> + <id>110</id> + <posX>1240</posX> + <posY>55</posY> + <width>20</width> + <height>20</height> + <texture></texture> + </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. |