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
BrixxNatt  
#1 Posted : Saturday, January 27, 2024 4:34:40 AM(UTC)
BrixxNatt

Rank: Member

Groups: Registered
Joined: 1/11/2023(UTC)
Posts: 12
Germany
Location: Berlin

Thanks: 1 times
Was thanked: 1 time(s) in 1 post(s)
PLease FIX we cant use XAML anymore , we have problem as xaml is reversed
PLease FIX
doggy  
#2 Posted : Saturday, January 27, 2024 4:47:42 AM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 286 times
Was thanked: 932 time(s) in 770 post(s)
Originally Posted by: BrixxNatt Go to Quoted Post
PLease FIX we cant use XAML anymore , we have problem as xaml is reversed
PLease FIX



I assume you mean to say the XAML title animations are reversed ? which one ?
This has been fixed a while ago , What version are you using ? have you updated to latest ?
admin  
#3 Posted : Saturday, January 27, 2024 4:35:04 PM(UTC)
admin

Rank: Administration

Groups: Administrators
Joined: 1/13/2010(UTC)
Posts: 5,172
Man
Location: Gold Coast, Australia

Was thanked: 4195 time(s) in 1501 post(s)
EDIT: Just removed my previous response as just realised they may not be referring to Custom XAML with DLLs and may just be using a XAML file created in Expression Blend or similar.

--

The problem is the latest .NET Framework can randomize the order of Storyboard elements in an XAML file making it difficult for vMix to know which is the in and out animations.
We can workaround this for most XAML files, but some may still be out of order depending on how they have been named.

For example this is how it is arranged in the AnimatedInOutHD title included in vMix:

<UserControl.Resources>
<Storyboard x:Key="Storyboard1" RepeatBehavior="0:0:1">
</Storyboard>
<Storyboard x:Key="Storyboard2" RepeatBehavior="0:0:1">
</Storyboard>
</UserControl.Resources>

You can check your templates to see if the storyboards are ordered and named similarly, and if not rename them to suit.
(Storyboard1 is the in animation, Storyboard2 the out)
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.