<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Editing tool widget. in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-tool-widget/m-p/319386#M8257</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the editing tools (editor widget) up and running and I was wondering if someone could help me adjust the tools slightly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ToolkitEditorWidget"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ToolkitEditorWidget&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the example and in my program it seems like you can't use the select tool and then just hit the "Display Attribute" button so show the attributes of the selected feature.&amp;nbsp; My first question is can you link the selected features to work with the "Display Attribute" tool so one doesn't have to select the feature again after you click the "Display Attribute."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My second question is how could I change the look of the mouse cursor if the attribute icon is selected so the end user knows that they selected that tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;D&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Dec 2011 15:37:16 GMT</pubDate>
    <dc:creator>DavidAshton</dc:creator>
    <dc:date>2011-12-07T15:37:16Z</dc:date>
    <item>
      <title>Editing tool widget.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-tool-widget/m-p/319386#M8257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the editing tools (editor widget) up and running and I was wondering if someone could help me adjust the tools slightly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ToolkitEditorWidget"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ToolkitEditorWidget&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the example and in my program it seems like you can't use the select tool and then just hit the "Display Attribute" button so show the attributes of the selected feature.&amp;nbsp; My first question is can you link the selected features to work with the "Display Attribute" tool so one doesn't have to select the feature again after you click the "Display Attribute."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My second question is how could I change the look of the mouse cursor if the attribute icon is selected so the end user knows that they selected that tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;D&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 15:37:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-tool-widget/m-p/319386#M8257</guid>
      <dc:creator>DavidAshton</dc:creator>
      <dc:date>2011-12-07T15:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Editing tool widget.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-tool-widget/m-p/319387#M8258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Clicking display attribute button in EditorWidget, will cancel any active command so you cannot use this in combination with Editor.Select command. You can use subscribe to EditorWidget.EditCompleted and use FeatureDataForm instead: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ToolkitFeatureDataForm" rel="nofollow noopener noreferrer" target="_blank"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ToolkitFeatureDataForm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
void EditorWidget_EditCompleted(object sender, Editor.EditEventArgs e)
{
 foreach (var edit in e.Edits)
 {
&amp;nbsp; if (edit.Graphic.Selected)
&amp;nbsp; {
&amp;nbsp;&amp;nbsp; myFDF.FeatureLayer = edit.Layer as FeatureLayer;
&amp;nbsp;&amp;nbsp; myFDF.GraphicSource = edit.Graphic;
&amp;nbsp; }
 }
}
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This seem related to updating cursor: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/44498-Change-Mouse-Cursor-when-hovering-a-feature" rel="nofollow noopener noreferrer" target="_blank"&gt;http://forums.arcgis.com/threads/44498-Change-Mouse-Cursor-when-hovering-a-feature&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:11:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-tool-widget/m-p/319387#M8258</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2021-12-11T15:11:14Z</dc:date>
    </item>
  </channel>
</rss>

