Hello all. I'm pretty new to Xpression and this community. I've searched to find a solution for my issue, but I was somewhat confused with some of the results I found.
Everything is manual at my station, so our directors rely heavily on preview text for graphics that start in black. In every instance for more than a year, we've used the script below, it has worked... until now. We received a couple of new packages from our corporate design center. Package 1 mostly contains native Xpression elements that I was able to implement the script successfully on. Package 2, on the other hand, relies heavily on video elements for graphics such as lower thirds; this package is giving me issues with this script. The issue we're facing is that the preview text is appearing on-air, instead of disappearing. All video element have alphas in the appropriate areas.
The only thing I can assume causing the issue would be the difference between native and non-native video elements. I've applied a mask on the video element to see if that would correct the issue, but the preview text remains.
This is the script I've been using that has worked everywhere until now:
Dim PrevText as xpTextObject
Scene.GetObjectByName("Name of Preview Layer", PrevText)
PrevText.Text = Text
Is anyone able to provide any guidance? Please let me know if additional information is needed.