Aeon Madnox for Krypton / Jarvis - (no longer in development)
(2016-03-05, 00:59)Mr. V Wrote:
(2016-03-05, 00:19)BobCratchett Wrote: @Mr. V - I need a couple of changes to how templates function in Skin Shortcuts for my own purposes, so I'm going to be spending a little time with the code this weekend. I know you've previously requested a change to how properties are matched. If you have any more requests, now is the time to get them in Wink

Cheers Bob.

The only request is to match multiple properties. Think that was the previous one. This would half the amount of code in the template.

Code:
<property name="leftartwork" tag="property" attribute="name|widgetStyle" value="Panel" attribute="name|widgetArt" value="Poster" attribute="name|widgetCase" value="Glass">5</property>

Yes, that's the one I've got. It can't be done quite as your example as having multiple attributes with the same name isn't supported by the library I use to parse xml (and may not even be supported by the xml format), but I'll come up with something - my current thought is:

Code:
<property name="leftartwork" propertyValue="5">
    <tag="property" attribute="name|widgetStyle" value="Panel" />
    <tag="property" attribute="name|widgetArt" value="Poster" />
    <tag="property" attribute="name|widgetCase" value="Glass" />
</property>

But however I end up doing it, I'll give you a ping when it gets PR'd.


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 [RC1] for Jarvis *** Important Please read first post (27/02)*** - by BobCratchett - 2016-03-05, 01:10
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