<?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: PopUps in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618189#M18419</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Gerr,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Well the only customizing of the PopUpInfo I have had time to do so far is remove the rectangle from around the media browser and some space optimization of the window. To begin customizing you need to create a PopUpRenderSkin by choosing a new MXML Skin and give it a package name, name, and host component of com.esri.ags.webmap.PopUpRenderer, Then un-check Create as copy of. Then you can open the arcgis_api_for_flex_2_3\ArcGIS_Flex\skins\src\com\esri\ags\skins\PopUpRendererSkin.mxml from your download of the 2.3 version of the API and copy and paste everything in that file.&lt;BR /&gt;&lt;BR /&gt;That's how you start.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can get FlashBuilder to "Create as a copy of" by setting the source attachment path on the API swc. Under the "Flex Build Path" expand the API swc and double-click "Source attachment" and then browse to ".../ArcGIS_Flex/skins/src" after unziping the API download.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Apr 2011 22:58:27 GMT</pubDate>
    <dc:creator>DasaPaddock</dc:creator>
    <dc:date>2011-04-20T22:58:27Z</dc:date>
    <item>
      <title>PopUps</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618180#M18410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have moved over my 2.2 app to 2.3.&amp;nbsp; I am using the QueryTool to display some traffic cameras and other static images and simply copied over the entire code from the 2.2 query tool and pasted it into the 2.3 version.&amp;nbsp; I did this because I want the query tool to still utilize the old InfoPopUp because I have that specifically configured.&amp;nbsp; Things work as expected - except that when the query is run the first time and a resulting icon is clicked on the map nothing shows in the InfoPopUp - but as soon you click on another point everything works as it did in 2.2.&amp;nbsp; There is some sort of conflict in there for the first time a point is clicked.&amp;nbsp; Should I just try to drop the InfoPopUp and try to make this work with the new popup or is this perhaps just a simple line of code missing preventing the first click from showing any results?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for any help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 11:38:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618180#M18410</guid>
      <dc:creator>philippschnetzer</dc:creator>
      <dc:date>2011-04-18T11:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: PopUps</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618181#M18411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Phillip,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have not tested the old infoPopUp in 2.3, but I have been testing the new popUp and here is the configuration for the traffic cameras layer&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;?xml version="1.0" ?&amp;gt;
&amp;lt;configuration&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;{DESCRIPTION}&amp;lt;/title&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fields&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="DESCRIPTION"/&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;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="ONLINE"/&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;lt;field name="LAST_UPDATED"/&amp;gt;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="URL"/&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/fields&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;medias&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;media chartfields="" type="image" caption="Latest Image {LAST_UPDATED} online: {ONLINE}" imagesource="{URL}" imagelink="{URL}"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/medias&amp;gt; 
&amp;lt;/configuration&amp;gt;

&amp;lt;!--
&amp;nbsp;&amp;nbsp;&amp;nbsp; Pop-up configuration file for:
&amp;nbsp;&amp;nbsp;&amp;nbsp; http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Louisville/LOJIC_PublicSafety_Louisville/MapServer/2
--&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 02:24:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618181#M18411</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T02:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: PopUps</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618182#M18412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had the old InfoPupUp configured to accommodate for larger images and cannot seem to find the spot where I can change this to make the new PopUps larger in size to dynamically expand the canvas to fit in larger images...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to make some changes in InfoPopup.mxml and HTMLPopup.mxml in the components folder but to no avail.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 14:13:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618182#M18412</guid>
      <dc:creator>philippschnetzer</dc:creator>
      <dc:date>2011-04-18T14:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: PopUps</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618183#M18413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Phillip,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; You would have to modify the the skin for the PopUpRendererSkin which is part of the API and has a width 0f 270 and a maxHeight of 300, (needless to say a lot of work).&amp;nbsp; Maybe the API team will respond as to what is going wrong with the initial click.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 19:06:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618183#M18413</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-04-18T19:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: PopUps</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618184#M18414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, Robert.&amp;nbsp; As per usual you are extremely helpful!&amp;nbsp; I have never modified the API before and will take your word that it is 'a lot of work' &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hopefully the esri flex team will look into this....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 11:00:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618184#M18414</guid>
      <dc:creator>philippschnetzer</dc:creator>
      <dc:date>2011-04-19T11:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: PopUps</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618185#M18415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Phil!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert, this is my first post on here, but I've been using some of your widgets since the fall when I started in on Flex and the Esri API. Thank you for all your work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm facing a similar problem. Customizing the popups for the query widget beyond what they allow in the config is proving a real challenge. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried extending the popupRenderer class and experimented a little. However dropping anything between the PopupRenderer tags throws errors that visual content is not allowed, or must implement IUIComponent, even after dropping specific UIComponent sub classes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've also tried to create a custom skin with PopupRenderer as the HostComponent and based on the PopupRendererSkin class. It wouldn't even allow me past the new file creation wizard - I suspect because both the skin and the renderer are compiled in the api swc and thus the wizard had no actual files to work with.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There has to be a way to customize this thing or expose the API and dig in. I'm willing to get my hands dirty with this if anyone has any leads I can follow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;gerr&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 17:02:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618185#M18415</guid>
      <dc:creator>GerryWatson</dc:creator>
      <dc:date>2011-04-19T17:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: PopUps</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618186#M18416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Quick addition to that post. If you DL the raw Flex API 2.3 code (seperate from the viewer), unpack and follow this path: skins\src\com\esri\ags\skins&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a copy of the PopupRendererSkin.mxml available - I haven't begun tearing it up yet but I'll share progress on this as I make it. Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;g&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 17:11:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618186#M18416</guid>
      <dc:creator>GerryWatson</dc:creator>
      <dc:date>2011-04-19T17:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: PopUps</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618187#M18417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Gerr,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Well the only customizing of the PopUpInfo I have had time to do so far is remove the rectangle from around the media browser and some space optimization of the window. To begin customizing you need to create a PopUpRenderSkin by choosing a new MXML Skin and give it a package name, name, and host component of com.esri.ags.webmap.PopUpRenderer, Then un-check Create as copy of. Then you can open the arcgis_api_for_flex_2_3\ArcGIS_Flex\skins\src\com\esri\ags\skins\PopUpRendererSkin.mxml from your download of the 2.3 version of the API and copy and paste everything in that file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's how you start.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 17:13:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618187#M18417</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-04-19T17:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: PopUps</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618188#M18418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'll get busy with that and as mentioned, post to this thread as I progress. Phil - once I've got my head around it I can come down and show you what I did. After I've worked it out it sounds like modifying the thing for your purpose shouldn't be too bad.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;g&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 17:26:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618188#M18418</guid>
      <dc:creator>GerryWatson</dc:creator>
      <dc:date>2011-04-19T17:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: PopUps</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618189#M18419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Gerr,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Well the only customizing of the PopUpInfo I have had time to do so far is remove the rectangle from around the media browser and some space optimization of the window. To begin customizing you need to create a PopUpRenderSkin by choosing a new MXML Skin and give it a package name, name, and host component of com.esri.ags.webmap.PopUpRenderer, Then un-check Create as copy of. Then you can open the arcgis_api_for_flex_2_3\ArcGIS_Flex\skins\src\com\esri\ags\skins\PopUpRendererSkin.mxml from your download of the 2.3 version of the API and copy and paste everything in that file.&lt;BR /&gt;&lt;BR /&gt;That's how you start.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can get FlashBuilder to "Create as a copy of" by setting the source attachment path on the API swc. Under the "Flex Build Path" expand the API swc and double-click "Source attachment" and then browse to ".../ArcGIS_Flex/skins/src" after unziping the API download.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 22:58:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618189#M18419</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2011-04-20T22:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: PopUps</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618190#M18420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dasa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Thanks I knew I had this working before but could not remember how it was done. I knew you would know.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2011 12:05:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618190#M18420</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-04-21T12:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: PopUps</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618191#M18421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dasa, Robert.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the help. I've created a customization of the popup and have it doing what I need. When the app goes live I'll send a link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;gerr&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 12:19:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618191#M18421</guid>
      <dc:creator>GerryWatson</dc:creator>
      <dc:date>2011-04-28T12:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: PopUps</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618192#M18422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Finally getting skinning under my belt, just need some help with updating the references.&amp;nbsp; I followed above steps and created the new PopupRendererSkin.&amp;nbsp; After modifying it to my liking, where else do I need to modify code to get the new skin to show up? What are the steps after creating and modifying skin?&amp;nbsp; Thanks for any help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 17:01:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618192#M18422</guid>
      <dc:creator>LeeAllen</dc:creator>
      <dc:date>2011-04-28T17:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: PopUps</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618193#M18423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Lee,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; If it is a particular widget that you want to use the custom skin for than add code like this to the widget:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;fx:Style&amp;gt;
&amp;nbsp; @namespace s "library://ns.adobe.com/flex/spark";
&amp;nbsp; @namespace mx "library://ns.adobe.com/flex/mx";
&amp;nbsp; @namespace esri "http://www.esri.com/2008/ags";
&amp;nbsp; esri|PopUpRenderer
&amp;nbsp; {
&amp;nbsp;&amp;nbsp; skinClass:ClassReference('widgets.MyPopUps.ParcelPopUpRendererSkin');
&amp;nbsp; }
 &amp;lt;/fx:Style&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 02:24:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618193#M18423</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T02:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: PopUps</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618194#M18424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the response, but I haven't got that far yet. Actually, I just want the standard popup for feature layers to use the skin.&amp;nbsp; Any ideas?&amp;nbsp; Thanks again!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 17:20:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618194#M18424</guid>
      <dc:creator>LeeAllen</dc:creator>
      <dc:date>2011-04-28T17:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: PopUps</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618195#M18425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Lee,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Than I would add:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;esri|PopUpRenderer
&amp;nbsp; {
&amp;nbsp;&amp;nbsp; skinClass:ClassReference('widgets.MyPopUps.ParcelPopUpRendererSkin');
&amp;nbsp; }&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;to the default.css than.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 02:24:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618195#M18425</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T02:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: PopUps</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618196#M18426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Dasa, Robert.&lt;BR /&gt;&lt;BR /&gt;Thanks for the help. I've created a customization of the popup and have it doing what I need. When the app goes live I'll send a link.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;gerr&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Gerry,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any chance you could post your code for the skin? I have been unsuccessful so far with developing all the right parts to the skin and seeing my changes show up.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2011 16:45:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618196#M18426</guid>
      <dc:creator>LeeAllen</dc:creator>
      <dc:date>2011-05-02T16:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: PopUps</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618197#M18427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, Rober, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I add my code as below in EditWidget (following the above discussion)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;fx:Style&amp;gt; esri|Editor{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;skinClass:ClassReference("widgets.Edit.MySkin");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;} &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/fx:Style&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just copy all the code from EditorSkin.mxml to MySkin.mxml, did not change anything yet; but it always throw message like: "unable to resovle'../../../../assets/skins/ElementPolyline16.png' for transcoding".&amp;nbsp; It seems it can not find all those image in api_for_flex_2_3\ArcGIS_Flex\skins\src.&amp;nbsp; Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Lee,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; If it is a particular widget that you want to use the custom skin for than add code like this to the widget:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;fx:Style&amp;gt;
&amp;nbsp; @namespace s "library://ns.adobe.com/flex/spark";
&amp;nbsp; @namespace mx "library://ns.adobe.com/flex/mx";
&amp;nbsp; @namespace esri "http://www.esri.com/2008/ags";
&amp;nbsp; esri|PopUpRenderer
&amp;nbsp; {
&amp;nbsp;&amp;nbsp; skinClass:ClassReference('widgets.MyPopUps.ParcelPopUpRendererSkin');
&amp;nbsp; }
 &amp;lt;/fx:Style&amp;gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 02:24:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618197#M18427</guid>
      <dc:creator>MikeCliffton</dc:creator>
      <dc:date>2021-12-12T02:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: PopUps</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618198#M18428</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 have upgraded to 2.3.1&amp;nbsp; and I have a question in regard to the POP UP as well..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have two separate mapserver (point and polygon layer)... When I display my point layer, I can click on the point and I get a pop up window with data for the point layer.. However; when I display both layers (mapserver) point and polygon and I click on the point layer, i get a pop up window with data for the polygon layer instead of the point layer... It was working fine prior to upgrading to 2.3.1.. I am using Flex SDK 4.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help or feedback is very much appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 14:56:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618198#M18428</guid>
      <dc:creator>NasifAlshaier</dc:creator>
      <dc:date>2011-05-26T14:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: PopUps</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618199#M18429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nasif,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; This is a known issue with popups and there is an enhancement request in the system to fix this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 17:42:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popups/m-p/618199#M18429</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-05-26T17:42:58Z</dc:date>
    </item>
  </channel>
</rss>

