QUOTE(Ken Roach @ Jan 4 2008, 03:35 PM) [snapback]63388[/snapback]
That sounds like a good use for the a Macro (which sets tag values) that is executed when you open a display.
The issues I've had with that approach is that you can't have the macro tied to multiple buttons, because it's actually executed by opening the display, not by a different display button.
Also, it's not executed until the display opens, so if your animation is hiding objects, you'll see it briefly painted on the opening Display then vanishing.
You can use the Macro on HMI Tags (that are only inside the RSView application) or with controller data elements.
The macro worked for what I was doing. Thanks for your help Ken.