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

image editor bugs. can anyone or telerik support help any?

5 Answers 62 Views
ImageEditor
This is a migrated thread and some comments may be shown as answers.
Ye
Top achievements
Rank 1
Ye asked on 27 Mar 2013, 08:50 AM
Hi,

i met a case that very stranged.

when i used the following code to generate a new radimageeditorUI.

RadImageEditorUI newone = new RadImageEditorUI()                   
                    {
                        
                        Image = this.ViewModel.editBitMap,
                       // Style = (Style)Resources["RadImageEditorUIStyle1"],
                        Visibility = System.Windows.Visibility.Visible   
                    };
neither i set or not the styles, the exceptions will come out at client side, when zoom over around 320%.

the editBitMap is a radBitMap. and have the size of 2.96MB and 2560X1600.

even i used default open command to open same local  image, it came out when zoom.

but i tried on telerik's demo, it works. can zoom to 800% with the same image.

is there any thing i missed? or just a bug of imageEditUI?

waiting online eagerly.   


exception threw by javascript as follow>

 Unhandled Error in Silverlight Application 
Code: 1001    
Category: RuntimeError       
Message: AG_E_UNKNOWN_ERROR     
MethodName:     

5 Answers, 1 is accepted

Sort by
0
Ye
Top achievements
Rank 1
answered on 27 Mar 2013, 10:08 AM
even i take all the code from telerik's first demo,"Default UI of RadImageEditor".

i did not change anything.

use open button to open the same local image with 2500X1600 of size 2.96MB.

when zooming over around 290%, the same exceptions came out.

but running online demos, it wont be a problem.

Does here i missed something?  
0
Ye
Top achievements
Rank 1
answered on 27 Mar 2013, 10:15 AM
it is interesting that tried on different browser.

IE 8: around 240%
chrome: around 350%

firefox: around 500%

opera: more than 600%

if it related to browser settings. 

how teleriks demo achieve that browser free zoom?
0
Vasil
Telerik team
answered on 01 Apr 2013, 08:13 AM
Hi,

Thank you for your interest in RadImageEditor.

We are not aware of such issue, so could you please elaborate more on it? We would highly appreciate if you could send us a sample demo project and image demonstrating the problem through your support ticket. In this way we could replicate and further investigate the issue in order to provide a resolution.

Looking forward to your reply.

Greetings,
Vasil
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Ye
Top achievements
Rank 1
answered on 03 Apr 2013, 06:11 AM
hi,

i think i found the problem. it seems that is the problem in 2012 Q2 dll. i havent update my library to 2013 Q3. but i download it and try it, the problem wont come out again. our company is going to update it later. so , for now, i just suppose it works. but anyway, thank you for your quick reply.

by replicate this problem, you can run on the 2012 Q2, and open a big size image,  you will see the exception.
0
Accepted
Vasil
Telerik team
answered on 05 Apr 2013, 08:40 AM
Hello,

Thank you for the follow up.

Indeed, there was an issue that the RadImageEditor crashes with high zoom factor and big images, but fortunately it has been resolved in the 2012 Q3 version of the control. Upgrading your project to 2012 Q3 binaries or later will resolve the problem.

Please, do not hesitate to contact us if you have any other questions.

Kind regards,
Vasil
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
ImageEditor
Asked by
Ye
Top achievements
Rank 1
Answers by
Ye
Top achievements
Rank 1
Vasil
Telerik team
Share this question
or