Hi telerik
I'm using RadControls for Silverlight 2011.3.1116.1040.
When use RadBook control with a New RadDocument as Source, it throws UnHandledException and can't close ErrorMessage so I can only refresh browser.
I send this demo project to reproduce this exception.
You can reproduce by click in Radbook's top-right conner and drag it to middle like you're flipping page. It'll show continuously ErrorMessage.
Can you resolve this bug in next internal build?
I'm using RadControls for Silverlight 2011.3.1116.1040.
When use RadBook control with a New RadDocument as Source, it throws UnHandledException and can't close ErrorMessage so I can only refresh browser.
{System.NullReferenceException: Object reference not set to an instance of an object.
at Telerik.Windows.Controls.RadBook.get_PageDimensions()
at Telerik.Windows.Controls.RadBook.UpdatePageTurn(Point hoverPoint)
at Telerik.Windows.Controls.RadBook.PageTurner_Turning(Object sender, PageTurnEventArgs e)
at Telerik.Windows.Controls.Book.PageTurner.Timer_Tick(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 send this demo project to reproduce this exception.
Private Sub frmBookDetail_Loaded(sender As Object, e As System.Windows.RoutedEventArgs) Handles Me.Loaded
Dim doc As New RadDocument
Me.book.RightPageIndex = 0
Dim bindingSource As New RadDocumentBindingSource()
bindingSource.Document = doc
Me.book.ItemsSource = bindingSource
End Sub
<
telerik:RadBook
x:Name
=
"book"
BorderThickness
=
"2"
BorderBrush
=
"Black"
Background
=
"Yellow"
>
</
telerik:RadBook
>
You can reproduce by click in Radbook's top-right conner and drag it to middle like you're flipping page. It'll show continuously ErrorMessage.
Can you resolve this bug in next internal build?