Skin.Theme()
#1
I have Windows7 (x64) with 32 bit Dharma RC2 and if I use Skin.Theme(1) or Skin.Theme(-1) in keymap.xml it didn't work, it doesn't cycle skins but only reload current skin as ReloadSkin() function. Is it broken or I just do something wrong?

My keymap.xml looks like this:
PHP Code:
<keymap>
<global>
    <
keyboard>
        <
f5>ReloadSkin()</f5>
        <
f1>Skin.Theme(1)</f1>
        <
f2>Skin.Theme(-1)</f2>
        <!--- 
cycle view ---------->
        <
zero>Container.NextViewMode</zero>
    </
keyboard>
</global>
</
keymap
AsRock 330 HT, 2GB RAM, 320GB HDD, Openelec 3.2.4
Intel NUC D54250WYK, 4GB RAM, Kingston 120GB SSD, OpenELEC-Generic.x86_64-devel-20131126081257-r16438
Reply
#2
Does the skin you are using have multiple themes? skin.theme doesn't change actual skins, just the theme within the active skin.
-stoli-
Reply
#3
That's the point, thank you. Now it's clear to me.
AsRock 330 HT, 2GB RAM, 320GB HDD, Openelec 3.2.4
Intel NUC D54250WYK, 4GB RAM, Kingston 120GB SSD, OpenELEC-Generic.x86_64-devel-20131126081257-r16438
Reply

Logout Mark Read Team Forum Stats Members Help
Skin.Theme()0