Aeon Madnox for Krypton / Jarvis - (no longer in development)
#79
(2015-07-01, 10:46)Mike_Doc Wrote: @MikeS,

you could put this in your keyboard.xml in userdata/keymaps and assign to which ever key you want if not F5

Code:
<keymap>
    <global>
        <keyboard>
            <F5>XBMC.ReloadSkin()</F5>
            <F6>Skin.ToggleSetting(DebugGrid)</F6>
            <F7>Skin.ToggleSetting(HideDebugInfo)</F7>
        </keyboard>
    </global>
</keymap>

You just press F5 then to reload the skin, very good for testing most changes, some don't seem to take affect with a full restat i.e. adding an addon

Mike.

The way it looks to me is that once set at startup you need to have code added elsewhere to alter the code by resetting the first run bool, just for debugging purposes, the changes will not take effect until the next startup resets them. At least in my admittedly brief experience playing with the skin, the only quick way I found to alter those settings without adding or changing too much code or deleting your guisettings file is to reset that bool on startup. Try changing line 791 to <onload>Skin.Reset(firstrun4.0)</onload> and line 760 to <onload>Skin.SetString(font_mainmenu,FFEB9E17)</onload> it should make the main menu font red when you restart. These settings are set as default so when you reload the skin those settings are already in the guisettings so they "shouldn't" Undecided change.


Messages In This Thread
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:08
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:08
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:09
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:09
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:10
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:10
MADNOX FAQ - by schimi2k - 2015-06-29, 17:11
MADNOX HELP - by schimi2k - 2015-06-29, 17:12
RE: Aeon Madnox - Beta Release - by schimi2k - 2015-06-29, 17:12
RE: Aeon Madnox - Beta Release (for Isengard) - by mikeSiLVO - 2015-07-01, 11:01
refresh item - by bill1972 - 2016-03-08, 03:31
Keyboard Autocompletion - by JinNJuice - 2016-03-19, 00:26
System Infoline - by reksp13 - 2016-04-09, 05:20
https://imageshack.com/my/images - by spook61 - 2016-04-14, 17:55
https://imageshack.com/my/images - by spook61 - 2016-04-14, 18:01
Leia - Madnox Problems - by Picard - 2017-06-22, 04:15
VideoLyrics - by Pr.Sinister - 2018-04-05, 23:40
Logout Mark Read Team Forum Stats Members Help
Aeon Madnox for Krypton / Jarvis - (no longer in development)39