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.
$INFO[MusicPlayer.Cover] is not working for button?
slinuxgeek
Senior Member Posts: 194 Joined: Feb 2012 Reputation: 0 |
|
| find quote |
Hitcher
Skilled Skinner Joined: Aug 2007 Reputation: 67 Location: Eastleigh, UK |
2012-04-12 16:28
Post: #2
Just change it to an image control.
![]() |
| find quote |
slinuxgeek
Senior Member Posts: 194 Joined: Feb 2012 Reputation: 0 |
2012-04-13 06:49
Post: #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... |
| find quote |
jmarshall
Team-XBMC Developer Posts: 24,570 Joined: Oct 2003 Reputation: 138 |
2012-04-13 07:01
Post: #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. ![]() |
| find quote |
slinuxgeek
Senior Member Posts: 194 Joined: Feb 2012 Reputation: 0 |
2012-04-13 07:12
Post: #5
Thanks, that is working , now in <onclick>
</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. |
| find quote |

![[Image: sig_zps3af3b48e.jpg]](http://i620.photobucket.com/albums/tt289/Arcanthur/Celestium/sig_zps3af3b48e.jpg)
![[Image: badge.gif]](http://www.ohloh.net/projects/9132/badge.gif)
</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)
Search
Help