- March 29, 2009
- 6
- 0
- Home Country
- France
oh ok
I tried in mymusicsongs.xml, but it doesnt work, here's the code i use
i also tried with a dot before the /
I tried in mymusicsongs.xml, but it doesnt work, here's the code i use
Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<window>
<id>501</id>
<defaultcontrol>2</defaultcontrol>
<allowoverlay>yes</allowoverlay>
<define>#header.label:134</define>
<define>#header.image:-</define>
<define>#header.hover:hover_my music.png</define>
<controls>
<import>common.window.xml</import>
<import>common.time.xml</import>
<description>fanart</description>
<type>image</type>
<id>1000</id>
<posX>0</posX>
<posY>0</posY>
<width>1360</width>
<height>768</height>
<colordiffuse>66ffffff</colordiffuse>
<texture>\FanArt\Music\#selecteditem.jpg</texture>
<animation effect="fade" time="400">WindowClose</animation>
<animation effect="fade" time="400">WindowOpen</animation>
<control>
<type>image</type>
<id>1</id>
<posX>15</posX>
<posY>247</posY>
<width>280</width>
<height>280</height>
<texture>album_preview_thumb_background.png</texture>
<visible>control.hasthumb(204)+facadeview.list|facadeview.album</visible>
</control>
<control>
<id>204</id>
<type>image</type>
<posX>30</posX>
<posY>261</posY>
<width>245</width>
<height>245</height>
<texture>#selectedthumb</texture>
<visible>facadeview.list|facadeview.album</visible>
</control>
<control>
<type>actiongroup</type>
<description>action menu</description>
<defaultcontrol>2</defaultcontrol>
<onexit>50</onexit>
<buttonX>-210</buttonX>
<buttonY>64</buttonY>
<buttonwidth>385</buttonwidth>
<buttonheight>515</buttonheight>
<textureFocus>-</textureFocus>
<textureNoFocus>-</textureNoFocus>
<posX>0</posX>
<posY>0</posY>
<width>100</width>
<height>568</height>
<dimColor>00ffffff</dimColor>
<control>
<type>image</type>
<posY>0</posY>
<width>290</width>
<height>768</height>
<texture>menu_slide_background.png</texture>
<colorDiffuse>fffffffff</colorDiffuse>
<visible>!Control.HasFocus(50)</visible>
<animation effect="slide" time="10" start="-300,0">visible</animation>
<animation effect="slide" time="10" end="-300,0">hidden</animation>
</control>
<control>
<type>group</type>
<description>group element</description>
<visible>!Control.HasFocus(50)</visible>
<animation effect="slide" time="10" start="-300,0">visible</animation>
<animation effect="slide" time="10" end="-300,0">hidden</animation>
<posX>20</posX>
<posY>80</posY>
<layout>StackLayout</layout>
<control>
<description>View-As button</description>
<type>button</type>
<id>2</id>
<label>100</label>
<onright>50</onright>
<onup>17</onup>
<ondown>3</ondown>
</control>
<control>
<type>sortbutton</type>
<id>3</id>
<label>103</label>
<onright>50</onright>
<onup>2</onup>
<ondown>6</ondown>
</control>
<control>
<description>Switch View</description>
<type>button</type>
<id>6</id>
<label>457</label>
<onright>50</onright>
<onup>3</onup>
<ondown>11</ondown>
</control>
<control>
<description>Now playing button</description>
<type>button</type>
<id>11</id>
<label>4540</label>
<onright>50</onright>
<onup>6</onup>
<ondown>9</ondown>
<hyperlink>510</hyperlink>
</control>
<control>
<description>Current Playlist</description>
<type>button</type>
<id>9</id>
<label>4555</label>
<onright>50</onright>
<onup>11</onup>
<ondown>10</ondown>
<action>33</action>
</control>
<control>
<description>My Playlists</description>
<type>button</type>
<id>10</id>
<label>983</label>
<onright>50</onright>
<onup>9</onup>
<ondown>18</ondown>
</control>
<control>
<description>Radio</description>
<type>button</type>
<id>18</id>
<label>665</label>
<onright>50</onright>
<onup>10</onup>
<ondown>14</ondown>
<hyperlink>30</hyperlink>
</control>
<control>
<description>Global Search</description>
<type>button</type>
<id>14</id>
<label>Global Search</label>
<onright>50</onright>
<onup>18</onup>
<ondown>16</ondown>
<visible>plugin.isenabled(Global search)</visible>
<hyperlink>30885</hyperlink>
</control>
<control>
<description>My Lyrics</description>
<type>button</type>
<id>16</id>
<label>Lyrics</label>
<onright>50</onright>
<onup>14</onup>
<ondown>15</ondown>
<visible>plugin.isenabled(My Lyrics)</visible>
<hyperlink>90478</hyperlink>
</control>
<control>
<description>Music Trivia</description>
<type>button</type>
<id>15</id>
<label>Music Trivia</label>
<onright>50</onright>
<onup>16</onup>
<ondown>99</ondown>
<visible>plugin.isenabled(Music Trivia)</visible>
<hyperlink>6622</hyperlink>
</control>
</control>
</control>
<import>common.facade.music.xml</import>
</controls>
</window>
i also tried with a dot before the /