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
cutter07  
#1 Posted : Sunday, June 2, 2013 9:32:07 AM(UTC)
cutter07

Rank: Advanced Member

Groups: Registered
Joined: 6/2/2012(UTC)
Posts: 103
Man
Location: Germany

Thanks: 13 times
Was thanked: 10 time(s) in 9 post(s)
Hello,
I wondering if it's possible to set automatically the date of now in a title preset?
Maybe someone can help?

Code:
            <TextBlock x:Name="Datum" Height="81.94" TextWrapping="Wrap" Text ="2. Juni 2013" Foreground="White" TextAlignment="Center" FontFamily="Century Gothic" FontSize="65" FontWeight="Bold" Canvas.Left="25" Canvas.Top="41.56" Width="1741.091" RenderTransformOrigin="0.5,0.5">
				<TextBlock.RenderTransform>
					<TransformGroup>
						<ScaleTransform/>
						<SkewTransform/>
						<RotateTransform/>
						<TranslateTransform/>
					</TransformGroup>
				</TextBlock.RenderTransform>
			</TextBlock>



Silas
doggy  
#2 Posted : Sunday, June 2, 2013 1:06:06 PM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 284 times
Was thanked: 920 time(s) in 759 post(s)
know something like this ; {0:MMMM dd, yyyy} ; works in the title editor
cutter07  
#3 Posted : Sunday, June 2, 2013 1:41:59 PM(UTC)
cutter07

Rank: Advanced Member

Groups: Registered
Joined: 6/2/2012(UTC)
Posts: 103
Man
Location: Germany

Thanks: 13 times
Was thanked: 10 time(s) in 9 post(s)
Cool, it works, thanks doggy
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.