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

Slider Controls not work on the CoverFlow

3 Answers 119 Views
CoverFlow
This is a migrated thread and some comments may be shown as answers.
Damon Null
Top achievements
Rank 1
Damon Null asked on 18 Aug 2009, 07:23 PM
Hello,

I am using the CoverFlow to show a set of video image.  I display  a larger version of the Image when the item in the CoverFlow is clicked on. 

The slider control for the moving through the items in the coverflow is not working.  I know that at one time earlyer when I was working on the project it was working, but it now does not move the items.  I do not know when it stopped working.  I can move the slider's rasied section, but nothing happens.  If you then use the mouse to move the items in the flow, the slider's rasied section will move to the correct position. 

Any Ideas?  Is there and option to turn of the sliders control over the items in the coverflow that I could have set by accident?

Here is my coverflow code block in the xaml page:
<TelerikNavigation:RadCoverFlow x:Name="CoverFlow"
                    DisplayMemberPath="ImagePath"
                    ItemMaxHeight="250" CenterOffsetY="100" CameraY="-160"
                    ReflectionStartAlpha="100" ReflectionRelativeHeight="0.4"
                    NavigationPanelVisibility="Visible" ItemsSource="{Binding}" Margin="25, 80"
                    SelectionChanged="CoverFlow_SelectionChanged"
                    SelectedItemMouseUp="CoverFlow_SelectedItemMouseUp">
            </TelerikNavigation:RadCoverFlow>

3 Answers, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 21 Aug 2009, 12:35 PM
Hi Darrick,

I wasn't able to reproduce the problem you are talking about. I'm attaching the project that I was testing. Could you please try to modify it to reproduce the problem and send us back. This will help us to find out what the problem is.

Regards,
Miroslav Nedyalkov
the Telerik team

Instantly find answers to your questions on the newTelerik Support Portal.
Check out the tipsfor optimizing your support resource searches.
0
Waleed Kamouh
Top achievements
Rank 1
answered on 27 Aug 2009, 09:14 PM
Hello,
I am facing the same problem... it seems that the issue is with coverflow (version 2008) with silverlight 3 runtime.
Running coverflow on silverlight 2 works fine but not on Silverlight 3.
any thoughts on solving this issue?
Thanks,
WK
0
Hristo Borisov
Telerik team
answered on 28 Aug 2009, 07:00 AM
Hi Waleed Kamouh,

Would you download the project Miroslav has sent in this thread and test whether you experience any difficulties using the slider control in Silverlight 3?

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.
Tags
CoverFlow
Asked by
Damon Null
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Waleed Kamouh
Top achievements
Rank 1
Hristo Borisov
Telerik team
Share this question
or