I hope someone can provide some guidance here! I have occasionally seen this issue in other areas of my project but I think this can be described unambiguously:
I have a UDT with a boolean subtag. The entire UDT is passed to a template in Vision, and this boolean subtag is tied directly to the Visible property of the template. Therefore the template should only be visible when the tag is True.
The problem I’m having is that the value of this tag is clearly not reaching the template reliably. When I run the client I’ll have all of the templates visible on my screen even though the boolean tags are False. If I manually toggle these tags then the template appears/disappears as I would expect.
Can someone please advise how to correct this? Could this have something to do with cached values or something similar? Is there a way to be sure that parameters are properly passed to a template each time?
BTW I did experiment with the system.util.invokeLater function but this yielded the same results.
Thanks!