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

Book Control slow performance

8 Answers 175 Views
Book
This is a migrated thread and some comments may be shown as answers.
Mike Tovbin
Top achievements
Rank 1
Mike Tovbin asked on 26 Apr 2010, 03:17 AM
Hi, I am using Silverlight 3 Book control version 2010.1.309.1030.  There seems to be a delay in animation when turning the book pages. I don't get this delay when I try your demo. To be certain I created a separate solution with a single page that contains the following xaml and I get the same delayed animation when turning pages.

<UserControl x:Class="SilverlightApplicationBook.MainPage" 
           xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 
   xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
   xmlns:telerikNavigation="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Navigation">  
    <Grid x:Name="LayoutRoot" Background="Purple">  
        <telerikNavigation:RadBook Margin="50">  
            <telerikNavigation:RadBookItem Background="Red">  
                <TextBlock Text="Page 1" FontSize="36"/>  
            </telerikNavigation:RadBookItem> 
            <telerikNavigation:RadBookItem Background="BlueViolet">  
                <TextBlock Text="Page 2" HorizontalAlignment="Right" FontSize="36"/>  
            </telerikNavigation:RadBookItem> 
            <telerikNavigation:RadBookItem Background="RosyBrown">  
                <TextBlock Text="Page 3" FontSize="36"/>  
            </telerikNavigation:RadBookItem> 
            <telerikNavigation:RadBookItem Background="Chocolate">  
                <TextBlock Text="Page 4" HorizontalAlignment="Right" FontSize="36"/>  
            </telerikNavigation:RadBookItem> 
        </telerikNavigation:RadBook> 
    </Grid> 
</UserControl> 


Thank You,
Mike

8 Answers, 1 is accepted

Sort by
0
Kiril Stanoev
Telerik team
answered on 28 Apr 2010, 04:05 PM
Hi Mike,

Have you installed the Silverlight 4 plugin? If that is the case, I'd suggest you download 422 version of our controls where the animation issue has been fixed. Give it a try and let me know how it goes.

Regards,
Kiril Stanoev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
David Moreau
Top achievements
Rank 1
answered on 25 Aug 2010, 07:40 PM
Hi! I have a similar problem with the radbook. If I use the same code as above, the animation is delayed or "choppy". I'm using the Silverlight 4 controls from August 2010.
0
Kiril Stanoev
Telerik team
answered on 26 Aug 2010, 07:57 AM
Hello David,

We are not aware of any existing performance issues. I've recorded a video demonstrating the above scenario. Please find attached a sample test project as well as a video recording. Have a look at it and let me know how I can be of further assistance.

Best wishes,
Kiril Stanoev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
David Moreau
Top achievements
Rank 1
answered on 26 Aug 2010, 07:26 PM
Thanks for answering. I tested the attached solution. While the performance is slightly bettre than my own project, it's still not as good as in your video. I tested my problem on two computers with completly different hardware profile but the result is the same...

One thing I don't understand, when I run the RadBook from your demo section, it runs perfectly smooth, but not the control to it's most basic form.
0
Kiril Stanoev
Telerik team
answered on 27 Aug 2010, 11:24 AM
Hi David,

Could you please try and isolate the issue in a separate project and send us this project. This way we will be better able to assist you. Also it would be great if you can record a video showing the performance issue you experience on your end.

Greetings,
Kiril Stanoev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
David Moreau
Top achievements
Rank 1
answered on 30 Aug 2010, 09:45 PM
Yes I can,

Is there an adresse where I can upload the files? I have a video and a project but I can only attach image to this forum.
0
Kiril Stanoev
Telerik team
answered on 31 Aug 2010, 09:20 AM
Hi David,

You can try http://photobucket.com/ or http://www.techsmith.com/jing/. Also, could you please share the project you are using withing the video.

Sincerely yours,
Kiril Stanoev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
David Moreau
Top achievements
Rank 1
answered on 07 Sep 2010, 02:59 PM
I tracked down the issue. It has nothing to do with your control. When I run the website on battery on my laptop, it runs fine. When I plug it, I have a lag. I don't understand it yet, but the issue is probably hardware related.

Sorry I bothered you with that and thanks for you assistance.
Tags
Book
Asked by
Mike Tovbin
Top achievements
Rank 1
Answers by
Kiril Stanoev
Telerik team
David Moreau
Top achievements
Rank 1
Share this question
or