<?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 FlexViewer 2.2 InfoPopup.xml Troubles in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flexviewer-2-2-infopopup-xml-troubles/m-p/304036#M7208</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Greetings Everyone, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am starting to transition my code from FlexViewer 1.X and have run into a problem with InfoPopup.xml.&amp;nbsp; In the previous version the InfoPopop had a nice visible box, 'x' button when you moused over a graphic and Red_glow.swf would kick in. In FelxViewer 2.2 some cream colored text shows up but the container of InfoPopup is not visible and the red glow does not engage. How do I get the InfoPopup in FlexViewer 2.2 to behave simelarly to the InfoPopup in FlexViewer 1.X?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tyler &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;P.S. Please see attached graphics.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jan 2011 14:58:35 GMT</pubDate>
    <dc:creator>TylerWaring</dc:creator>
    <dc:date>2011-01-19T14:58:35Z</dc:date>
    <item>
      <title>FlexViewer 2.2 InfoPopup.xml Troubles</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flexviewer-2-2-infopopup-xml-troubles/m-p/304036#M7208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Greetings Everyone, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am starting to transition my code from FlexViewer 1.X and have run into a problem with InfoPopup.xml.&amp;nbsp; In the previous version the InfoPopop had a nice visible box, 'x' button when you moused over a graphic and Red_glow.swf would kick in. In FelxViewer 2.2 some cream colored text shows up but the container of InfoPopup is not visible and the red glow does not engage. How do I get the InfoPopup in FlexViewer 2.2 to behave simelarly to the InfoPopup in FlexViewer 1.X?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tyler &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;P.S. Please see attached graphics.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 14:58:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flexviewer-2-2-infopopup-xml-troubles/m-p/304036#M7208</guid>
      <dc:creator>TylerWaring</dc:creator>
      <dc:date>2011-01-19T14:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: FlexViewer 2.2 InfoPopup.xml Troubles</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flexviewer-2-2-infopopup-xml-troubles/m-p/304037#M7209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tyler,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; The red glow is gone in the FlexViewer. The get the info popup working for your widgets you have to have this in your xml file for that widget:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;&amp;lt;info&amp;gt;widgets/InfoTemplates/InfoPopupWidget.swf&amp;lt;/info&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it is your widget then you have to do some work to use the new widget info templates.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 16:57:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flexviewer-2-2-infopopup-xml-troubles/m-p/304037#M7209</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-01-19T16:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: FlexViewer 2.2 InfoPopup.xml Troubles</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flexviewer-2-2-infopopup-xml-troubles/m-p/304038#M7210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: waringt&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for pointing me in the right direction. Now my popups look much cleaner. Anyone else that runs into this problem will want to look in QueryWidget.mxml and follow infoTemplate:IInfoWindowTemplate and look at the override public function showInfoWindow() and infoReady function. This should help you fill in the gaps a little.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tyler Waring&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 18:39:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flexviewer-2-2-infopopup-xml-troubles/m-p/304038#M7210</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-01-19T18:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: FlexViewer 2.2 InfoPopup.xml Troubles</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flexviewer-2-2-infopopup-xml-troubles/m-p/304039#M7211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks for pointing me in the right direction. Now my popups look much cleaner. Anyone else that runs into this problem will want to look in QueryWidget.mxml and follow infoTemplate:IInfoWindowTemplate and look at the override public function showInfoWindow() and infoReady function. This should help you fill in the gaps a little.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;Thanks, &lt;BR /&gt;Tyler Waring&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;where should I attach the code?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 02:28:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flexviewer-2-2-infopopup-xml-troubles/m-p/304039#M7211</guid>
      <dc:creator>xuliyun</dc:creator>
      <dc:date>2011-09-02T02:28:09Z</dc:date>
    </item>
  </channel>
</rss>

