Bind with Expression to component on different window?

Is there a way to bind a component property with the Expression or some other way to a component property of a separate window?

I found this but it was through scripting not expression binding
https://inductiveuniversity.com/videos/finding-components-on-other-windows/8.1

Since you’re discussing windows, not views, I’ll assume you’re using Vision.

I don’t think you can bind directly to components on other screens. What you might try is using a vision client tag to hold the value and binding both components to the tag (bi-directionally if you want a component to be able to set the value).

2 Likes

Sorry for the late reply thank you for your response.