We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

SFHubTile in the GridViewItem which in the GridView crash when drag the hubtile

As the title description ,SFHubTile in the GridViewItem which in the GridView crash when drag the hubtile,
dev System:Windows10 x64 pro preview 14388
ide:VS2015 with update 3
uwp sdk:14388
runtime platform:ARM (Microsoft Lumia 950XL preview 14388)
syncfusion version:14.1.0.41

4 Replies

ER ericcui July 18, 2016 02:59 AM UTC

Exception:
System.Runtime.InteropServices.COMException: No installed components were detected.
Cannot resolve TargetProperty (UIElement.RenderTransform).(CompositeTransform.ScaleX) on specified object.
   at Windows.UI.Xaml.Media.Animation.Storyboard.Begin()
   at Syncfusion.UI.Xaml.Controls.Notification.HubTileBase.ExecutePointerReleased()
   at Syncfusion.UI.Xaml.Controls.Notification.HubTileBase.OnPointerExited(PointerRoutedEventArgs e)

hubtile define:
<GridViewItem>
                        <sfnotification:SfHubTile Interval="0:0:2">
                            <sfnotification:SfHubTile.Width>108</sfnotification:SfHubTile.Width>
                            <sfnotification:SfHubTile.Height>100</sfnotification:SfHubTile.Height>
                            <sfnotification:SfHubTile.Header>HubTile</sfnotification:SfHubTile.Header>
                            <sfnotification:SfHubTile.Title>This is itle area</sfnotification:SfHubTile.Title>
                            <sfnotification:SfHubTile.ImageSource>Assets/girl.jpg</sfnotification:SfHubTile.ImageSource>
                            <sfnotification:SfHubTile.HubTileTransitions>
                                <sftransitions:SlideTransition></sftransitions:SlideTransition>
                            </sfnotification:SfHubTile.HubTileTransitions>
                            <sfnotification:SfHubTile.SecondaryContent>
                                <Image Source="http://imgcache.gtimg.cn/mediastyle/musicprotal/img/frame_logo_min.png?max_age=2592000"></Image>
                            </sfnotification:SfHubTile.SecondaryContent>
                        </sfnotification:SfHubTile>
                    </GridViewItem>

seem like that throw by the Animation?????
and how to solve it?


MS Marimuthu Sivalingam Syncfusion Team July 18, 2016 12:02 PM UTC

Hi Ericcui,

We have checked the reported issue "SfHubTile in the GridViewItem which in the GridView crash when drag the hubtile" and we were unable to reproduce the reported issue. We have attached the sample which we have used to reproduce the issue. Please download the same from the below link.

Sample : 125050_SfHubTile
 

If the issue still persists, please update us issue reproducing sample with replication steps. It will help to proceed further on this.

Regards,
Marimuthu S.  



ER ericcui July 19, 2016 04:15 AM UTC

I know why it will crash.
It's not the Syncfunsion's issue ,It's the new 14388sdk,if I change target platform to 10586,it will be fine.


MS Marimuthu Sivalingam Syncfusion Team July 19, 2016 08:46 AM UTC

Hi Ericcui,

We are glad that you have found the solution.
Please let us know if you need any other assistance.

Regards,
Marimuthu S.

Loader.
Live Chat Icon For mobile
Up arrow icon