I can't find any way to change the visibility of individual components on the screen. Specifically I want to show 1 picture or the other based on user input for workflow type (which button they click to open the next screen).
Is there anyway to change the visibility in this manner. I created two memory tags that get set based in which button is pressed. But I can't figure out how to bind the visibility of the image to the appropriate memory tag.
I can't bind the enable either.
You should be able to. Mind sharing some screenshots of how you have this all set up?
Boolean client tags?
If the Vision property editor is not visible in the designer, it can be found here:
The most common gotcha is this:
Make sure the property filter is set to All
Then, find the visible property and click the binding icon:
In the binding editor popup, select tag, and then, navigate to the boolean tag using the Vision Client Tags folder tree to complete the binding.
You are a life saver!!! Thank you so much. It was the "all" common gotcha. I kept trying to get to it all these ways but not getting there. Tried figuring out how to script it into compliance but no joy.
I was afraid I'd have to make a zillion different copies of basically the same screen with one thing changed at a time.
It made no sense.