fixed: [PM3.HD] Music OSD lyrics button popped up the vis select dialog first (needs xbmc rev31288 or later to work proper)

git-svn-id: http://jezzxbmc.googlecode.com/svn/trunk/skin.pm3-hd@61 0c45cd24-f56c-ec91-222f-6e3ca35936fa
This commit is contained in:
JezzX2 2010-06-22 00:50:09 +00:00
parent cad55b02a3
commit 582e2cc370

View File

@ -51,8 +51,8 @@
<label>-</label> <label>-</label>
<font>-</font> <font>-</font>
<onleft>210</onleft> <onleft>210</onleft>
<onright>500</onright> <onright>212</onright>
<onup>500</onup> <onup>212</onup>
<ondown>210</ondown> <ondown>210</ondown>
<onclick>XBMC.PlayerControl(record)</onclick> <onclick>XBMC.PlayerControl(record)</onclick>
<visible>Player.CanRecord</visible> <visible>Player.CanRecord</visible>
@ -178,10 +178,10 @@
<font>-</font> <font>-</font>
<onleft>214</onleft> <onleft>214</onleft>
<onright>210</onright> <onright>210</onright>
<onup>500</onup> <onup>212</onup>
<ondown>919</ondown> <ondown>919</ondown>
</control> </control>
<control type="button" id="500"> <control type="button" id="212">
<description>Popup Vis Select Button</description> <description>Popup Vis Select Button</description>
<posx>138</posx> <posx>138</posx>
<posy>15</posy> <posy>15</posy>
@ -189,6 +189,7 @@
<height>66</height> <height>66</height>
<texturefocus>osd_button_visFO.png</texturefocus> <texturefocus>osd_button_visFO.png</texturefocus>
<texturenofocus>-</texturenofocus> <texturenofocus>-</texturenofocus>
<onclick>Addon.Default.Set(xbmc.player.musicviz)</onclick>
<label>-</label> <label>-</label>
<font>-</font> <font>-</font>
<onleft>208</onleft> <onleft>208</onleft>
@ -197,7 +198,7 @@
<ondown>920</ondown> <ondown>920</ondown>
<visible>!Skin.HasSetting(LyricScript_Enable)</visible> <visible>!Skin.HasSetting(LyricScript_Enable)</visible>
</control> </control>
<control type="button" id="500"> <control type="button" id="212">
<description>Lyrics Button</description> <description>Lyrics Button</description>
<posx>138</posx> <posx>138</posx>
<posy>15</posy> <posy>15</posy>
@ -205,6 +206,7 @@
<height>66</height> <height>66</height>
<texturefocus>osd_button_lyricsFO.png</texturefocus> <texturefocus>osd_button_lyricsFO.png</texturefocus>
<texturenofocus>osd_button_lyrics.png</texturenofocus> <texturenofocus>osd_button_lyrics.png</texturenofocus>
<onclick>PreviousMenu</onclick>
<onclick>XBMC.RunScript($INFO[Skin.String(LyricScript_Path)])</onclick> <onclick>XBMC.RunScript($INFO[Skin.String(LyricScript_Path)])</onclick>
<label>-</label> <label>-</label>
<font>-</font> <font>-</font>
@ -230,7 +232,7 @@
<font>-</font> <font>-</font>
<onleft>211</onleft> <onleft>211</onleft>
<onright>214</onright> <onright>214</onright>
<onup>500</onup> <onup>212</onup>
<ondown>213</ondown> <ondown>213</ondown>
</control> </control>
<control type="button" id="921"> <control type="button" id="921">
@ -266,7 +268,7 @@
<onleft>210</onleft> <onleft>210</onleft>
<onright>215</onright> <onright>215</onright>
<onup>921</onup> <onup>921</onup>
<ondown>500</ondown> <ondown>212</ondown>
</control> </control>
</control> </control>
</controls> </controls>