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
faqd  
#1 Posted : Saturday, February 13, 2016 8:29:07 AM(UTC)
faqd

Rank: Newbie

Groups: Registered
Joined: 2/13/2016(UTC)
Posts: 1

Hi. Im just created xaml Title that showing Animated Ticker and current clock time
Ticker built using

Code:
<Storyboard RepeatBehavior="Forever" x:Key="tickerStoryboard">
            <DoubleAnimation
                                                                    Storyboard.TargetName="AnimatedTicker"
                                                                    Storyboard.TargetProperty="(UIElement.RenderTransform).(TranslateTransform.X)"
                                                                    From="1920" To="{Binding ElementName=AnimatedTicker, Path=ActualWidth, Mode=OneWay, Converter={StaticResource DoubleReverseConverter}}" 
                                                                    AutoReverse="False" RepeatBehavior="Forever" Duration="0:2:0" />
        </Storyboard>
<TextBlock HorizontalAlignment="Left" Name="AnimatedTicker" Text="Lorem ipCAPS TEST t amet, consectetur adipiscing elit. Nunc non hendrerit lectus. Duis bibendum posuere elit. Aenean sit amet lacus vel leo sollicitudin rhoncus. Donec magna neque, congue at sodales sit amet, venenatis quis felis. Curabitur lacinia semper justo, vitae lobortis augue placerat ac. Donec turpis nis ut iaculis a, sodales varius libero. Mauris neque arcu, lacinia nec aliquam id, cursus et ante. Fusce porta convallis rhoncus. Aliquam erat volutpat. Nulla facilisi. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed a augue velit, et cursus quam. Cras massa mauris, dictum quis aliquet ut, eleifend ut risus. " VerticalAlignment="Center" Width="Auto" Foreground="#FF222222" FontSize="14" FontWeight="Bold" Canvas.Top="4" Canvas.Left="0" FontFamily="Kelson Sans RU">


and current time(hours+minutes) using this:
Code:
<my:TextBlockDesign FontFamily="Kelson Sans RU" FontSize="16" FontWeight="Bold" Height="30" Highlight="False" HorizontalAlignment="Left" Margin="95,666,0,0" Name="TitleTime" Stroke="Black" StrokeThickness="0" Text="{}{0:HH:mm}" VerticalAlignment="Center" Width="100" TextAlignment="Center" />


Its almost ok: when some minute is static ticker showing clock and my text animating but when next minute comes it change time and reload animation of moving text. How can i fix it?

I even try to do my vMixWPFUserControl and compile dll, but it still restart animation. Trying to use Label instead of TexBox, but ticker i not running. Help please
ccolewilliam  
#2 Posted : Thursday, February 18, 2016 3:28:04 PM(UTC)
ccolewilliam

Rank: Advanced Member

Groups: Registered
Joined: 10/5/2015(UTC)
Posts: 47
Man
Location: Norman, Oklahoma

Is there away to have a ticker script that can pull in a text file from the computer but also refresh it automatically?
doggy  
#3 Posted : Thursday, February 18, 2016 4:14:59 PM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 293 times
Was thanked: 955 time(s) in 790 post(s)
ccolewilliam wrote:
Is there away to have a ticker script that can pull in a text file from the computer but also refresh it automatically?


There have been several post regarding autorefreshing and reading data (xml etc) scripts for titles (as is a ticker)

http://forums.vmix.com/default.aspx?g=posts&t=3888

http://forums.vmix.com/default.aspx?g=posts&m=5025#post5025

and many more
Users browsing this topic
Guest (2)
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.