Hi Steve,
I don't think it might be better not to use a Global List. What you might be able to do is create 1 SceneGroup and 2 Scenes.
The SceneGroup contains the settings for the ticker/crawl and the background, 1 Scene (sceneTickerLayout; not a child of the SceneGroup) would contain the text layout for the ticker/crawl and 1 Scene (sceneTickerControl) would have one hidden TextObject (for the text you want to enter) and a script to create, fill, show and start the ticker/crawl.
In the script in sceneTickerControl, you would create a new copy of sceneTickerLayout, copy the text from the hidden TextObject of sceneTickerControl to the TextObject of sceneTickerLayout, and add the created scene copy to the SceneGroup. You do this twice in the script (since you want the text added twice to be able to loop the crawl/ticker), take the SceneGroup online from the script (on a different framebuffer/layer as sceneTickerControl obviously) and start the ticker/crawl (also from the script).
To use it you would only need to drag sceneTickerControl into the Sequencer, fill the hidden TextObject in Template Data and take it online (from the Sequencer). The rest is done by the script.
I hope it makes sense.
There are more solutions to the problem, but I think this would be one of them (unless I misinterpreted the problem).
------------------------------
Gerard de Vries
Solution Architect Live Graphics & Virtual Graphics
EMG
The Netherlands
------------------------------
Original Message:
Sent: 10-10-2022 16:59
From: Steve Szeszycki
Subject: Using GLOBAL LIST in a Crawl Scene Group
Hello all, I have a crawl (ticker) built on my layout side in a Scene Group with 2 scene of the same text looping. I was hoping to use a global list to fill out my text scenes; but cannot seem to get it to work.
I would normally just use Datalinq to accomplish this but the powers that be did not purchase the license for Datalinq!
What I would like to achieve is to enter my text into a hidden text field on the Scene Group Base Page (in the Sequencer) and have that text then automatically show up in the 2 child scenes; so that I do not have to type the text twice; to get the crawl to work properly (infinite loop).
Currently, I have to go to layout side and find the scene group, select each scene (in the group) and type the same text. I would like to find a way to type it once on the sequencer side and have the text automatically fill out the crawl with the text I entered.
Can this be done with a global list?
Thanks
------------------------------
Steve Szeszycki
XPresssion Operator
Los Angeles United States
------------------------------