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
Riddlez  
#1 Posted : Wednesday, January 18, 2023 5:49:47 PM(UTC)
Riddlez

Rank: Newbie

Groups: Registered
Joined: 3/11/2021(UTC)
Posts: 8

Hi there

I've got 5 timers that count down from 10 minutes on the same graphics title. I want to start the clocks individually with a script.

The only problem is the API script (I'm not a programmer so excuse my lack of knowledge) doesn't have a section to choose which specific text box to target.

This is what is current:
API.Function("StartCountdown", Input:="My input")

Wish it could do something like this with a specific text box to change:
API.Function("StartCountdown", Input:="My input", SelectedName:="myTitle.Text")



Is there anyway to get around this? And start each counter/timer individually. I don't want to have individual inputs for each counter.
doggy  
#2 Posted : Wednesday, January 18, 2023 8:18:45 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: Riddlez Go to Quoted Post
Hi there

I've got 5 timers that count down from 10 minutes on the same graphics title. I want to start the clocks individually with a script.

The only problem is the API script (I'm not a programmer so excuse my lack of knowledge) doesn't have a section to choose which specific text box to target.


Wish it could do something like this with a specific text box to change:
API.Function("StartCountdown", Input:="My input", SelectedName:="myTitle.Text")



Is there anyway to get around this? And start each counter/timer individually. I don't want to have individual inputs for each counter.


Wish granted.
Thats exactly how it should be !!
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.