Item visibility based on addon property
#1
Sorry - probably a newbie question, but I've trawled online for hours to no avail!

I would like to set the visibility of an item based on one of the addon's configurable settings.

i.e. the element starts like this:
Code:
xml:

            <control type="group" id="500">
                <visible>Integer.IsGreater(Container(400).NumItems,0) + String.IsEmpty(Window.Property(drawing))</visible>

I have a boolean property for the addon called "ondeck".

Can I amend the above visibility based on this property?

Any help appreciated.
Reply
#2
No, not possible for a skin to access the settings of an addon.

You need to do it the other way around - have the addon set a skinstring or window property when the setting is set.
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply

Logout Mark Read Team Forum Stats Members Help
Item visibility based on addon property0