help: using buttons in views
#1
I want to add a button in view where the container has songs such that I can open the album in which the song is contained directly from the view. I tried ActivateWindow() but I seem to be coming short on some knowledge about how to gon about it. Any help would be greatly apprreciated.
Reply
#2
If I understand you want a button somewhere on the music window that starts an album play for the current focused song in the view container?
Make play album addon a dependency or optional addon and for your onclick RunScript(script.playalbum,songid=$INFO[ListItem.DBID])

scott s.
.
Reply

Logout Mark Read Team Forum Stats Members Help
help: using buttons in views0