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
jsandytn  
#1 Posted : Wednesday, November 11, 2020 10:59:25 PM(UTC)
jsandytn

Rank: Newbie

Groups: Registered
Joined: 11/15/2014(UTC)
Posts: 7
Location: USA

Thanks: 2 times
I have the 4K version of vMix and I use scripting. Scripting does not recognize a command to set text in headings. The expected script command would be: API.Function("SetText", Input:="View_Selected_Parameters.gtzip",Title:="Camera.Text",Value="Cam1"). Using this in a script produces the error: BC30451: Name 'Value' is not declared.
Is there a command to change headings using the API call in a script? If so, what is the command?Error Message-API command for Set Title
doggy  
#2 Posted : Thursday, November 12, 2020 12:45:56 AM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 293 times
Was thanked: 955 time(s) in 790 post(s)
There is definitely a bug but it's not vMix ;-)
If formulated correctly like how it's mentioned in the helpfiles WILL let vMix recognize it

also no need to post the same thing twice

API.Function("SetText",Input:="some.gtzip",SelectedName:="Headline.Text",Value:="Some Text")
MichaelOlsen  
#3 Posted : Thursday, November 12, 2020 2:06:12 AM(UTC)
MichaelOlsen

Rank: Member

Groups: Registered
Joined: 10/24/2020(UTC)
Posts: 25
Denmark
Location: Virum

Thanks: 10 times
Don't you miss a ":" after the "Value" - "Value:=" instead of "Value="
Users browsing this topic
Guest
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.