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


Messages In This Thread
Item visibility based on addon property - by martinconroy - 2019-11-06, 16:14
Logout Mark Read Team Forum Stats Members Help
Item visibility based on addon property0