I am using a tag binding on a context menu on an embedded view to format the text, but when the session loads fresh, the text field is empty. The tag binding will not perform the transform until the tag value changes, or I hit apply in the binding.
Is there a better way to display a tag status on hover or click on an embedded view? The goal is a visualization page with current tag status on each station.
This sort of indirect binding works for me within a context menu. How confident are you that both of the custom properties you reference have valid values when you attempt to use them in a Session?
The custom properties values should be static, they are being used as parameters so their value doesn't charge.
If I hard code a context menu option, it will appear on the initial load,
I believe its stuck on the initial transform of the tags.
Should I refresh all the bindings in a script on page load?