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
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/5/2015(UTC) Posts: 47 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?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,219 Location: Belgium Thanks: 293 times Was thanked: 955 time(s) in 790 post(s)
|
|
|
|
|
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