<?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 initialize editor? in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-initialize-editor/m-p/730255#M16192</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is something that's bitten me when using ViewStacks. You have to set the the ViewStack's creationPolicy to "all", otherwise, many things that are contained in the stack won't be created at startup. From the &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://livedocs.adobe.com/flex/3/html/help.html?content=layoutperformance_05.html" rel="nofollow" target="_blank"&gt;help&lt;/A&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Containers with multiple views, such as the ViewStack and Accordion, do&amp;nbsp; not immediately create all of their descendants, but only those&amp;nbsp; descendants that are visible in the initial view. Flex defers the&amp;nbsp; instantiation of descendants that are not initially visible until the&amp;nbsp; user navigates to a view that contains them. &lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jul 2012 14:28:18 GMT</pubDate>
    <dc:creator>KenBuja</dc:creator>
    <dc:date>2012-07-05T14:28:18Z</dc:date>
    <item>
      <title>How to initialize editor?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-initialize-editor/m-p/730254#M16191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm using the sample code for the Defualt Editor.&amp;nbsp; In the &amp;lt;Application&amp;gt; tag there is the line&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;initialize="application1_initializeHandler(event)"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I keep getting a debugging message when I start my application and my templates do not show up as well.&amp;nbsp; I am using a view stacks method for showing several different maps, and the edit view is on only one of the views.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the error that I get[ATTACH=CONFIG]15770[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think that I may need to move the initialize="application1_initializeHandler(event)" line of code, but I don't know to where.&amp;nbsp; Any ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2012 17:08:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-initialize-editor/m-p/730254#M16191</guid>
      <dc:creator>AmandaHutsel</dc:creator>
      <dc:date>2012-07-04T17:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to initialize editor?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-initialize-editor/m-p/730255#M16192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is something that's bitten me when using ViewStacks. You have to set the the ViewStack's creationPolicy to "all", otherwise, many things that are contained in the stack won't be created at startup. From the &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://livedocs.adobe.com/flex/3/html/help.html?content=layoutperformance_05.html" rel="nofollow" target="_blank"&gt;help&lt;/A&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Containers with multiple views, such as the ViewStack and Accordion, do&amp;nbsp; not immediately create all of their descendants, but only those&amp;nbsp; descendants that are visible in the initial view. Flex defers the&amp;nbsp; instantiation of descendants that are not initially visible until the&amp;nbsp; user navigates to a view that contains them. &lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 14:28:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-initialize-editor/m-p/730255#M16192</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2012-07-05T14:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to initialize editor?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-initialize-editor/m-p/730256#M16193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Ken, that solved the problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 16:47:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-initialize-editor/m-p/730256#M16193</guid>
      <dc:creator>AmandaHutsel</dc:creator>
      <dc:date>2012-07-05T16:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to initialize editor?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-initialize-editor/m-p/730257#M16194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;nevermind...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2012 16:51:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/how-to-initialize-editor/m-p/730257#M16194</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2012-07-05T16:51:53Z</dc:date>
    </item>
  </channel>
</rss>

