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
sanat  
#1 Posted : Thursday, April 4, 2019 5:26:28 PM(UTC)
sanat

Rank: Newbie

Groups: Registered
Joined: 3/21/2019(UTC)
Posts: 1
Pakistan
Location: Islamabad

Was thanked: 1 time(s) in 1 post(s)
Hi,

I am new to vMix and trying to achieve bellow functionality. I want to show soccer match feed on live stream of match. For achieveing this I have created a new input with multiple layers like (1 for scoreboard, 1 for team information, 1 for match details etc.). I had binded all the components of every layer with data source attributes so for showing any particular layer I am sending its valid data whereas for hiding layers I am sending transparent images and empty data.

Now issue is I am not sure whether it's the correct way or not. Can anyone tell me how I can handle switching between multiple inputs or hide/show of layers within single input using web API or datasource change.

I have to add animations and replay functionality as well.

Advance Thanks for giving time and response.

Regards,
Sant
thanks 1 user thanked sanat for this useful post.
nacho on 4/22/2019(UTC)
quinte  
#2 Posted : Monday, July 22, 2019 10:58:06 PM(UTC)
quinte

Rank: Advanced Member

Groups: Registered
Joined: 1/10/2015(UTC)
Posts: 34
Location: Germany

Was thanked: 2 time(s) in 1 post(s)
Hi,

I am in the same situation. I also needs a possibility to hide/show layers by using datasource values.
I want to create a ranking list with a layer per line. Empty ranking lines should be invisible.
Perhaps there is already a work around.

Thanks
Alex
doggy  
#3 Posted : Monday, July 22, 2019 11:14:17 PM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 284 times
Was thanked: 920 time(s) in 759 post(s)
There is no conditional options in GT titles, only a animation(hide/unhide) on Datachange in and/or out
If its really important with XAML titles it can be done with code
dmwkr  
#4 Posted : Tuesday, July 23, 2019 1:13:27 AM(UTC)
dmwkr

Rank: Advanced Member

Groups: Registered
Joined: 2/23/2019(UTC)
Posts: 512

Thanks: 62 times
Was thanked: 119 time(s) in 108 post(s)
Originally Posted by: quinte Go to Quoted Post
Hi,

I am in the same situation. I also needs a possibility to hide/show layers by using datasource values.
I want to create a ranking list with a layer per line. Empty ranking lines should be invisible.
Perhaps there is already a work around.

Thanks
Alex


If your datasource is an Excel spreadsheet, one workaround could be to create several background images (like 5lines.png, 6lines.png and so on) and include a condition in your *datasource*. It is possible to use a path to an image file in data sources:

https://www.vmix.com/hel...m?DataSourcesImages.html
quinte  
#5 Posted : Tuesday, July 23, 2019 7:43:47 AM(UTC)
quinte

Rank: Advanced Member

Groups: Registered
Joined: 1/10/2015(UTC)
Posts: 34
Location: Germany

Was thanked: 2 time(s) in 1 post(s)
Originally Posted by: dmwkr Go to Quoted Post
Originally Posted by: quinte Go to Quoted Post
Hi,

I am in the same situation. I also needs a possibility to hide/show layers by using datasource values.
I want to create a ranking list with a layer per line. Empty ranking lines should be invisible.
Perhaps there is already a work around.

Thanks
Alex


If your datasource is an Excel spreadsheet, one workaround could be to create several background images (like 5lines.png, 6lines.png and so on) and include a condition in your *datasource*. It is possible to use a path to an image file in data sources:

https://www.vmix.com/hel...m?DataSourcesImages.html


Thanks for the work around, but for me it is not really a good solution. If you want to change the design you need to change all the images too.
And also you can not use individual animation settings for each line.
In this case it will be much easier to use XAML.

Alex

quinte  
#6 Posted : Tuesday, July 23, 2019 7:48:03 AM(UTC)
quinte

Rank: Advanced Member

Groups: Registered
Joined: 1/10/2015(UTC)
Posts: 34
Location: Germany

Was thanked: 2 time(s) in 1 post(s)
Originally Posted by: doggy Go to Quoted Post
There is no conditional options in GT titles, only a animation(hide/unhide) on Datachange in and/or out
If its really important with XAML titles it can be done with code


I already works with Blend/XAML. But its really hard to work with this.
I just hope GT Designer will be more and more improved so it can replace Blend/XAML.

Alex
jum01  
#7 Posted : Sunday, November 3, 2019 11:05:39 AM(UTC)
jum01

Rank: Newbie

Groups: Registered
Joined: 10/10/2017(UTC)
Posts: 5
Location: Sydney, AUS

Was thanked: 1 time(s) in 1 post(s)
+1 for this.

I have an event where I display a fundraising feed and some donations have a message while others don't it would be great not to have a blank area when no one leaves a message.
doggy  
#8 Posted : Sunday, November 3, 2019 5:24:33 PM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 284 times
Was thanked: 920 time(s) in 759 post(s)
Originally Posted by: jum01 Go to Quoted Post
+1 for this.

I have an event where I display a fundraising feed and some donations have a message while others don't it would be great not to have a blank area when no one leaves a message.


Does your license allow for scripting ? then do the same as when putting codebehind in xaml titles . Test on the contains a message in the textbox and hide/display whatever you want accordingly

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.