Aeon Madnox for Krypton / Jarvis - (no longer in development)
hello,

first of all thank you making this Skin compatible with Jarvis...

I installed the addon TVHighLight and tried to make it workable as an widget.

so I add is to Custom_1133_WidgetChooser.xml

Code:
<item>
            <label>TVHighLights</label>
            <onclick>SetProperty(CustomYesNoDialog,highlightslist,1124)</onclick>
            <onclick>Skin.SetString(ItemToEdit.$INFO[Window(1124).Property(WidgetSelection)]Title,TVHighLights)</onclick>
            <onclick>RunScript(plugin.program.tvhighlights)</onclick>
            <onclick>ActivateWindow(1137)</onclick>
            <visible>System.HasAddon(plugin.program.tvhighlights)</visible>
            </item>

and add it also to Custem_1137_WidgetLayoutDialog.xml

the following to the Include_Widget1.xml

Code:
<include name="TVHighLightsContent">
        <item>
            <property name="channel">$INFO[Window.Property(TVHighlightsToday.1.Channel)]</property>
            <property name="comment">$INFO[Window.Property(TVHighlightsToday.1.Comment)]</property>
            <property name="genre">$INFO[Window.Property(TVHighlightsToday.1.Genre)]</property>
            <property name="country">$INFO[Window.Property(TVHighlightsToday.1.Country)]</property>
            <property name="year">$INFO[Window.Property(TVHighlightsToday.1.Year)]</property>
            <label>$INFO[Window.Property(TVHighlightsToday.1.Title)]</label>
            <onclick>SetFocus(5014)</onclick>
            <logo>$INFO[Window.Property(TVHighlightsToday.1.Logo)]</logo>
            <icon>$INFO[Window.Property(TVHighlightsToday.1.Logo)]</icon>
            <property name="extrainfos">$INFO[Window.Property(TVHighlightsToday.1.Extrainfos)]</property>
            <label2>$INFO[Window.Property(TVHighlightsToday.1.Time)]</label2>
            <thumb>$INFO[Window.Property(TVHighlightsToday.1.Thumb)]</thumb>
            <actualicon>$INFO[Window.Property(TVHighlightsToday.1.Logo)]</actualicon>
            <visible>!IsEmpty(Window.Property(TVHighlightsToday.1.Title))</visible>
        </item>
      </include>

problem is that did not find where Ich can add it to the container "4321"

now it is been shown in RecentTVShow Widget...

Image
Board: B85M-ITX
CPU: i3 4330
GPU: Geforce GTX 750ti


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 / Jarvis) - by sveni_lee - 2016-01-17, 00:34
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