Switch skins with a button
#1
Sorry if this was already brought up, I searched. I want to be able to swap between 2 different skins with a button like using the <onClick> function.
I have a PC in my car(touchscreen) and want to be able to have a Day and Night skin and switch between the 2 with a button. The daytime being bright and the night alot dimmer to not be a distraction.

Thanks,
Scott
Reply
#2
I don't think that will be possible
Reply
#3
Maybe instead use a dark and a light skin theme? Cycle through them with:

<onclick>Skin.theme(-1)</onclick>
<onclick>Skin.theme(1)</onclick>
Image [RELEASE] Metroid
Image [RELEASE] IrcChat
Reply
#4
Ok thanks...just getting started so will have to read up on themes. Thanks for the replies!
Reply

Logout Mark Read Team Forum Stats Members Help
Switch skins with a button0