Suppose we want to switch back to confluence.
then what to write in:
<control type="button">
<onclick>

?</onclick></control>
Thanks for Help.
slinuxgeek
Senior Member Posts: 180 Joined: Feb 2012 Reputation: 0 |
2012-03-13 16:09
Post: #1
How can we switch to another skin, by clicking on a button, If we know the skin name which we want to switch to?
Suppose we want to switch back to confluence. then what to write in: <control type="button"> <onclick> ![]() ?</onclick></control> Thanks for Help. |
| find quote |
Hitcher
Skilled Skinner Joined: Aug 2007 Reputation: 67 Location: Eastleigh, UK |
2012-03-13 16:35
Post: #2
I don't think it's possible.
![]() |
| find quote |
slinuxgeek
Senior Member Posts: 180 Joined: Feb 2012 Reputation: 0 |
2012-03-14 10:37
Post: #3
I copied DialogSelect.xml from confluence skin folder to my skin folder.
and on click of a button I fired : ActivateWindow(selectdialog) a blank dialog appeared, then I copied all images from "skin.confluence/media" to "skin.my_skin/media" even then the dialog window is blank. It should display all available skins , so that I can select any one to apply , but it's not. How to resolve the issue? Thank You. |
| find quote |
jmarshall
Team-XBMC Developer Posts: 24,523 Joined: Oct 2003 Reputation: 138 |
2012-03-14 10:55
Post: #4
It's not possible to do this from the skin. You could probably do it from a script but it both wouldn't be reliable and wouldn't be advisable.
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 |