Aeon Madnox for Krypton / Jarvis - (no longer in development)
I think the likely difficulty - if things are still the same as the last time I tried to do this (which they may well not be - I know its one area of Kodi that has been receiving some attention as of late) - is that if you override the onclick, even via a conditional onclick, you have to handle all the onclicks. So, you could easily do something like

Code:
<onclick condition="Skin.HasSetting(InfoOnClick)">Info</onclick>

But you'd then need to handle all the different possible onclick actions (and, with how customisable the widgets are these days, there's plenty to handle) for when the user hasn't selected the skin setting.

An alternative could be to build a template that only includes the onclick if the user has selected it (but, with the way templates work, the option would then have to become a per-widget option). Or you might be able to get around it with

Code:
<include condition="Skin.HasSetting(InfoOnClick)>InfoOnClick</include>

and have the Info onclick be in that include...


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
refresh item - by bill1972 - 2016-03-08, 03:31
Keyboard Autocompletion - by JinNJuice - 2016-03-19, 00:26
RE: Aeon Madnox [RC1] for Jarvis *** Important Please read first post (27/02)*** - by BobCratchett - 2016-03-28, 17:51
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