This question is locked. New answers and comments are not allowed.
Hi, I am Firman. I use telerik Windows Phone 7 2014 Q1. I have a plan to put image editor on my apps. All code work when I put this code :
but when I put editor tool inside the code above, like this :
I got an error when run it. I attach the error screenshot. What should I do?
<telerikImageEditor:RadImageEditor ImageSaved="RadImageEditor_ImageSaved" ImageEditCancelled="RadImageEditor_ImageEditCancelled" FileNamePrefix="telerik_edited_image" Source="Images/BrowseAllControlBackground." x:Name="imageEditor"> </telerikImageEditor:RadImageEditor>but when I put editor tool inside the code above, like this :
<telerikImageEditor:RadImageEditor ImageSaved="RadImageEditor_ImageSaved" ImageEditCancelled="RadImageEditor_ImageEditCancelled" FileNamePrefix="telerik_edited_image" Source="Images/BrowseAllControlBackground." x:Name="imageEditor"> <telerikImageEditor:CropTool> <telerikImageEditor:CropToolRatio CustomText="Custom" CanResize="True"/> <telerikImageEditor:CropToolRatio CustomText="Original" CanResize="True" Width="-1" Height="-1"/> <telerikImageEditor:CropToolRatio Width="1" CanResize="True" Height="1"/> <telerikImageEditor:CropToolRatio Width="4" CanResize="True" Height="3"/> <telerikImageEditor:CropToolRatio Width="6" CanResize="True" Height="4"/> <telerikImageEditor:CropToolRatio Width="7" CanResize="True" Height="5"/> <telerikImageEditor:CropToolRatio Width="10" CanResize="True" Height="8"/> <telerikImageEditor:CropToolRatio Width="16" CanResize="True" Height="9"/> </telerikImageEditor:RadImageEditor>I got an error when run it. I attach the error screenshot. What should I do?