<?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: Would like to open a single &amp;quot;web page&amp;quot; from a link in a popup w/o opening new win in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/would-like-to-open-a-single-amp-amp-quot-web-page/m-p/231355#M7149</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for all of your assistance on this, it is very much appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MayMay - In fact, I tried that early on and it was a no go.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony - I moved the ags/"skins" directory and its subdirs under the "com.esri" directory and the errors went away. I recompiled but to no avail. See my attached screen shot of the correction if you don't mind.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dasa - It seems like such a minor code change and it's frustrating that I can't make it happen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Even with all of the guidance from everyone, I don't want to waste any more of your time on this. I really tried to research this issue on my own before posting here. Great to hear this is fixed in the next release. I'll deal with it then.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;John&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Dec 2013 20:48:25 GMT</pubDate>
    <dc:creator>JohnLeon</dc:creator>
    <dc:date>2013-12-11T20:48:25Z</dc:date>
    <item>
      <title>Would like to open a single &amp;amp;quot;web page&amp;amp;quot; from a link in a popup w/o opening new windows</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/would-like-to-open-a-single-amp-amp-quot-web-page/m-p/231347#M7141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok... so this is my first post so here goes. I'm currently using FlexViewer 3.4 and FlashBuilder 4.6.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using "popups" for property information when a user selects a parcel. For this purpose, I have an Assessor Parcel Number and a link to a property report. Unfortunately, the link on the popup creates "new" web browser windows after clicking on the property report link when switching from parcel to parcel.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Attached is a screenshot of the popup.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the code for the popup xml file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;?xml version="1.0" ?&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;configuration&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;title&amp;gt;APN {APN}&amp;lt;/title&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;description&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;![CDATA[&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;font color="#ffd700"&amp;gt;&amp;lt;b&amp;gt;{OWNER_NAME}&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt; &amp;lt;a HREF="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://myserver/prop/report.cfm?key=" rel="nofollow" target="_blank"&gt;http://myserver/prop/report.cfm?key=&lt;/A&gt;&lt;SPAN&gt;{APN}" TARGET="PropInfo"&amp;gt;View Property Report&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; ]]&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/description&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;showattachments&amp;gt;true&amp;lt;/showattachments&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/configuration&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I need to modify the InfoPopup.mxml file for this action to work properly with popups. If so, what is the tweak?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In fact, the "MySplash" widget by Robert Scheitlin works beautifully. I have links using a named target and they work just fine. The named targeted links all go to a single web page without opening new ones.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;John&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 21:38:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/would-like-to-open-a-single-amp-amp-quot-web-page/m-p/231347#M7141</guid>
      <dc:creator>JohnLeon</dc:creator>
      <dc:date>2013-11-19T21:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Would like to open a single "web page" from a link in a popup w/o opening new win</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/would-like-to-open-a-single-amp-amp-quot-web-page/m-p/231348#M7142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try changing this line in PopUpRendererSkin.mxml:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;if (linkElement &amp;amp;&amp;amp; linkElement.target != "_blank")&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;if (linkElement &amp;amp;&amp;amp; linkElement.target == "_self")&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 21:28:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/would-like-to-open-a-single-amp-amp-quot-web-page/m-p/231348#M7142</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2013-11-26T21:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Would like to open a single "web page" from a link in a popup w/o opening new win</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/would-like-to-open-a-single-amp-amp-quot-web-page/m-p/231349#M7143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Dasa&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any thoughts how this would be done within the Flex Viewer code not the Flex API code?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried adding the PopUpRendererSkin.mxml file from the API code to the Flex Viewer code.&amp;nbsp; I've tried several attempts but to no avail.&amp;nbsp; Am I missing any other files to bring over as well?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;John&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 17:16:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/would-like-to-open-a-single-amp-amp-quot-web-page/m-p/231349#M7143</guid>
      <dc:creator>JohnLeon</dc:creator>
      <dc:date>2013-12-10T17:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Would like to open a single "web page" from a link in a popup w/o opening new win</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/would-like-to-open-a-single-amp-amp-quot-web-page/m-p/231350#M7144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;John,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you copy the ags folder from src/com/esri in the API download to src/com/esri in your viewer code this should work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 18:59:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/would-like-to-open-a-single-amp-amp-quot-web-page/m-p/231350#M7144</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-12-10T18:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Would like to open a single "web page" from a link in a popup w/o opening new win</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/would-like-to-open-a-single-amp-amp-quot-web-page/m-p/231351#M7145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Anthony,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I copied the ags folder and its subdirs according to your recommendation.&amp;nbsp; Recompiled with the code recommendation from Dasa and still a no go.&amp;nbsp; I've attached a several screen shots for popup xml target code, DASA code change and file location in the directory path.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you see anything in the wrong place or coded incorrectly?&amp;nbsp; Again much appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;John&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 00:11:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/would-like-to-open-a-single-amp-amp-quot-web-page/m-p/231351#M7145</guid>
      <dc:creator>JohnLeon</dc:creator>
      <dc:date>2013-12-11T00:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Would like to open a single "web page" from a link in a popup w/o opening new win</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/would-like-to-open-a-single-amp-amp-quot-web-page/m-p/231352#M7146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I&amp;nbsp; used PopUpRendereSkin.mxml and put under com.esri.viewer\skins.&amp;nbsp; You can use different name if you prefer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 14:13:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/would-like-to-open-a-single-amp-amp-quot-web-page/m-p/231352#M7146</guid>
      <dc:creator>MayJeff</dc:creator>
      <dc:date>2013-12-11T14:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Would like to open a single "web page" from a link in a popup w/o opening new win</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/would-like-to-open-a-single-amp-amp-quot-web-page/m-p/231353#M7147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;John,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can see by your screenshot from flash builder you have errors in your project (denoted by the red crosses). Are you sure your API version matches the viewer version being used? (i.e. 3.4 Api with 3.4 of the viewer). Flash builder will not compile with errors present.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 15:00:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/would-like-to-open-a-single-amp-amp-quot-web-page/m-p/231353#M7147</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-12-11T15:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Would like to open a single "web page" from a link in a popup w/o opening new win</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/would-like-to-open-a-single-amp-amp-quot-web-page/m-p/231354#M7148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This fix is also included in version 3.6 which is due to be released by early next week.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 17:41:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/would-like-to-open-a-single-amp-amp-quot-web-page/m-p/231354#M7148</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2013-12-11T17:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Would like to open a single "web page" from a link in a popup w/o opening new win</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/would-like-to-open-a-single-amp-amp-quot-web-page/m-p/231355#M7149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for all of your assistance on this, it is very much appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MayMay - In fact, I tried that early on and it was a no go.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony - I moved the ags/"skins" directory and its subdirs under the "com.esri" directory and the errors went away. I recompiled but to no avail. See my attached screen shot of the correction if you don't mind.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dasa - It seems like such a minor code change and it's frustrating that I can't make it happen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Even with all of the guidance from everyone, I don't want to waste any more of your time on this. I really tried to research this issue on my own before posting here. Great to hear this is fixed in the next release. I'll deal with it then.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;John&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 20:48:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/would-like-to-open-a-single-amp-amp-quot-web-page/m-p/231355#M7149</guid>
      <dc:creator>JohnLeon</dc:creator>
      <dc:date>2013-12-11T20:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Would like to open a single "web page" from a link in a popup w/o opening new win</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/would-like-to-open-a-single-amp-amp-quot-web-page/m-p/231356#M7150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Dasa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just downloaded 3.6 and did a quick test.&amp;nbsp; It works great!!!&amp;nbsp; Many thanks to you and the entire ESRI Flex team!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;John&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 23:49:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/would-like-to-open-a-single-amp-amp-quot-web-page/m-p/231356#M7150</guid>
      <dc:creator>JohnLeon</dc:creator>
      <dc:date>2013-12-19T23:49:50Z</dc:date>
    </item>
  </channel>
</rss>

