logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Scar7752  
#1 Posted : Monday, January 9, 2023 8:11:47 PM(UTC)
Scar7752

Rank: Newbie

Groups: Registered
Joined: 1/9/2023(UTC)
Posts: 6
United States

Was thanked: 1 time(s) in 1 post(s)
Is there a way to set a data source used by a ticker to change to the next row after the ticker finishes scrolling the text? For example, if row 1 contains a sentence, at the end of the sentence move to row 2, and so on.
doggy  
#2 Posted : Monday, January 9, 2023 8:15:58 PM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,057
Belgium
Location: Belgium

Thanks: 283 times
Was thanked: 916 time(s) in 755 post(s)
Originally Posted by: Scar7752 Go to Quoted Post
Is there a way to set a data source used by a ticker to change to the next row after the ticker finishes scrolling the text? For example, if row 1 contains a sentence, at the end of the sentence move to row 2, and so on.


No.

on the other hand one can make a script to read the current content of the ticker ,calculate based on the length of the text and the ticker speed the duration for the text to finish its pass to then instruct to go to the next row
Papo  
#3 Posted : Thursday, February 2, 2023 1:10:15 AM(UTC)
Papo

Rank: Advanced Member

Groups: Registered
Joined: 6/16/2020(UTC)
Posts: 72
Peru

Thanks: 8 times
Was thanked: 2 time(s) in 2 post(s)
I know you are in the GT forum, so sorry for this, you could at least try with a xaml
I tried this in a basic xaml ticker where I removed the automatic repetition, basically it is a ticker that has no repetition

create a simple data source in my case an excel csv
autonext disabled 1 second update and loop enabled

in the ticker triggers put 3 of them all with the OnCompletion event
the first put datasourceautonextON
the second put datasourceautonextOff but we give it a delay of 1000, so it takes time to go to the next row
the third play this in the ticker input.

Translated from Spanish to English by Google
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.