vMix Forums
»
General
»
GT
»
Two titles scaling
Rank: Advanced Member
Groups: Registered
Joined: 9/27/2019(UTC) Posts: 48 Location: Kuressaare
|
I use the name of the rider and after the hyphen the name of the horse. Since both names are different lengths, this solution in the video below will not work. Leaves as shown in Figure 2. Picture 1 is normal with the name I originally set up. But picture 2 should be like picture 3. pic1.jpg (13kb) downloaded 1 time(s). pic2.jpg (8kb) downloaded 1 time(s). pic3.jpg (8kb) downloaded 1 time(s).
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,209 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 9/27/2019(UTC) Posts: 48 Location: Kuressaare
|
Originally Posted by: doggy In my previous post there was no same problem because the age in parentheses was a fixed size and the layer must be fixed in size and located on the right. When I used it, it happened as shown in picture 2. However, both layers must be width scaled in the present case, because both the rider and the horse's name are constantly different sizes. The link you submitted does not show how to do this in the GT program.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,209 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
Originally Posted by: NSCPro The link you submitted does not show how to do this in the GT program. Indeed as it should be obvious that it is currently not possible with GT titles but it is with legacy XAML titles (or other $$$ title software). The video even has the code in the comments for it. combining 2 hidden textboxes with script is also an option various tools for various objectives!
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 9/27/2019(UTC) Posts: 48 Location: Kuressaare
|
Originally Posted by: doggy Originally Posted by: NSCPro The link you submitted does not show how to do this in the GT program. Indeed as it should be obvious that it is currently not possible with GT titles but it is with legacy XAML titles (or other $$$ title software). The video even has the code in the comments for it. combining 2 hidden textboxes with script is also an option various tools for various objectives! Is there any way you can do this through a script if I paid you for it? because I have all the graphics done in GT and don't want to do it anywhere else.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,209 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
Originally Posted by: NSCPro Is there any way you can do this through a script if I paid you for it? because I have all the graphics done in GT and don't want to do it anywhere else. pretty straightforward below example uses 2 titles but one can add extra hidden textboxes to one title to read the content and combine as one Code:
Do While True
Input.Find("Title 0- The Classic Green.gtzip").Text("Headline.Text") = Input.Find("Title 0- The Classic Blue.gtzip").Text("Headline.Text") & " - " & Input.Find("Title 0- The Classic Blue.gtzip").Text("Description.Text")
Sleep(250)
Loop
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 9/27/2019(UTC) Posts: 48 Location: Kuressaare
|
Originally Posted by: doggy Originally Posted by: NSCPro Is there any way you can do this through a script if I paid you for it? because I have all the graphics done in GT and don't want to do it anywhere else. pretty straightforward below example uses 2 titles but one can add extra hidden textboxes to one title to read the content and combine as one Code:
Do While True
Input.Find("Title 0- The Classic Green.gtzip").Text("Headline.Text") = Input.Find("Title 0- The Classic Blue.gtzip").Text("Headline.Text") & " - " & Input.Find("Title 0- The Classic Blue.gtzip").Text("Description.Text")
Sleep(250)
Loop
I think it’s better, if you create this solution for me. It must be working on your previous script code
|
|
|
|
vMix Forums
»
General
»
GT
»
Two titles scaling
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.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close