Setting the default button scroller selection thorugh skin setting.
#1
Hi Guys,

Trying to figure out away to do this... Any ideas?

...
<defaultbutton>SOME VARIABLE* SET AS A SKIN SETTING</defaultbutton>
...
..
.
<button id="SOME VARIABLE1 SET AS A SKIN SETTING">
<label>0</label>
<onclick>ActivateWindow(MyPrograms)</onclick>
</button>

<button id="SOME VARIABLE2 SET AS A SKIN SETTING">
<label>2</label>
<onclick>ActivateWindow(MyMusic)</onclick>
</button>

<button id="SOME VARIABLE3 SET AS A SKIN SETTING">
<label>3</label>
<onclick>ActivateWindow(MyVideos)</onclick>
</button>

Hades_666
Reply
#2
That's not supported. The button id's needs to be a number. The default button is then references the button id you want to see when its initially rendered.
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.
Reply

Logout Mark Read Team Forum Stats Members Help
Setting the default button scroller selection thorugh skin setting.0