I needed to go a different directin with this project, but I appreciate the contribution
Original Message:
Sent: 06-23-2023 04:20
From: Roma
Subject: Crawl Issues
Hi Adam. This is an example scene for solution of your issue
------------------------------
Roman Yaroshenko
chief specialist
RBC-TV
Moscow Russian Federation
------------------------------
Original Message:
Sent: 06-16-2023 09:23
From: Adam
Subject: Crawl Issues
That's a great idea. I'm gonna give that a try this weekend.
Thank you
Original Message:
Sent: 6/16/2023 9:18:00 AM
From: Red
Subject: RE: Crawl Issues
I have one idea that could maybe work.
You could have a hidden field inside the crawl that is connected to that second column the same way as the visible one is connected to the first.
Then you have a script onOnline of each crawl scene that copies the content of that hidden field to the other scene.
dim textparent, textchild as xpTextObject
dim parent as xpScene
dim fb as xpOutputFramebuffer
engine.GetOutputFramebuffer(0, fb)
fb.GetSceneOnLayer(0, parent)
parent.GetObjectByName("Text1", textparent)
self.GetObjectByName("Text1", textchild)
textparent.text = textchild.text
------------------------------
Simon Redmile
Senior Graphic Programmer & Designer
Ross Video
Bristol United Kingdom
Original Message:
Sent: 06-16-2023 07:38
From: Adam
Subject: Crawl Issues
Hey Red
I will be given a complete spreadsheet with 1,000+ names in the first column. Their region or country will go in the seocnd column.
I have been playing around with this by creating a scene outside of the crawl group. This scene will have just the country/region text (with update in/out transitions) .
What I can't seem to get to work is how to trigger the script when there is a text change. For example:
Let's say the first 100 names are ffrom the US. Then, the next 100 are from Great Britain. When that first name from GB scrolls by, I want to trigger the script that will change that external scene. I can't seem to get that script to work. I have been using the OnRender protocal...but that isn't workng at all. Wondering if I should use an event marker to trigger the script.
Thoughts?
------------------------------
Adam
Off the Post Productions
Original Message:
Sent: 06-16-2023 07:16
From: Red
Subject: Crawl Issues
Yeah it would need to be script, is there anything in the crawling data that gives info on the country at all?
------------------------------
Simon Redmile
Senior Graphic Programmer & Designer
Ross Video
Bristol United Kingdom