vMix Forums
»
General
»
GT
»
Show graphic if text exists
Rank: Newbie
Groups: Registered
Joined: 1/18/2019(UTC) Posts: 4 Location: Weichering Was thanked: 1 time(s) in 1 post(s)
|
Hello everybody, Who knows and can help me?
I have a test field with a graphic deposited. The graphic should only be displayed as long as text is available. If the text field is empty, the graphic must not be visible. Have already tried a lot on Animation> DataChangeIn in this direction. Thanks in advance
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 11/19/2013(UTC) Posts: 127 Location: Hobart Tasmania Australia
Thanks: 13 times Was thanked: 11 time(s) in 8 post(s)
|
Yes I would like to know if this is possible also. Does GT support triggers?
Ash
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/13/2012(UTC) Posts: 1,162 Location: Melbourne Thanks: 220 times Was thanked: 199 time(s) in 181 post(s)
|
Originally Posted by: Ash Yes I would like to know if this is possible also. Does GT support triggers?
Ash Ash, it appears to, though I am finding some triggers that work with older titles don't seem to work with new animated titles. So, the OnOverlayIn and onOverlayOut seem to work fine , but not OnCompletion.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 11/29/2016(UTC) Posts: 75 Location: Italy Thanks: 1 times Was thanked: 4 time(s) in 3 post(s)
|
Originally Posted by: Sigi Hello everybody, Who knows and can help me?
I have a test field with a graphic deposited. The graphic should only be displayed as long as text is available. If the text field is empty, the graphic must not be visible. Have already tried a lot on Animation> DataChangeIn in this direction. Thanks in advance PP on icehockey?
|
|
|
|
Rank: Member
Groups: Registered
Joined: 5/24/2018(UTC) Posts: 29 Location: Christchurch
Thanks: 1 times Was thanked: 6 time(s) in 5 post(s)
|
If you haven't already solved this there is a workaround using an Excel datasource. Have the image field display a 100% transparent image if there is no text, and the image you want to display if the text cell is not empty. Controlling whether the image displayed is your transparent placeholder or the actual image is controlled with a simple IF formula.
Cell A1: [Input Cell] Cell B1: =if(A1="","D:\images\transparent.png","D:\images\DisplayImage.png")
Obviously change image names to the full path and name of your own files.
Configure your title to read from the excel datasource and you're golden.
|
1 user thanked chrisis for this useful post.
|
|
|
Rank: Member
Groups: Registered
Joined: 5/24/2018(UTC) Posts: 29 Location: Christchurch
Thanks: 1 times Was thanked: 6 time(s) in 5 post(s)
|
Originally Posted by: chrisis If you haven't already solved this there is a workaround using an Excel datasource. Have the image field display a 100% transparent image if there is no text, and the image you want to display if the text cell is not empty. Controlling whether the image displayed is your transparent placeholder or the actual image is controlled with a simple IF formula.
Cell A1: [Input Cell] Cell B1: =if(A1="","D:\images\transparent.png","D:\images\DisplayImage.png")
Obviously change image names to the full path and name of your own files.
Configure your title to read from the excel datasource and you're golden. \ Just realised if you're doing this from an excel datasource your first row would be field headers so change references in the above example to A2 and B2 :)
|
1 user thanked chrisis for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/14/2018(UTC) Posts: 81 Was thanked: 17 time(s) in 6 post(s)
|
If GT Designer would support not DataChange, but Data (true/false) animation, a lot of things could be possible. Here is my example: grega
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 10/6/2022(UTC) Posts: 8 Thanks: 2 times Was thanked: 2 time(s) in 2 post(s)
|
Originally Posted by: chrisis If you haven't already solved this there is a workaround using an Excel datasource. Have the image field display a 100% transparent image if there is no text, and the image you want to display if the text cell is not empty. Controlling whether the image displayed is your transparent placeholder or the actual image is controlled with a simple IF formula.
Cell A1: [Input Cell] Cell B1: =if(A1="","D:\images\transparent.png","D:\images\DisplayImage.png")
Obviously change image names to the full path and name of your own files.
Configure your title to read from the excel datasource and you're golden. 5 years late to this party, thank you google. Came across this and I cannot begin to express how thrilled I am to have found such a simple solution. Sincerely, thank you! --Micah
|
|
|
|
vMix Forums
»
General
»
GT
»
Show graphic if text exists
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