I have a property let’s say {Root Container.prop1}
indirectly bound to a tag that doesn’t exist (i.e. quality should be Bad_NotFound). I have another property where I’m checking the quality of the prop1
using simply isGood({Root Container.prop1})
, however this is returning as True.
NOTE: I have the overlay opt-out set for prop1. When I turn this off, the isGood returns False
I think I’d call that working as intended - I’m guessing, from the code, but I’d expect 7.9 to work the same. When you choose ‘overlay opt out’, it’s not just opting out of the display, it’s ignoring the quality code completely.
Hmm, maybe I’ll have to rethink where I put my bindings then (ie sometimes on the root), and instead of opting out, just hide the component with the bindings instead. I use to use the tag() function to read the quality and then the tag value itself in the one binding, but have been convinced by Phil that that isn’t the way to go