<?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: Problem with FlexViewer2.2 Source Code? in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/problem-with-flexviewer2-2-source-code/m-p/116145#M2759</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mehul,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you so much for looking into this. I greatly appreciate it.&amp;nbsp; I will try your suggestion in the morning at work and let you know of my findings.&amp;nbsp;&amp;nbsp; I knew it had to be something simple as it should have worked just like the compiled version.&amp;nbsp; Anyway, thanks a million!&amp;nbsp; Malik&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Mar 2011 01:42:00 GMT</pubDate>
    <dc:creator>RashidMalik1</dc:creator>
    <dc:date>2011-03-11T01:42:00Z</dc:date>
    <item>
      <title>Problem with FlexViewer2.2 Source Code?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/problem-with-flexviewer2-2-source-code/m-p/116143#M2757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Flex Gurus:&amp;nbsp; I am experiencing a strange behavior with the source code I just downloaded from here:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/index.html"&gt;http://help.arcgis.com/en/webapps/flexviewer/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Although I will be making some changes to the InfoColumnChartWidget, I am using it right OUT-OF-THE-BOX with no changes what so ever.&amp;nbsp; I am not getting any compilation errors.&amp;nbsp; However, everytime I click on the thematic map, I get a strage behavior of the listed fields (please see images for details).&amp;nbsp; Is there something I am doing wrong.&amp;nbsp; I have tested the compiled version and it works beautifully.&amp;nbsp; However, I cannot get the source code to behave the same way.&amp;nbsp; Am I missing something?&amp;nbsp; Please help ASAP. I have to complete a very time sensitive project showing thematic mapping.&amp;nbsp; Thanks, Malik&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 19:40:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/problem-with-flexviewer2-2-source-code/m-p/116143#M2757</guid>
      <dc:creator>RashidMalik1</dc:creator>
      <dc:date>2011-03-10T19:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with FlexViewer2.2 Source Code?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/problem-with-flexviewer2-2-source-code/m-p/116144#M2758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: mehu11111&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Seems like compiling viewer with 4.0 Flex SDK works fine. Where as compiling with 4.1 sdk causes the problem that you mentioned.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;try setting useVirtualLayout="false" in InfoColumnChartWidget.mxml&amp;nbsp; as shown below&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt; &amp;lt;s:Scroller width="100%" height="100%"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;s:DataGroup id="dataGroup"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dataProvider="{contentList}"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; itemRenderer="{infoChartItemRenderer}"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;s:layout&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;s:VerticalLayout gap="1" useVirtualLayout="false"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/s:layout&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/s:DataGroup&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/s:Scroller&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 06:50:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/problem-with-flexviewer2-2-source-code/m-p/116144#M2758</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-12-11T06:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with FlexViewer2.2 Source Code?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/problem-with-flexviewer2-2-source-code/m-p/116145#M2759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mehul,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you so much for looking into this. I greatly appreciate it.&amp;nbsp; I will try your suggestion in the morning at work and let you know of my findings.&amp;nbsp;&amp;nbsp; I knew it had to be something simple as it should have worked just like the compiled version.&amp;nbsp; Anyway, thanks a million!&amp;nbsp; Malik&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2011 01:42:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/problem-with-flexviewer2-2-source-code/m-p/116145#M2759</guid>
      <dc:creator>RashidMalik1</dc:creator>
      <dc:date>2011-03-11T01:42:00Z</dc:date>
    </item>
  </channel>
</rss>

