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

Beta CF ItemScale & SelectedIndex

6 Answers 56 Views
CoverFlow
This is a migrated thread and some comments may be shown as answers.
Ben Hayat
Top achievements
Rank 2
Ben Hayat asked on 30 Sep 2009, 03:14 PM
I realty like the ItemScale feature to keep the focus on the main item. For example, by setting the ItemScale to 0.5, you can see the difference. However, I see a small issue when the CF starts. It seems like the "SelectedIndex" item, which is the main item, is NOT in the proper scale and it is still in .05 when the CF begins. If you set the SelectedItem to another number you will see that. Could this be fixed please?

Thanks!
..Ben

6 Answers, 1 is accepted

Sort by
0
Hristo Borisov
Telerik team
answered on 30 Sep 2009, 09:16 PM
Hi Ben,

The selected item has always item scale of 1. There is no scenario in which you can have the selected item a scale different from 1. How did you manage to achieve this? Would you send us a code snippet in order to reproduce the issue? Thank you in advance.

Kind regards,
Hristo Borisov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Ben Hayat
Top achievements
Rank 2
answered on 30 Sep 2009, 10:38 PM

The selected item has always item scale of 1. There is no scenario in which you can have the selected item a scale different from 1.

That's what I was thinking. Before I send you the project, you can see it here. After the site loads click on "CoverFlow", and I made the "SelectedItem=4", but it's showing as 0.5 and not 1.

If you want I can create a project and send it to you!

Here is the Link

Here is the code:
        <telerikNavigation:RadCoverFlow x:Name="coverFlow" Background="Transparent"  
                                        OffsetY="60"  
                                        CameraViewpoint="Center"  
                                        RotationY="50"  
                                        ItemScale="0.5"  
                                        ItemWidth="600"  
                                        ItemHeight="450"  
                                        IsReflectionEnabled="True"  
                                        SelectedIndex="4"
            <telerikNavigation:RadCoverFlow.EasingFunction> 
                <CircleEase EasingMode="EaseOut"/> 
            </telerikNavigation:RadCoverFlow.EasingFunction> 
            <Image Source="/Gallery/C_img10.jpg" /> 
            <Image Source="/Gallery/C_img11.jpg" /> 
            <Image Source="/Gallery/C_img13.jpg" /> 
            <Image Source="/Gallery/C_img5.jpg" /> 
            <Image Source="/Gallery/C_img12.jpg" /> 
            <Image Source="/Gallery/C_img6.jpg" /> 
            <Image Source="/Gallery/C_img7.jpg" /> 
            <Image Source="/Gallery/C_img8.jpg" /> 
            <Image Source="/Gallery/C_img9.jpg" /> 
        </telerikNavigation:RadCoverFlow> 
0
Ben Hayat
Top achievements
Rank 2
answered on 02 Oct 2009, 09:37 PM
Hristo, was the above code enough to reproduce the problem, or do you still need me to create you a project?

Thanks!
..Ben
0
Hristo Borisov
Telerik team
answered on 04 Oct 2009, 09:04 PM
Hello Ben,

Yes, I managed to reproduce the problem and it is definitely a bug. We will fix the issue for official release. Thank you for contacting us. We look forward to receiving other valuable feedback concerning our CoverFlow control. Thank you again.

All the best,
Hristo Borisov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Hristo Borisov
Telerik team
answered on 28 Oct 2009, 02:40 PM
Hello Ben,

Just to let you know that your issue is resolved, and you can look forward to downloading our official version of RadCoverFlow with our Q3 2009 release underway.

Regards,
Hristo Borisov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Ben Hayat
Top achievements
Rank 2
answered on 28 Oct 2009, 07:14 PM
Thank you, thank you, thank you! :-)
Tags
CoverFlow
Asked by
Ben Hayat
Top achievements
Rank 2
Answers by
Hristo Borisov
Telerik team
Ben Hayat
Top achievements
Rank 2
Share this question
or