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
desmar  
#1 Posted : Sunday, August 30, 2015 6:29:21 PM(UTC)
desmar

Rank: Advanced Member

Groups: Registered
Joined: 8/21/2015(UTC)
Posts: 324
Man
Canada
Location: Cornwall, Ontario, Canada

Thanks: 18 times
Was thanked: 80 time(s) in 60 post(s)
Here is an example of a scoreboard i made up using the ScoreBoardHD2.xaml as a base.

I have also attached a zip file containing all the files including the shortcut file.
Shortcut allow to add 1 to Home, Away, Period, and (Start, Stop, Pause, Reset) Clock.

Enjoy

<UserControl x:Class="ScoreBoard"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
mc:Ignorable="d"
d:DesignHeight="300" d:DesignWidth="300" Width="1920" Height="1080">
<Grid>

------ Added Background image ------- This Comments here for explanation only and not in Original File

<Image HorizontalAlignment="Left" Margin="0,0,0,0" Name="BackgroundImage" VerticalAlignment="Top" Width="1920" Height="1080" Source="background.jpg" Opacity="0.9" />

<Canvas>
<Rectangle Canvas.Left="625" Canvas.Top="800" Height="104" Name="Rectangle1" Width="1290" HorizontalAlignment="Center" VerticalAlignment="Center" RadiusX="8" RadiusY="8" Stroke="DarkRed" Opacity="0.9">

<Rectangle.Fill>
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
<GradientStop Color="#FFFF0000" Offset="0" />
<GradientStop Color="Black" Offset="1" />
</LinearGradientBrush>
</Rectangle.Fill>
</Rectangle>

------ Added Home Team Box and Label ------- This Comments here for explanation only and not in Original File

<Border BorderBrush="White" BorderThickness="4" Canvas.Left="640" Canvas.Top="810" Height="72" Name="Border1" Width="300" CornerRadius="6">
<TextBlock FontSize="48" Foreground="White" Height="66" Name="HomeTitle" Text="Home" TextAlignment="Center" Width="150" HorizontalAlignment="Left" />
</Border>

------ Added Away Team Box and Label ------- This Comments here for explanation only and not in Original File

<Border BorderBrush="White" BorderThickness="4" Canvas.Left="960" Canvas.Top="810" CornerRadius="6" Height="72" Name="Border2" Width="300">
<TextBlock FontSize="48" Foreground="White" Height="66" Name="AwayTitle" Text="Away" TextAlignment="Center" Width="150" HorizontalAlignment="Left" />
</Border>

------ Added Home Period Box and Label ------- This Comments here for explanation only and not in Original File

<Border BorderBrush="White" BorderThickness="4" Canvas.Left="1280" Canvas.Top="810" CornerRadius="6" Height="72" Name="Border3" Width="300">
<TextBlock FontSize="48" Foreground="White" Height="66" Name="PeriodTitle" Text="Period" TextAlignment="Center" Width="150" HorizontalAlignment="Left" />
</Border>

------ Added Clock Box and Label ------- This Comments here for explanation only and not in Original File

<Border BorderBrush="White" BorderThickness="4" Canvas.Left="1600" Canvas.Top="810" CornerRadius="6" Height="72" Name="Border4" Width="300">
<TextBlock FontSize="48" Foreground="White" Height="66" Name="TimeTitle" Text="Time" TextAlignment="Center" Width="150" HorizontalAlignment="Left" />
</Border>

------ Added Home Score and Value ------- This Comments here for explanation only and not in Original File

<Border BorderBrush="White" BorderThickness="4" Canvas.Left="790" Canvas.Top="810" CornerRadius="6" Height="72" Name="Border5" Width="150">
<TextBlock FontSize="48" Foreground="Black" Name="HomeScore" Text="0" TextAlignment="Center" Background="White" />
</Border>

------ Added Away Score and Value ------- This Comments here for explanation only and not in Original File

<Border BorderBrush="White" BorderThickness="4" Canvas.Left="1110" Canvas.Top="810" CornerRadius="6" Height="72" Name="Border6" Width="150">
<TextBlock FontSize="48" Foreground="Black" Name="AwayScore" Text="0" TextAlignment="Center" Background="White" />
</Border>

------ Added Period and Value ------- This Comments here for explanation only and not in Original File

<Border BorderBrush="White" BorderThickness="4" Canvas.Left="1430" Canvas.Top="810" CornerRadius="6" Height="72" Name="Border7" Width="150">
<TextBlock FontSize="48" Foreground="Black" Name="PeriodValue" Text="1" TextAlignment="Center" Background="White" />
</Border>

------ Added Clock and Value ------- This Comments here for explanation only and not in Original File

<Border BorderBrush="White" BorderThickness="4" Canvas.Left="1750" Canvas.Top="810" CornerRadius="6"
Height="72" Name="Border8" Width="150">
<TextBlock FontSize="48" Foreground="Black" Name="TimeValue" Text="20:00" TextAlignment="Center" Background="White" />
</Border>

</Canvas>
</Grid>
</UserControl>
File Attachment(s):
ScoreBoardHD3.xaml.zip (997kb) downloaded 93 time(s).

You cannot view/download attachments. Try to login or register.
thanks 2 users thanked desmar for this useful post.
coskel22 on 9/2/2015(UTC), calamityjane on 10/5/2015(UTC)
JAIRODJ  
#2 Posted : Tuesday, September 1, 2015 4:57:42 PM(UTC)
JAIRODJ

Rank: Advanced Member

Groups: Registered
Joined: 9/1/2015(UTC)
Posts: 126
Man
Location: Ecuador

Thanks: 2 times
Was thanked: 16 time(s) in 12 post(s)
Several graphics for vmix:

PACK FUTBOL SOCCER


PACK NEWS SEVERAL COLORS


PACK SOCIAL SPACE ONE OTHER EVENTS with logo and change colors


PACK SOCIAL OTHER
ww.youtube.com/watch?v=u_ofWqThE7g

PACK THEME ONE


PACK ESPECIAL NEWS


PACK SONG BAND
coskel22  
#3 Posted : Wednesday, September 2, 2015 6:17:22 PM(UTC)
coskel22

Rank: Advanced Member

Groups: Registered
Joined: 4/9/2014(UTC)
Posts: 109
Location: USA

Thanks: 2 times
Was thanked: 4 time(s) in 4 post(s)
Nice work, desmar
waldron18  
#4 Posted : Wednesday, September 2, 2015 6:56:32 PM(UTC)
waldron18

Rank: Advanced Member

Groups: Registered
Joined: 7/23/2015(UTC)
Posts: 75
Location: Australia

Thanks: 3 times
Was thanked: 1 time(s) in 1 post(s)
JAIRODJ wrote:
Several graphics for vmix:

PACK FUTBOL SOCCER


PACK NEWS SEVERAL COLORS


PACK SOCIAL SPACE ONE OTHER EVENTS with logo and change colors


PACK SOCIAL OTHER
ww.youtube.com/watch?v=u_ofWqThE7g

PACK THEME ONE


PACK ESPECIAL NEWS


PACK SONG BAND



These look great! Can you tell me how I can access them for Vmix?
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.