This question is locked. New answers and comments are not allowed.
Hi
When I enable animations for my application in the App.xaml.cs like so:
I get a nullrefference exception when i click on a datetime picker:
As I saw on various websites, this is a known issue, but I didn't find a solution for this.
Best Regards Doug
When I enable animations for my application in the App.xaml.cs like so:
RootFrame = new RadPhoneApplicationFrame { Transition = new RadContinuumAndSlideTransition() };I get a nullrefference exception when i click on a datetime picker:
at Microsoft.Phone.Controls.DataSource.GetPrevious(Object relativeTo)at Microsoft.Phone.Controls.Primitives.LoopingSelector.Balance()at Microsoft.Phone.Controls.Primitives.LoopingSelector.UpdateData()at Microsoft.Phone.Controls.Primitives.LoopingSelector.OnSizeChanged(Object sender, SizeChangedEventArgs e)at System.Windows.FrameworkElement.OnSizeChanged(Object sender, SizeChangedEventArgs e)at MS.Internal.JoltHelper.RaiseEvent(IntPtr target, UInt32 eventId, IntPtr coreEventArgs, UInt32 eventArgsTypeIndex)As I saw on various websites, this is a known issue, but I didn't find a solution for this.
Best Regards Doug