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

RadSlideView MeasureOverride error

1 Answer 28 Views
SlideView
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 Diaconu
Top achievements
Rank 1
Dan Diaconu asked on 04 Jun 2013, 05:48 PM
Hi,
I cannot use the RadSlideView because or and error , so I tryed in a new clean enviorment just like in demo project.
I have a WP 7.1  Project that contains the ZoomedPage.xaml, and I run the project in  WXGA WP8 Emulator.
The error is:
{System.ExceptionError HRESULT E_FAIL has been returned from a call to a COM component.         
at MS.Internal.XcpImports.CheckHResult(UInt32 hr)         
at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement elementSize availableSize)         
at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)         
at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTargetDouble inWidth, Double inHeight, Double& outWidth, Double& outHeight)}

I am sure that is something simple an trivial but I just can't find what it is.

Project location http://sdrv.ms/17XAOkf 
Project name: PhoneApp4_2013-06-04 20-44-27Z
Thank you.

Dan D.

1 Answer, 1 is accepted

Sort by
0
Dan Diaconu
Top achievements
Rank 1
answered on 04 Jun 2013, 07:34 PM

I've solved the problem after all ...

I had to specify  ItemRealizationMode="Default" or  ItemRealizationMode="ViewportItem"  to the RadSlideView and it worked .

 

Tags
SlideView
Asked by
Dan Diaconu
Top achievements
Rank 1
Answers by
Dan Diaconu
Top achievements
Rank 1
Share this question
or