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

Cound not find the command Export.Please update your command list.

1 Answer 42 Views
ImageEditor
This is a migrated thread and some comments may be shown as answers.
Abhishek
Top achievements
Rank 1
Abhishek asked on 14 Aug 2015, 12:59 PM
I am using Telerik:RadImageEditor version 2012.3.1016.40  and getting tools for toolbar from XML file. Most of them tools are working fine but facing issues with some below given tools. These tools are not supporting. and getting message "Cound not find the command Export.Please update your command list." on click below given tools. 
1) Export
2) Draw tools (Pencil, Draw Circle, Draw Rectangle and Line).
HTML script:
<telerik:RadImageEditor ID="imgZipLineViewer" runat="server" ToolsFile="~/Config/RadImageEditor.xml" EnableResize="true" CanvasMode="No"> </telerik:RadImageEditor>

XML Script of RadImageEditor.xml:

<root>
  <tools name="FirstToolbar" dockable="true" enabled="true">
    <tool name="Print" togglebutton="true" />
    <tool name="Save" togglebutton="true" />
    <tool name="Export" togglebutton="true" />
    <tool separator="true"/>
    <tool name="Undo" toolstrip="true" />
    <tool name="Redo" toolstrip="true" />
    <tool name="Reset" />
    <tool separator="true"/>
    <tool name="Zoom" toolstrip="true">
      <tool name="Zoom" togglebutton="true"/>
      <tool name="ZoomIn" togglebutton="true" />
      <tool name="ZoomOut" togglebutton="true" />
    </tool>   
    <tool name="Rotate" toolstrip="true">
      <tool name="Rotate" togglebutton="true" />
      <tool name="RotateRight" togglebutton="true" />
      <tool name="RotateLeft" togglebutton="true"  />
    </tool>
    <tool name="RotateRight" togglebutton="true" />
    <tool name="AddText" togglebutton="true" />
    <tool name="Pencil" toolstrip="true">
      <tool name="Pencil" togglebutton="true" />
      <tool name="DrawCircle" togglebutton="true" />
      <tool name="DrawRectangle" togglebutton="true" />
      <tool name="Line" togglebutton="true" />
    </tool>
  </tools>
</root>

So please give the suitable solution for this.

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 18 Aug 2015, 11:28 AM
Hi Abhishek,

This behavior is expected as all of the listed commands are implemented for our 2013 Q1 release and 2013.1.220 is the earlier version of the controls you have to update in order to use them. Unfortunately there is no other way to utilize the ImageEditor's drawing or/and exporting functionality, except to upgrading to a later version of the controls, where these commands are included.

Regards,
Vessy
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
ImageEditor
Asked by
Abhishek
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Share this question
or