PDA

View Full Version : scroll help


darkrogi
2009-04-07, 23:47
hi, is the first time, than i make a post, :blush: i turn to you guys because i need a little help.

i modiyng an empty skin, for personal use, but i have a little problem, in the musicoverlay.xml i have this code
<control type="label">
<posx>60</posx>
<posy>545</posy>
<width>600</width>
<height>37</height>
<animation effect="fade" start="0" end="100" time="300" delay="750">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="300">WindowClose</animation>
<label>$INFO[MusicPlayer.Title]$INFO[MusicPlayer.Artist, - ]$INFO[MusicPlayer.Album, - ]$INFO[MusicPlayer.Time, - ]$INFO[MusicPlayer.Duration, / ]</label>
<scroll>true</scroll>
<align>center</align>
<font>font13</font>
<visible>Player.HasAudio</visible>
</control>
works fine, but in songs with a long name , doesnīt appears al tag.

i upload a short video, please check and help me

http://www.mediafire.com/download.php?mlagalkymml

darkrogi
2009-04-10, 03:38
well, thank you for your help!!

jmarshall
2009-04-10, 13:00
MusicPlayer.Time changes once a second. This resets the label.

darkrogi
2009-04-10, 20:50
MusicPlayer.Time changes once a second. This resets the label.
hey, thatīs true, thanks a lot.
:laugh:
this have any solution?