<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>transitionals Work Item Rss Feed</title><link>http://www.codeplex.com/transitionals/WorkItem/List.aspx</link><description>transitionals Work Item Rss Description</description><item><title>Created Issue: Transitionals - MediaElement - Blink/restart [8287]</title><link>http://transitionals.codeplex.com/workitem/8287</link><description>Hi&lt;br /&gt;&lt;br /&gt;I have been trying to use your transitionals framework to do animations from one &amp;#34;Media&amp;#34; &amp;#40;image or video&amp;#41; to another.&lt;br /&gt;This actually works pretty good, animation is fine.&lt;br /&gt;&lt;br /&gt;However, it results in a blink &amp;#40;of black&amp;#41;, and if it is a video the video is restarted.&lt;br /&gt;I guess this is a sideeffect of the implemention.&lt;br /&gt;&lt;br /&gt;Is there anyway to use the Transitionals transitions without using the TransitionControl &amp;#63;&lt;br /&gt;This way i could control it my self.&lt;br /&gt;</description><author>mSchmidt</author><pubDate>Tue, 24 May 2011 07:49:57 GMT</pubDate><guid isPermaLink="false">Created Issue: Transitionals - MediaElement - Blink/restart [8287] 20110524074957A</guid></item><item><title>Created Issue: Transitionals - MediaElement - Blink/restart [8286]</title><link>http://transitionals.codeplex.com/workitem/8286</link><description>Hi&lt;br /&gt;&lt;br /&gt;I have been trying to use your transitionals framework to do animations from one &amp;#34;Media&amp;#34; &amp;#40;image or video&amp;#41; to another.&lt;br /&gt;This actually works pretty good, animation is fine.&lt;br /&gt;&lt;br /&gt;However, it results in a blink &amp;#40;of black&amp;#41;, and if it is a video the video is restarted.&lt;br /&gt;I guess this is a sideeffect of the implemention.&lt;br /&gt;&lt;br /&gt;Is there anyway to use the Transitionals transitions without using the TransitionControl &amp;#63;&lt;br /&gt;This way i could control it my self.&lt;br /&gt;</description><author>mSchmidt</author><pubDate>Tue, 24 May 2011 07:49:32 GMT</pubDate><guid isPermaLink="false">Created Issue: Transitionals - MediaElement - Blink/restart [8286] 20110524074932A</guid></item><item><title>Commented Issue: Any binding is corrupted inside TransitionElement Content [3508]</title><link>http://transitionals.codeplex.com/workitem/3508</link><description>When you set any kind of binding between 2 or more objects &amp;#40;controls, paths , etc&amp;#41; and put them as a Content of TransitionElement , The binding is corrupted &amp;#40;broken&amp;#41;&lt;br /&gt;It&amp;#39;s an urgent problem&lt;br /&gt;Comments: ** Comment from web user: NickNightingale ** &lt;p&gt;I saw the same thing - ElementName binding does not work inside a TransitionElement.&lt;/p&gt;</description><author>NickNightingale</author><pubDate>Tue, 22 Feb 2011 12:36:59 GMT</pubDate><guid isPermaLink="false">Commented Issue: Any binding is corrupted inside TransitionElement Content [3508] 20110222123659P</guid></item><item><title>Commented Issue: The calling thread cannot access this object because a different thread owns it. [7946]</title><link>http://transitionals.codeplex.com/workitem/7946</link><description>I have an application where a second window is created in a separate thread &amp;#40;say thread2&amp;#41;, from the main UI &amp;#40;say thread1&amp;#41;. Now in, thread2 itself, within a method, I create a TransitionElement control and make it the child of the thread2 Window. And then create a Canvas that is set to the Content of the TransitionElement.Content. This is where my application throws the thread access error. Following is the StackTrace&amp;#59;&lt;br /&gt;&lt;br /&gt;---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;br /&gt;The calling thread cannot access this object because a different thread owns it.&lt;br /&gt;&lt;br /&gt;   at System.Windows.Threading.DispatcherObject.VerifyAccess&amp;#40;&amp;#41;&lt;br /&gt;   at System.Windows.StyleHelper.UpdateStyleCache&amp;#40;FrameworkElement fe, FrameworkContentElement fce, Style oldStyle, Style newStyle, Style&amp;#38; styleCache&amp;#41;&lt;br /&gt;   at System.Windows.FrameworkElement.OnStyleChanged&amp;#40;DependencyObject d, DependencyPropertyChangedEventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.DependencyObject.OnPropertyChanged&amp;#40;DependencyPropertyChangedEventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.FrameworkElement.OnPropertyChanged&amp;#40;DependencyPropertyChangedEventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.DependencyObject.NotifyPropertyChange&amp;#40;DependencyPropertyChangedEventArgs args&amp;#41;&lt;br /&gt;   at System.Windows.DependencyObject.UpdateEffectiveValue&amp;#40;EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry&amp;#38; newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType&amp;#41;&lt;br /&gt;   at System.Windows.DependencyObject.SetValueCommon&amp;#40;DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal&amp;#41;&lt;br /&gt;   at System.Windows.DependencyObject.SetValue&amp;#40;DependencyProperty dp, Object value&amp;#41;&lt;br /&gt;   at Transitionals.Transitions.StoryboardTransition.BeginTransition&amp;#40;TransitionElement transitionElement, ContentPresenter oldContent, ContentPresenter newContent&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Manish&amp;#92;Documents&amp;#92;Visual Studio 2010&amp;#92;Projects&amp;#92;Digital Signage&amp;#92;Transitionals&amp;#92;Transitions&amp;#92;StoryboardTransition.cs&amp;#58;line 84&lt;br /&gt;   at Transitionals.Controls.TransitionElement.BeginTransition&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Manish&amp;#92;Documents&amp;#92;Visual Studio 2010&amp;#92;Projects&amp;#92;Digital Signage&amp;#92;Transitionals&amp;#92;Controls&amp;#92;TransitionElement.cs&amp;#58;line 488&lt;br /&gt;   at Transitionals.Controls.TransitionElement.OnContentChanged&amp;#40;Object element, DependencyPropertyChangedEventArgs e&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Manish&amp;#92;Documents&amp;#92;Visual Studio 2010&amp;#92;Projects&amp;#92;Digital Signage&amp;#92;Transitionals&amp;#92;Controls&amp;#92;TransitionElement.cs&amp;#58;line 206&lt;br /&gt;   at System.Windows.DependencyObject.OnPropertyChanged&amp;#40;DependencyPropertyChangedEventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.FrameworkElement.OnPropertyChanged&amp;#40;DependencyPropertyChangedEventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.DependencyObject.NotifyPropertyChange&amp;#40;DependencyPropertyChangedEventArgs args&amp;#41;&lt;br /&gt;   at System.Windows.DependencyObject.UpdateEffectiveValue&amp;#40;EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry&amp;#38; newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType&amp;#41;&lt;br /&gt;   at System.Windows.DependencyObject.SetValueCommon&amp;#40;DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal&amp;#41;&lt;br /&gt;   at System.Windows.DependencyObject.SetValue&amp;#40;DependencyProperty dp, Object value&amp;#41;&lt;br /&gt;   at Transitionals.Controls.TransitionElement.set_Content&amp;#40;Object value&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Manish&amp;#92;Documents&amp;#92;Visual Studio 2010&amp;#92;Projects&amp;#92;Digital Signage&amp;#92;Transitionals&amp;#92;Controls&amp;#92;TransitionElement.cs&amp;#58;line 168&lt;br /&gt;   at Trevidea.ZoneLayout.Zone.mCompere_RequestHosting&amp;#40;IZone zone, OrderRow orderRow&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Manish&amp;#92;Documents&amp;#92;Visual Studio 2010&amp;#92;Projects&amp;#92;Digital Signage&amp;#92;ZoneLayout&amp;#92;Zone.cs&amp;#58;line 122&lt;br /&gt;--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- &lt;br /&gt;&lt;br /&gt;The error actually originates from the Transitionals.Transitions.StoryboardTransition.BeginTransition&amp;#40;&amp;#41; method, when &amp;#34;newContent.Style &amp;#61; NewContentStyle&amp;#59;&amp;#34; is called. The newContent here is my Canavs that I created in Thread2. I have compared the Dispatcher.Thread.ManagedThreadId for newContent and NewContentStyle, which turn out to be different. I would also like to add that I am setting a Transition on the TransitionElement, but of course in the same thread &amp;#40;thread2&amp;#41; as&amp;#59;&lt;br /&gt;         Transitionals.Controls.TransitionElement transitionElement &amp;#61;&lt;br /&gt;                new Transitionals.Controls.TransitionElement&amp;#40;&amp;#41;&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    Transition &amp;#61; new Transitionals.Transitions.CheckerboardTransition&amp;#40;&amp;#41;&lt;br /&gt;                &amp;#125;&amp;#59;&lt;br /&gt;If I do not apply the above Transition then everything works fine.&lt;br /&gt;&lt;br /&gt;Now I am just wondering that if the ManagedThreadId of the Canvas and the TransitionElement &amp;#40;created in Thread2&amp;#41; are same, then why is the ManagedThreadId of NewContentStyle different. &lt;br /&gt;I&amp;#39;ll appreciate a quick reply. We are running a Sprint.&lt;br /&gt;&lt;br /&gt;Thanks and Regards&lt;br /&gt;Manish&lt;br /&gt;Comments: ** Comment from web user: vermamanish ** &lt;p&gt;Observation&amp;#35;2&amp;#58; if I use a Transition that has not been used anywhere in the project before, then it works fine.&lt;/p&gt;&lt;p&gt;Obviously, the reason is that if a transition is used elsewhere before &amp;#40;in my case I had used CheckerboardTransition in the application, before&amp;#41; then the CheckerboardTransitionFrameworkElement is initialized in that thread itself. And when I try to use the same transition in another thread, the instance of CheckerboardTransitionFrameworkElement &amp;#40;and hence its style&amp;#41; become inaccessible.&lt;/p&gt;&lt;p&gt;Obviously there must be some good reason to keep the instance of the CheckerboardTransitionFrameworkElement static. My question is, if there could be a workaround with this problem that, I understand, cannot be singular to my case.&lt;/p&gt;&lt;p&gt;Regards&lt;br /&gt;Manish&lt;/p&gt;</description><author>vermamanish</author><pubDate>Mon, 21 Feb 2011 10:18:12 GMT</pubDate><guid isPermaLink="false">Commented Issue: The calling thread cannot access this object because a different thread owns it. [7946] 20110221101812A</guid></item><item><title>Commented Issue: The calling thread cannot access this object because a different thread owns it. [7946]</title><link>http://transitionals.codeplex.com/workitem/7946</link><description>I have an application where a second window is created in a separate thread &amp;#40;say thread2&amp;#41;, from the main UI &amp;#40;say thread1&amp;#41;. Now in, thread2 itself, within a method, I create a TransitionElement control and make it the child of the thread2 Window. And then create a Canvas that is set to the Content of the TransitionElement.Content. This is where my application throws the thread access error. Following is the StackTrace&amp;#59;&lt;br /&gt;&lt;br /&gt;---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;br /&gt;The calling thread cannot access this object because a different thread owns it.&lt;br /&gt;&lt;br /&gt;   at System.Windows.Threading.DispatcherObject.VerifyAccess&amp;#40;&amp;#41;&lt;br /&gt;   at System.Windows.StyleHelper.UpdateStyleCache&amp;#40;FrameworkElement fe, FrameworkContentElement fce, Style oldStyle, Style newStyle, Style&amp;#38; styleCache&amp;#41;&lt;br /&gt;   at System.Windows.FrameworkElement.OnStyleChanged&amp;#40;DependencyObject d, DependencyPropertyChangedEventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.DependencyObject.OnPropertyChanged&amp;#40;DependencyPropertyChangedEventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.FrameworkElement.OnPropertyChanged&amp;#40;DependencyPropertyChangedEventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.DependencyObject.NotifyPropertyChange&amp;#40;DependencyPropertyChangedEventArgs args&amp;#41;&lt;br /&gt;   at System.Windows.DependencyObject.UpdateEffectiveValue&amp;#40;EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry&amp;#38; newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType&amp;#41;&lt;br /&gt;   at System.Windows.DependencyObject.SetValueCommon&amp;#40;DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal&amp;#41;&lt;br /&gt;   at System.Windows.DependencyObject.SetValue&amp;#40;DependencyProperty dp, Object value&amp;#41;&lt;br /&gt;   at Transitionals.Transitions.StoryboardTransition.BeginTransition&amp;#40;TransitionElement transitionElement, ContentPresenter oldContent, ContentPresenter newContent&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Manish&amp;#92;Documents&amp;#92;Visual Studio 2010&amp;#92;Projects&amp;#92;Digital Signage&amp;#92;Transitionals&amp;#92;Transitions&amp;#92;StoryboardTransition.cs&amp;#58;line 84&lt;br /&gt;   at Transitionals.Controls.TransitionElement.BeginTransition&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Manish&amp;#92;Documents&amp;#92;Visual Studio 2010&amp;#92;Projects&amp;#92;Digital Signage&amp;#92;Transitionals&amp;#92;Controls&amp;#92;TransitionElement.cs&amp;#58;line 488&lt;br /&gt;   at Transitionals.Controls.TransitionElement.OnContentChanged&amp;#40;Object element, DependencyPropertyChangedEventArgs e&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Manish&amp;#92;Documents&amp;#92;Visual Studio 2010&amp;#92;Projects&amp;#92;Digital Signage&amp;#92;Transitionals&amp;#92;Controls&amp;#92;TransitionElement.cs&amp;#58;line 206&lt;br /&gt;   at System.Windows.DependencyObject.OnPropertyChanged&amp;#40;DependencyPropertyChangedEventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.FrameworkElement.OnPropertyChanged&amp;#40;DependencyPropertyChangedEventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.DependencyObject.NotifyPropertyChange&amp;#40;DependencyPropertyChangedEventArgs args&amp;#41;&lt;br /&gt;   at System.Windows.DependencyObject.UpdateEffectiveValue&amp;#40;EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry&amp;#38; newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType&amp;#41;&lt;br /&gt;   at System.Windows.DependencyObject.SetValueCommon&amp;#40;DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal&amp;#41;&lt;br /&gt;   at System.Windows.DependencyObject.SetValue&amp;#40;DependencyProperty dp, Object value&amp;#41;&lt;br /&gt;   at Transitionals.Controls.TransitionElement.set_Content&amp;#40;Object value&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Manish&amp;#92;Documents&amp;#92;Visual Studio 2010&amp;#92;Projects&amp;#92;Digital Signage&amp;#92;Transitionals&amp;#92;Controls&amp;#92;TransitionElement.cs&amp;#58;line 168&lt;br /&gt;   at Trevidea.ZoneLayout.Zone.mCompere_RequestHosting&amp;#40;IZone zone, OrderRow orderRow&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Manish&amp;#92;Documents&amp;#92;Visual Studio 2010&amp;#92;Projects&amp;#92;Digital Signage&amp;#92;ZoneLayout&amp;#92;Zone.cs&amp;#58;line 122&lt;br /&gt;--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- &lt;br /&gt;&lt;br /&gt;The error actually originates from the Transitionals.Transitions.StoryboardTransition.BeginTransition&amp;#40;&amp;#41; method, when &amp;#34;newContent.Style &amp;#61; NewContentStyle&amp;#59;&amp;#34; is called. The newContent here is my Canavs that I created in Thread2. I have compared the Dispatcher.Thread.ManagedThreadId for newContent and NewContentStyle, which turn out to be different. I would also like to add that I am setting a Transition on the TransitionElement, but of course in the same thread &amp;#40;thread2&amp;#41; as&amp;#59;&lt;br /&gt;         Transitionals.Controls.TransitionElement transitionElement &amp;#61;&lt;br /&gt;                new Transitionals.Controls.TransitionElement&amp;#40;&amp;#41;&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    Transition &amp;#61; new Transitionals.Transitions.CheckerboardTransition&amp;#40;&amp;#41;&lt;br /&gt;                &amp;#125;&amp;#59;&lt;br /&gt;If I do not apply the above Transition then everything works fine.&lt;br /&gt;&lt;br /&gt;Now I am just wondering that if the ManagedThreadId of the Canvas and the TransitionElement &amp;#40;created in Thread2&amp;#41; are same, then why is the ManagedThreadId of NewContentStyle different. &lt;br /&gt;I&amp;#39;ll appreciate a quick reply. We are running a Sprint.&lt;br /&gt;&lt;br /&gt;Thanks and Regards&lt;br /&gt;Manish&lt;br /&gt;Comments: ** Comment from web user: vermamanish ** &lt;p&gt;Observation&amp;#35;1&amp;#58; inside the Transitionals.Transitions.CheckerboardTransition class, instead of initializing the instance of CheckerboardTransitionFrameworkElement as static, if I initialize it within the constructor of the CheckerboardTransition class, it works fine.&lt;/p&gt;&lt;p&gt;public class CheckerboardTransition &amp;#58; StoryboardTransition&lt;br /&gt;    &amp;#123;&lt;br /&gt;        &amp;#47;&amp;#47;static private CheckerboardTransitionFrameworkElement frameworkElement &amp;#61; new CheckerboardTransitionFrameworkElement&amp;#40;&amp;#41;&amp;#59;&lt;/p&gt;&lt;p&gt;        public CheckerboardTransition&amp;#40;&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            CheckerboardTransitionFrameworkElement frameworkElement &amp;#61; new CheckerboardTransitionFrameworkElement&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            this.NewContentStyle &amp;#61; &amp;#40;Style&amp;#41;frameworkElement.FindResource&amp;#40;&amp;#34;CheckerboardTransitionNewContentStyle&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;            this.NewContentStoryboard &amp;#61; &amp;#40;Storyboard&amp;#41;frameworkElement.FindResource&amp;#40;&amp;#34;CheckerboardTransitionNewContentStoryboard&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;/p&gt;&lt;p&gt;        &amp;#91;System.Diagnostics.CodeAnalysis.SuppressMessage&amp;#40;&amp;#34;Microsoft.Globalization&amp;#34;, &amp;#34;CA1303&amp;#58;DoNotPassLiteralsAsLocalizedParameters&amp;#34;, MessageId &amp;#61; &amp;#34;System.NotSupportedException.&amp;#35;ctor&amp;#40;System.String&amp;#41;&amp;#34;&amp;#41;&amp;#93;&lt;br /&gt;        protected override void OnDurationChanged&amp;#40;Duration oldDuration, Duration newDuration&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            throw new System.NotSupportedException&amp;#40;&amp;#34;CTP1 does not support changing the duration of this transition&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;    &amp;#125;&lt;/p&gt;</description><author>vermamanish</author><pubDate>Mon, 21 Feb 2011 10:00:16 GMT</pubDate><guid isPermaLink="false">Commented Issue: The calling thread cannot access this object because a different thread owns it. [7946] 20110221100016A</guid></item><item><title>Created Issue: The calling thread cannot access this object because a different thread owns it. [7946]</title><link>http://transitionals.codeplex.com/workitem/7946</link><description>I have an application where a second window is created in a separate thread &amp;#40;say thread2&amp;#41;, from the main UI &amp;#40;say thread1&amp;#41;. Now in, thread2 itself, within a method, I create a TransitionElement control and make it the child of the thread2 Window. And then create a Canvas that is set to the Content of the TransitionElement.Content. This is where my application throws the thread access error. Following is the StackTrace&amp;#59;&lt;br /&gt;&lt;br /&gt;---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;br /&gt;The calling thread cannot access this object because a different thread owns it.&lt;br /&gt;&lt;br /&gt;   at System.Windows.Threading.DispatcherObject.VerifyAccess&amp;#40;&amp;#41;&lt;br /&gt;   at System.Windows.StyleHelper.UpdateStyleCache&amp;#40;FrameworkElement fe, FrameworkContentElement fce, Style oldStyle, Style newStyle, Style&amp;#38; styleCache&amp;#41;&lt;br /&gt;   at System.Windows.FrameworkElement.OnStyleChanged&amp;#40;DependencyObject d, DependencyPropertyChangedEventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.DependencyObject.OnPropertyChanged&amp;#40;DependencyPropertyChangedEventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.FrameworkElement.OnPropertyChanged&amp;#40;DependencyPropertyChangedEventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.DependencyObject.NotifyPropertyChange&amp;#40;DependencyPropertyChangedEventArgs args&amp;#41;&lt;br /&gt;   at System.Windows.DependencyObject.UpdateEffectiveValue&amp;#40;EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry&amp;#38; newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType&amp;#41;&lt;br /&gt;   at System.Windows.DependencyObject.SetValueCommon&amp;#40;DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal&amp;#41;&lt;br /&gt;   at System.Windows.DependencyObject.SetValue&amp;#40;DependencyProperty dp, Object value&amp;#41;&lt;br /&gt;   at Transitionals.Transitions.StoryboardTransition.BeginTransition&amp;#40;TransitionElement transitionElement, ContentPresenter oldContent, ContentPresenter newContent&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Manish&amp;#92;Documents&amp;#92;Visual Studio 2010&amp;#92;Projects&amp;#92;Digital Signage&amp;#92;Transitionals&amp;#92;Transitions&amp;#92;StoryboardTransition.cs&amp;#58;line 84&lt;br /&gt;   at Transitionals.Controls.TransitionElement.BeginTransition&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Manish&amp;#92;Documents&amp;#92;Visual Studio 2010&amp;#92;Projects&amp;#92;Digital Signage&amp;#92;Transitionals&amp;#92;Controls&amp;#92;TransitionElement.cs&amp;#58;line 488&lt;br /&gt;   at Transitionals.Controls.TransitionElement.OnContentChanged&amp;#40;Object element, DependencyPropertyChangedEventArgs e&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Manish&amp;#92;Documents&amp;#92;Visual Studio 2010&amp;#92;Projects&amp;#92;Digital Signage&amp;#92;Transitionals&amp;#92;Controls&amp;#92;TransitionElement.cs&amp;#58;line 206&lt;br /&gt;   at System.Windows.DependencyObject.OnPropertyChanged&amp;#40;DependencyPropertyChangedEventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.FrameworkElement.OnPropertyChanged&amp;#40;DependencyPropertyChangedEventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.DependencyObject.NotifyPropertyChange&amp;#40;DependencyPropertyChangedEventArgs args&amp;#41;&lt;br /&gt;   at System.Windows.DependencyObject.UpdateEffectiveValue&amp;#40;EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry&amp;#38; newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType&amp;#41;&lt;br /&gt;   at System.Windows.DependencyObject.SetValueCommon&amp;#40;DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal&amp;#41;&lt;br /&gt;   at System.Windows.DependencyObject.SetValue&amp;#40;DependencyProperty dp, Object value&amp;#41;&lt;br /&gt;   at Transitionals.Controls.TransitionElement.set_Content&amp;#40;Object value&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Manish&amp;#92;Documents&amp;#92;Visual Studio 2010&amp;#92;Projects&amp;#92;Digital Signage&amp;#92;Transitionals&amp;#92;Controls&amp;#92;TransitionElement.cs&amp;#58;line 168&lt;br /&gt;   at Trevidea.ZoneLayout.Zone.mCompere_RequestHosting&amp;#40;IZone zone, OrderRow orderRow&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;Manish&amp;#92;Documents&amp;#92;Visual Studio 2010&amp;#92;Projects&amp;#92;Digital Signage&amp;#92;ZoneLayout&amp;#92;Zone.cs&amp;#58;line 122&lt;br /&gt;--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- &lt;br /&gt;&lt;br /&gt;The error actually originates from the Transitionals.Transitions.StoryboardTransition.BeginTransition&amp;#40;&amp;#41; method, when &amp;#34;newContent.Style &amp;#61; NewContentStyle&amp;#59;&amp;#34; is called. The newContent here is my Canavs that I created in Thread2. I have compared the Dispatcher.Thread.ManagedThreadId for newContent and NewContentStyle, which turn out to be different.&lt;br /&gt;Now I am just wondering that if the ManagedThreadId of the Canvas and the TransitionElement &amp;#40;created in Thread2&amp;#41; are same, then why is the ManagedThreadId of NewContentStyle different. &lt;br /&gt;I&amp;#39;ll appreciate a quick reply. We are running a Sprint.&lt;br /&gt;&lt;br /&gt;Thanks and Regards&lt;br /&gt;Manish&lt;br /&gt;</description><author>vermamanish</author><pubDate>Mon, 21 Feb 2011 08:47:37 GMT</pubDate><guid isPermaLink="false">Created Issue: The calling thread cannot access this object because a different thread owns it. [7946] 20110221084737A</guid></item><item><title>Commented Issue: Help File Does Not Work [7031]</title><link>http://transitionals.codeplex.com/workitem/7031</link><description>Hello team,&lt;br /&gt;&lt;br /&gt;The .chm file that I downloaded shows blank web pages &amp;#40;page not found&amp;#41;. Any help&amp;#63;&amp;#33;&lt;br /&gt;Comments: ** Comment from web user: bpell ** &lt;p&gt;The reason you couldn&amp;#39;t view the help file is because of security fixes Microsoft has made which effected these types off help files.  Check this blog post out, it will get you rolling on being able to read .chm files in the future&amp;#58;&lt;/p&gt;&lt;p&gt;http&amp;#58;&amp;#47;&amp;#47;weblog.helpware.net&amp;#47;&amp;#63;p&amp;#61;36&lt;br /&gt; &lt;br /&gt;&lt;/p&gt;</description><author>bpell</author><pubDate>Thu, 29 Jul 2010 15:37:53 GMT</pubDate><guid isPermaLink="false">Commented Issue: Help File Does Not Work [7031] 20100729033753P</guid></item><item><title>Created Issue: Help File Does Not Work [7031]</title><link>http://transitionals.codeplex.com/workitem/7031</link><description>Hello team,&lt;br /&gt;&lt;br /&gt;The .chm file that I downloaded shows blank web pages &amp;#40;page not found&amp;#41;. Any help&amp;#63;&amp;#33;&lt;br /&gt;</description><author>sandsingh</author><pubDate>Sat, 24 Jul 2010 09:26:16 GMT</pubDate><guid isPermaLink="false">Created Issue: Help File Does Not Work [7031] 20100724092616A</guid></item><item><title>Created Issue: Help File Does Not Work [7030]</title><link>http://transitionals.codeplex.com/workitem/7030</link><description>Hello team,&lt;br /&gt;&lt;br /&gt;The .chm file that I downloaded shows blank web pages &amp;#40;page not found&amp;#41;. Any help&amp;#63;&amp;#33;&lt;br /&gt;</description><author>sandsingh</author><pubDate>Sat, 24 Jul 2010 09:26:14 GMT</pubDate><guid isPermaLink="false">Created Issue: Help File Does Not Work [7030] 20100724092614A</guid></item><item><title>Created Issue: Help File Does Not Work [7029]</title><link>http://transitionals.codeplex.com/workitem/7029</link><description>Hello team,&lt;br /&gt;&lt;br /&gt;The .chm file that I downloaded shows blank web pages &amp;#40;page not found&amp;#41;. Any help&amp;#63;&amp;#33;&lt;br /&gt;</description><author>sandsingh</author><pubDate>Sat, 24 Jul 2010 09:26:10 GMT</pubDate><guid isPermaLink="false">Created Issue: Help File Does Not Work [7029] 20100724092610A</guid></item><item><title>Commented Issue: Any binding is corrupted inside TransitionElement Content [3508]</title><link>http://transitionals.codeplex.com/workitem/3508</link><description>When you set any kind of binding between 2 or more objects &amp;#40;controls, paths , etc&amp;#41; and put them as a Content of TransitionElement , The binding is corrupted &amp;#40;broken&amp;#41;&lt;br /&gt;It&amp;#39;s an urgent problem&lt;br /&gt;Comments: ** Comment from web user: Killerbyte ** &lt;p&gt;This is a big problem for me, too.&lt;/p&gt;</description><author>Killerbyte</author><pubDate>Tue, 15 Jun 2010 12:09:14 GMT</pubDate><guid isPermaLink="false">Commented Issue: Any binding is corrupted inside TransitionElement Content [3508] 20100615120914P</guid></item><item><title>Commented Issue: Setting a transition's duration</title><link>http://transitionals.codeplex.com/WorkItem/View.aspx?WorkItemId=2810</link><description>I can&amp;#39;t find an obvious way of setting the duration of a transition. I have a TransitionalElement on a window and I wish to initialise it with a single Transition which is used everytime the &amp;#39;Content&amp;#39; changes. &lt;br /&gt;&lt;br /&gt;In my Window&amp;#39;s constructor, I initialise the TransitionalElement as follows&amp;#58;&lt;br /&gt;&lt;br /&gt;transitionElement.Content &amp;#61; new PageOne&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;FadeAndBlurTransition transition &amp;#61; new FadeAndBlurTransition&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;transition.Duration &amp;#61; new Duration&amp;#40;new TimeSpan&amp;#40;0, 0, 1&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;transitionElement.Transition &amp;#61; transition&amp;#59;&lt;br /&gt;&lt;br /&gt;The above code throws an exception. Could this be because I am initialising this in the wrong place&amp;#63;&lt;br /&gt;&lt;br /&gt;An ideal interface would see an initialising constructor added to FadeAndBlurTransition &amp;#40;and other transitions too&amp;#41; where you could pass in the desired duration, i.e&amp;#58;&lt;br /&gt;&lt;br /&gt;FadeAndBlurTransition transition &amp;#61; new FadeAndBlurTransition&amp;#40; new Duration&amp;#40; new TimeSpan&amp;#40; 0, 0, 1 &amp;#41; &amp;#41; &amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;I also don&amp;#39;t like the fact that I have to create a new TimeSpan object within the constructor of a new Duration object when you set the duration of a transition. Ideally the initialising constructor would accept the duration in seconds, and would do the appropriate conversion internally.&lt;br /&gt;Comments: ** Comment from web user: CommandFusion ** &lt;p&gt;Is there any way at all to change a transition duration via code&amp;#63; The only way I can see is via XAML. All my transitions are being created at runtime dynamically, and the duration needs to be configurable.&lt;/p&gt;&lt;p&gt;Does this project get any attention anymore&amp;#63; &amp;#58;&amp;#40;&lt;/p&gt;</description><author>CommandFusion</author><pubDate>Tue, 23 Jun 2009 11:16:18 GMT</pubDate><guid isPermaLink="false">Commented Issue: Setting a transition's duration 20090623111618A</guid></item><item><title>Commented Issue: Changing TransitionElement Content from a UserControl hosted in a Window</title><link>http://transitionals.codeplex.com/WorkItem/View.aspx?WorkItemId=4270</link><description>I&amp;#39;m trying to change the TransitionElement Content property directly via a button within a User control.&lt;br /&gt;I can successfully change the content via buttons on the same window as the TransitionElement, but as soon as I try to change the content via an object not directly in the same windows as the TransitionElement, it just doesn&amp;#39;t change the content. The Transition Begin and End events still fire, but the content doesnt change.&lt;br /&gt;&lt;br /&gt;I have tried both directly calling the content change, and also via the dispatcher such as this&amp;#58;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Partial Public Class UserControl1&lt;br /&gt;&lt;br /&gt;    Public Delegate Sub ButtonClickDelegate&amp;#40;&amp;#41;&lt;br /&gt;&lt;br /&gt;    Private Sub Button1_Click&amp;#40;ByVal sender As System.Object, ByVal e As System.Windows.RoutedEventArgs&amp;#41; Handles Button1.Click&lt;br /&gt;        My.Windows.Window1.Dispatcher.Invoke&amp;#40;New ButtonClickDelegate&amp;#40;AddressOf ButtonClick&amp;#41;, Windows.Threading.DispatcherPriority.Normal&amp;#41;&lt;br /&gt;    End Sub&lt;br /&gt;&lt;br /&gt;    Private Sub ButtonClick&amp;#40;&amp;#41;&lt;br /&gt;        My.Windows.Window1.TransitionBox.Content &amp;#61; My.Windows.Window1.ObjectA&lt;br /&gt;    End Sub&lt;br /&gt;End Class&lt;br /&gt;&lt;br /&gt;Any hints&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: CommandFusion ** &lt;p&gt;Sorry accidentally posted this to the issue tracker, rather than the discussions. Please delete this&amp;#33;&lt;/p&gt;</description><author>CommandFusion</author><pubDate>Mon, 22 Jun 2009 06:41:14 GMT</pubDate><guid isPermaLink="false">Commented Issue: Changing TransitionElement Content from a UserControl hosted in a Window 20090622064114A</guid></item><item><title>Created Issue: Changing TransitionElement Content from a UserControl hosted in a Window</title><link>http://transitionals.codeplex.com/WorkItem/View.aspx?WorkItemId=4270</link><description>I&amp;#39;m trying to change the TransitionElement Content property directly via a button within a User control.&lt;br /&gt;I can successfully change the content via buttons on the same window as the TransitionElement, but as soon as I try to change the content via an object not directly in the same windows as the TransitionElement, it just doesn&amp;#39;t change the content. The Transition Begin and End events still fire, but the content doesnt change.&lt;br /&gt;&lt;br /&gt;I have tried both directly calling the content change, and also via the dispatcher such as this&amp;#58;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Partial Public Class UserControl1&lt;br /&gt;&lt;br /&gt;    Public Delegate Sub ButtonClickDelegate&amp;#40;&amp;#41;&lt;br /&gt;&lt;br /&gt;    Private Sub Button1_Click&amp;#40;ByVal sender As System.Object, ByVal e As System.Windows.RoutedEventArgs&amp;#41; Handles Button1.Click&lt;br /&gt;        My.Windows.Window1.Dispatcher.Invoke&amp;#40;New ButtonClickDelegate&amp;#40;AddressOf ButtonClick&amp;#41;, Windows.Threading.DispatcherPriority.Normal&amp;#41;&lt;br /&gt;    End Sub&lt;br /&gt;&lt;br /&gt;    Private Sub ButtonClick&amp;#40;&amp;#41;&lt;br /&gt;        My.Windows.Window1.TransitionBox.Content &amp;#61; My.Windows.Window1.ObjectA&lt;br /&gt;    End Sub&lt;br /&gt;End Class&lt;br /&gt;&lt;br /&gt;Any hints&amp;#63;&lt;br /&gt;</description><author>CommandFusion</author><pubDate>Mon, 22 Jun 2009 06:38:30 GMT</pubDate><guid isPermaLink="false">Created Issue: Changing TransitionElement Content from a UserControl hosted in a Window 20090622063830A</guid></item><item><title>Created Issue: AutoAdvanceDuration bug</title><link>http://transitionals.codeplex.com/WorkItem/View.aspx?WorkItemId=3971</link><description>First item of the slide show element does not appear until the expiry of &amp;#39;AutoAdvanceDuration&amp;#39;.&lt;br /&gt;</description><author>dinoD84</author><pubDate>Tue, 07 Apr 2009 13:24:17 GMT</pubDate><guid isPermaLink="false">Created Issue: AutoAdvanceDuration bug 20090407012417P</guid></item><item><title>Created Issue: Any binding is corrupted inside TransitionElement Content</title><link>http://www.codeplex.com/transitionals/WorkItem/View.aspx?WorkItemId=3508</link><description>When you set any kind of binding between 2 or more objects &amp;#40;controls, paths , etc&amp;#41; and put them as a Content of TransitionElement , The binding is corrupted &amp;#40;broken&amp;#41;&lt;br /&gt;It&amp;#39;s an urgent problem&lt;br /&gt;</description><author>ShadyElwan</author><pubDate>Tue, 16 Dec 2008 18:28:36 GMT</pubDate><guid isPermaLink="false">Created Issue: Any binding is corrupted inside TransitionElement Content 20081216062836P</guid></item><item><title>Created Issue: Add easing to transitions</title><link>http://www.codeplex.com/transitionals/WorkItem/View.aspx?WorkItemId=2942</link><description>Being to add some easing functions to the transitions is much required.&lt;br /&gt;Without easing transitions feels too &amp;#34;harsh&amp;#34;. Every GUI that feels &amp;#34;smooth&amp;#34; has eased animations.&lt;br /&gt;</description><author>jdu</author><pubDate>Tue, 02 Sep 2008 17:38:13 GMT</pubDate><guid isPermaLink="false">Created Issue: Add easing to transitions 20080902053813P</guid></item><item><title>Created Issue: Content is oversized when transitioning</title><link>http://www.codeplex.com/transitionals/WorkItem/View.aspx?WorkItemId=2848</link><description>Certain transtitions, for example DoorTransition, enlarge the old content when animating.  See attached example solution. I&amp;#39;ve found out that if a background color is set, this doesn&amp;#39;t happen.&lt;br /&gt;</description><author>br1</author><pubDate>Mon, 11 Aug 2008 15:47:31 GMT</pubDate><guid isPermaLink="false">Created Issue: Content is oversized when transitioning 20080811034731P</guid></item><item><title>Commented Issue: Setting a transition's duration</title><link>http://www.codeplex.com/transitionals/WorkItem/View.aspx?WorkItemId=2810</link><description>I can&amp;#39;t find an obvious way of setting the duration of a transition. I have a TransitionalElement on a window and I wish to initialise it with a single Transition which is used everytime the &amp;#39;Content&amp;#39; changes. &lt;br /&gt;&lt;br /&gt;In my Window&amp;#39;s constructor, I initialise the TransitionalElement as follows&amp;#58;&lt;br /&gt;&lt;br /&gt;transitionElement.Content &amp;#61; new PageOne&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;FadeAndBlurTransition transition &amp;#61; new FadeAndBlurTransition&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;transition.Duration &amp;#61; new Duration&amp;#40;new TimeSpan&amp;#40;0, 0, 1&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;transitionElement.Transition &amp;#61; transition&amp;#59;&lt;br /&gt;&lt;br /&gt;The above code throws an exception. Could this be because I am initialising this in the wrong place&amp;#63;&lt;br /&gt;&lt;br /&gt;An ideal interface would see an initialising constructor added to FadeAndBlurTransition &amp;#40;and other transitions too&amp;#41; where you could pass in the desired duration, i.e&amp;#58;&lt;br /&gt;&lt;br /&gt;FadeAndBlurTransition transition &amp;#61; new FadeAndBlurTransition&amp;#40; new Duration&amp;#40; new TimeSpan&amp;#40; 0, 0, 1 &amp;#41; &amp;#41; &amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;I also don&amp;#39;t like the fact that I have to create a new TimeSpan object within the constructor of a new Duration object when you set the duration of a transition. Ideally the initialising constructor would accept the duration in seconds, and would do the appropriate conversion internally.&lt;br /&gt;Comments: ** Comment from web user: james_bird ** &lt;p&gt;The exception that is being thrown is &amp;#34;CTP1 does not support changing the duration of this transition&amp;#34;. If it isn&amp;#39;t possible to change the duration of the transition after it has been created, would it be possible to initialise the duration on construction&amp;#63;&lt;/p&gt;</description><author>james_bird</author><pubDate>Wed, 30 Jul 2008 11:57:18 GMT</pubDate><guid isPermaLink="false">Commented Issue: Setting a transition's duration 20080730115718A</guid></item><item><title>Created Issue: Setting a transition's duration</title><link>http://www.codeplex.com/transitionals/WorkItem/View.aspx?WorkItemId=2810</link><description>I can&amp;#39;t find an obvious way of setting the duration of a transition. I have a TransitionalElement on a window and I wish to initialise it with a single Transition which is used everytime the &amp;#39;Content&amp;#39; changes. &lt;br /&gt;&lt;br /&gt;In my Window&amp;#39;s constructor, I initialise the TransitionalElement as follows&amp;#58;&lt;br /&gt;&lt;br /&gt;transitionElement.Content &amp;#61; new PageOne&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;FadeAndBlurTransition transition &amp;#61; new FadeAndBlurTransition&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;transition.Duration &amp;#61; new Duration&amp;#40;new TimeSpan&amp;#40;0, 0, 1&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;transitionElement.Transition &amp;#61; transition&amp;#59;&lt;br /&gt;&lt;br /&gt;The above code throws an exception. Could this be because I am initialising this in the wrong place&amp;#63;&lt;br /&gt;&lt;br /&gt;An ideal interface would see an initialising constructor added to FadeAndBlurTransition &amp;#40;and other transitions too&amp;#41; where you could pass in the desired duration, i.e&amp;#58;&lt;br /&gt;&lt;br /&gt;FadeAndBlurTransition transition &amp;#61; new FadeAndBlurTransition&amp;#40; new Duration&amp;#40; new TimeSpan&amp;#40; 0, 0, 1 &amp;#41; &amp;#41; &amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;I also don&amp;#39;t like the fact that I have to create a new TimeSpan object within the constructor of a new Duration object when you set the duration of a transition. Ideally the initialising constructor would accept the duration in seconds, and would do the appropriate conversion internally.&lt;br /&gt;</description><author>james_bird</author><pubDate>Tue, 29 Jul 2008 21:29:17 GMT</pubDate><guid isPermaLink="false">Created Issue: Setting a transition's duration 20080729092917P</guid></item></channel></rss>