<?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 Re: edit point selected by search widget in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/edit-point-selected-by-search-widget/m-p/14351#M323</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi @Sandra Panicucci,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know this was a while back, but was wondering if you have any suggestions for me as to how to launch the editor widget from a point selected by the search widget?&lt;/P&gt;&lt;P&gt;Any information you could provide would be greatly appreciated&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jan 2017 15:57:25 GMT</pubDate>
    <dc:creator>AdamCommeford</dc:creator>
    <dc:date>2017-01-17T15:57:25Z</dc:date>
    <item>
      <title>edit point selected by search widget</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/edit-point-selected-by-search-widget/m-p/14348#M320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am attempting to make an editor that limits the point that can be moved (OR ADDED if it doesn't already exist - but that's another problem)to one specific point from&amp;nbsp; the feature service. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I select that point by an attribute passed through a parameter in the URL to the search widget. It then zooms to that point. The search Result is shared data and I have a variable in the editWithoutEditor widget that reads the BMPID from the search results of the search widget. Right now the EditWithoutEditor selects points on a mapclick to the featureService. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I'm trying to do is use the shared data to select the point to move. Don't seem to be able to do this though it seems that it should be do-able.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looking for any ideas or suggestions that may point me in the right direction&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 19:41:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/edit-point-selected-by-search-widget/m-p/14348#M320</guid>
      <dc:creator>SandraPanicucci</dc:creator>
      <dc:date>2011-03-25T19:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: edit point selected by search widget</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/edit-point-selected-by-search-widget/m-p/14349#M321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sandra,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; So are you now getting the BMPID from the shared data? If so can you not execute a selectFeatures on the feature layer that the edit widget is using?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 19:48:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/edit-point-selected-by-search-widget/m-p/14349#M321</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-03-25T19:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: edit point selected by search widget</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/edit-point-selected-by-search-widget/m-p/14350#M322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;By adding the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;public static var strSearchBmpId:String;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;private function sharedDataUpdated(event:AppEvent):void
&amp;nbsp;&amp;nbsp; {
 var data:Object = event.data;

&amp;nbsp;&amp;nbsp;&amp;nbsp; strSearchBmpId=data.collection[0].title.toString();
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp; }&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am then able to run a definitionExpression&lt;/SPAN&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt; fLayer.definitionExpression = strSearchBmpId;&lt;/PRE&gt;&lt;SPAN&gt; which returns the value of the BMPID so that much seems to be functioning as I wish it to.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure where in this mess I would insert a selectFeatures. Being as it's fairly late on a friday afternoon I'm not sure anything I try at this point is going to work. I suspect I've been close more than once today. I am working with the EditWithout Editor.MXML &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Think I'll try this again fresh on Monday morning. Thanks for responding.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 20:35:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/edit-point-selected-by-search-widget/m-p/14350#M322</guid>
      <dc:creator>SandraPanicucci</dc:creator>
      <dc:date>2021-12-10T20:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: edit point selected by search widget</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/edit-point-selected-by-search-widget/m-p/14351#M323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi @Sandra Panicucci,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know this was a while back, but was wondering if you have any suggestions for me as to how to launch the editor widget from a point selected by the search widget?&lt;/P&gt;&lt;P&gt;Any information you could provide would be greatly appreciated&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 15:57:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/edit-point-selected-by-search-widget/m-p/14351#M323</guid>
      <dc:creator>AdamCommeford</dc:creator>
      <dc:date>2017-01-17T15:57:25Z</dc:date>
    </item>
  </channel>
</rss>

