$INFO[MusicPlayer.Cover] is not working for button?
#1
Sad 
This button does not display any album art , but it should display when a song is playing, I think.

What wrong I am doing here?

<control type="button">
<posx>10</posx>
<posy>0</posy>
<width>110</width>
<height>85</height>
<texturenofocus>$INFO[MusicPlayer.Cover]</texturenofocus>
<texturefocus>$INFO[MusicPlayer.Cover]</texturefocus>
<visible>true</visible>
</control>
Please Help.
Thanks.
Reply
#2
Just change it to an image control.
Reply
#3
But then I will not be able to write <onclick> </onclick> for that.
I have to do something when the image is clicked.

Please Help...
Reply
#4
Put a button control in the same place, the same size without a texture.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#5
Thanks, that is working , now in <onclick> Huh </onclick> what should I write so that, clicking on the button will open the album of currently playing song? ( which will display all songs of the album on screen)

Help Please...
Thanks for Help.
Reply

Logout Mark Read Team Forum Stats Members Help
$INFO[MusicPlayer.Cover] is not working for button?0