<?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: how to pass geometry from one window to anoher... in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-pass-geometry-from-one-window-to-anoher/m-p/268544#M6304</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;what do u mean by application here, is it widget/popup or new flex app?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am working on flex 2.2 API and flash 4, i have two applications,such that all the queries based on spatial extent and that result will appear on first application if once user will move from this application to second application by button click on the first application i want to pass the queried geometry from first application to second.....&lt;BR /&gt;&lt;BR /&gt;How can i do this......&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Nov 2011 07:40:23 GMT</pubDate>
    <dc:creator>RajendraShelar</dc:creator>
    <dc:date>2011-11-21T07:40:23Z</dc:date>
    <item>
      <title>how to pass geometry from one window to anoher...</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-pass-geometry-from-one-window-to-anoher/m-p/268543#M6303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am working on flex 2.2 API and flash 4, i have two applications,such that all the queries based on spatial extent and that result will appear on first application if once user will move from this application to second application by button click on the first application i want to pass the queried geometry from first application to second.....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can i do this......&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 05:31:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-pass-geometry-from-one-window-to-anoher/m-p/268543#M6303</guid>
      <dc:creator>srinivasreddy</dc:creator>
      <dc:date>2011-11-21T05:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to pass geometry from one window to anoher...</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-pass-geometry-from-one-window-to-anoher/m-p/268544#M6304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;what do u mean by application here, is it widget/popup or new flex app?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am working on flex 2.2 API and flash 4, i have two applications,such that all the queries based on spatial extent and that result will appear on first application if once user will move from this application to second application by button click on the first application i want to pass the queried geometry from first application to second.....&lt;BR /&gt;&lt;BR /&gt;How can i do this......&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 07:40:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-pass-geometry-from-one-window-to-anoher/m-p/268544#M6304</guid>
      <dc:creator>RajendraShelar</dc:creator>
      <dc:date>2011-11-21T07:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to pass geometry from one window to anoher...</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-pass-geometry-from-one-window-to-anoher/m-p/268545#M6305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for ur quick reply....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;new flex app ..........&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 02:09:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-pass-geometry-from-one-window-to-anoher/m-p/268545#M6305</guid>
      <dc:creator>srinivasreddy</dc:creator>
      <dc:date>2011-11-22T02:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to pass geometry from one window to anoher...</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-pass-geometry-from-one-window-to-anoher/m-p/268546#M6306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hhhmmm... you can use querystring. i mean when u open new FLEX app using navigatetourl (e.g. &lt;/SPAN&gt;&lt;A href="http:/abc/newapp.html"&gt;http:///abc/newapp.html&lt;/A&gt;&lt;SPAN&gt;). you pass geometry as query string param...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;then in new FLEX app you access query string. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;refer below link for more info. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf626ae-7fe8.html"&gt;http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf626ae-7fe8.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks for ur quick reply....&lt;BR /&gt;&lt;BR /&gt;new flex app ..........&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2011 08:26:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-pass-geometry-from-one-window-to-anoher/m-p/268546#M6306</guid>
      <dc:creator>RajendraShelar</dc:creator>
      <dc:date>2011-11-23T08:26:57Z</dc:date>
    </item>
  </channel>
</rss>

