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

RadImageEditor Windows phone 7

3 Answers 18 Views
ImageEditor
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Andrew
Top achievements
Rank 1
Andrew asked on 30 Jan 2015, 03:12 PM
Hello. I am using Windows phone 7.8.

<telerikImageEditor:RadImageEditor  x:Name="ImgEditor"
                                               Grid.Row="0"
                                               Height="600"
                                               Width="480"
                                              ImageSaving="ImgEditor_ImageSaving"
                                             ImageSaved="ImgEditor_OnImageSaved"
                                               Source="/SplashScreenImage.jpg"
                                               Visibility="Visible">
        <telerikImageEditor:CropTool CropRect="0.25,0.25,0.5,0.5" >
            <telerikImageEditor:CropToolRatio CanResize="True" />
            <telerikImageEditor:CropToolRatio Width="1"
                                                      Height="1" />
            <telerikImageEditor:CropToolRatio Width="4"
                                                      Height="3" />
            <telerikImageEditor:CropToolRatio Width="6"
                                                      Height="4" />
            <telerikImageEditor:CropToolRatio Width="7"
                                                      Height="5" />
            <telerikImageEditor:CropToolRatio Width="10"
                                                      Height="8" />
            <telerikImageEditor:CropToolRatio Width="16"
                                                      Height="9" />


        </telerikImageEditor:CropTool>
        <telerikImageEditor:OrientationTool/>
    </telerikImageEditor:RadImageEditor>

When I tap crop button, select crop area, click submit, then the progress bar is showing and never dissappears. And nothing happens.

Thanks in advance,
Andrew




3 Answers, 1 is accepted

Sort by
0
Vladislav
Telerik team
answered on 04 Feb 2015, 09:02 AM
Hello Andrew,

Unfortunately, we aren't able to reproduce the described problem based on the code snippet provided.
Is is possible to send us your project (or just the relevant part of it) in order to investigate it locally?

Thank you in advance.

Regards,
Vladislav
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Andrew
Top achievements
Rank 1
answered on 04 Feb 2015, 02:53 PM
Hello. Demo https://onedrive.live.com/redir?resid=6411C206F72C171%213461
0
Vladislav
Telerik team
answered on 05 Feb 2015, 01:05 PM
Hi Andrew,

Thank you for the provided project.
We were able to reproduce the described issue with the exact version of our controls you are using.

Fortunately this issue is fixed in our latest release of "UI for Windows Phone 8".
Please note that the version used (Q1 2014) was the last version released for Windows Phone 7.
And we highly recommend upgrading your project(s) to Windows Phone 8 and using our latest releases for it since they contain a lot of fixes and improvements.

Regards,
Vladislav
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
ImageEditor
Asked by
Andrew
Top achievements
Rank 1
Answers by
Vladislav
Telerik team
Andrew
Top achievements
Rank 1
Share this question
or