This is a migrated thread and some comments may be shown as answers.

Crash on opening window

1 Answer 50 Views
Window
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Dan
Top achievements
Rank 1
Dan asked on 29 May 2012, 04:37 AM
I have some crash reports from users with this stack:

Application_UnhandledException
NullReferenceException
   at Telerik.Windows.Controls.RadWindow.HideSiblings()
   at Telerik.Windows.Controls.RadWindow.OnOpenAnimationCompleted()
   at Telerik.Windows.Controls.RadAnimationManager.InvokeCallbacks(Storyboard storyboard)
   at Telerik.Windows.Controls.RadAnimationManager.StopStoryboard(PlayAnimationInfo info)
   at Telerik.Windows.Controls.RadAnimationManager.OnStoryboardCompleted(Object sender, EventArgs e)
   at MS.Internal.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args)
   at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName) 

I don't have any steps to repro yet. This was mostly likely with the Q4 2011 controls. Has anyone seen this?

Thanks.

Dan

1 Answer, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 29 May 2012, 08:52 AM
Hi Dan,

I believe we already fixed a NullReferenceException in the HideSiblings() method. It was happening because the window was being opened in a certain moment where it failed to find the root panel of the current page.
If you manage to reproduce it however, please do send a sample app so that we can verify that the issue is the same.

Regards,
Victor
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
Window
Asked by
Dan
Top achievements
Rank 1
Answers by
Victor
Telerik team
Share this question
or