<?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 Transfer Info between&amp;nbsp; MXML files in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/transfer-info-between-nbsp-mxml-files/m-p/556589#M12509</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to modify a widget for use in a flex app. I have a mxml that makes a query over a feature layer. All the feature layers are in a XML and can be changed depending on what query you want. I want to pass the result fields from the query to another mxml that is the infoWindowRenderer and is supposed to show an info window with the the data of the query. Tried the get/set methods but that didn't work. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea about the communication between the mxml's?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the link to&amp;nbsp; the source project:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://dl.dropbox.com/u/5683647/InfoWindow.zip" rel="nofollow" target="_blank"&gt;http://dl.dropbox.com/u/5683647/InfoWindow.zip&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 May 2012 06:43:18 GMT</pubDate>
    <dc:creator>GISTeam</dc:creator>
    <dc:date>2012-05-07T06:43:18Z</dc:date>
    <item>
      <title>Transfer Info between  MXML files</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/transfer-info-between-nbsp-mxml-files/m-p/556589#M12509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to modify a widget for use in a flex app. I have a mxml that makes a query over a feature layer. All the feature layers are in a XML and can be changed depending on what query you want. I want to pass the result fields from the query to another mxml that is the infoWindowRenderer and is supposed to show an info window with the the data of the query. Tried the get/set methods but that didn't work. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea about the communication between the mxml's?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the link to&amp;nbsp; the source project:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://dl.dropbox.com/u/5683647/InfoWindow.zip" rel="nofollow" target="_blank"&gt;http://dl.dropbox.com/u/5683647/InfoWindow.zip&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 06:43:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/transfer-info-between-nbsp-mxml-files/m-p/556589#M12509</guid>
      <dc:creator>GISTeam</dc:creator>
      <dc:date>2012-05-07T06:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer Info between  MXML files</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/transfer-info-between-nbsp-mxml-files/m-p/556590#M12510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;gis-varna,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://web.zone.ee/bespiva/childcommunications/"&gt;sample&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; -&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://web.zone.ee/bespiva/childcommunications/srcview/"&gt;sources&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;via bindable attributes or dispatch/listen events&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 07:42:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/transfer-info-between-nbsp-mxml-files/m-p/556590#M12510</guid>
      <dc:creator>IvanBespalov</dc:creator>
      <dc:date>2012-05-07T07:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer Info between  MXML files</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/transfer-info-between-nbsp-mxml-files/m-p/556591#M12511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;gis-varna,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://web.zone.ee/bespiva/childcommunications/"&gt;sample&lt;/A&gt;&amp;nbsp; -&amp;nbsp; &lt;A href="http://web.zone.ee/bespiva/childcommunications/srcview/"&gt;sources&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;via bindable attributes or dispatch/listen events&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for the examples&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to do the task with the custom event method, but in order to use the custom event I have to import one of the mxml-s as a custom component. I couldn't do that so I tried to move the combobox to the main mxml and try to call the custom event from there but got an error that I didn't work out:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1061: Call to a possibly undefined method transferCurrentLayer through a reference with static type Class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea what I am doing wrong?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the zip with the mentioned project:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://dl.dropbox.com/u/5683647/InfoWindow_single_XML.zip"&gt;http://dl.dropbox.com/u/5683647/InfoWindow_single_XML.zip&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 09:40:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/transfer-info-between-nbsp-mxml-files/m-p/556591#M12511</guid>
      <dc:creator>GISTeam</dc:creator>
      <dc:date>2012-05-08T09:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer Info between  MXML files</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/transfer-info-between-nbsp-mxml-files/m-p/556592#M12512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;gis-varna,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry, I do not have time to explore &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;"your"&lt;/SPAN&gt;&lt;SPAN&gt; code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.adobe.com/devnet/flex.html" rel="nofollow" target="_blank"&gt;source of answers to your questions&lt;/A&gt;&lt;SPAN&gt; with free &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.adobe.com/devnet/flex/videotraining.html" rel="nofollow" target="_blank"&gt;video trainings&lt;/A&gt;&lt;SPAN&gt;. (Take a look to "Day 3: Data handling and manipulation")&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 10:38:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/transfer-info-between-nbsp-mxml-files/m-p/556592#M12512</guid>
      <dc:creator>IvanBespalov</dc:creator>
      <dc:date>2012-05-08T10:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer Info between  MXML files</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/transfer-info-between-nbsp-mxml-files/m-p/556593#M12513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the help ibespalov. I haven't stumbled on these video lessons before.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 11:15:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/transfer-info-between-nbsp-mxml-files/m-p/556593#M12513</guid>
      <dc:creator>GISTeam</dc:creator>
      <dc:date>2012-05-08T11:15:25Z</dc:date>
    </item>
  </channel>
</rss>

