<?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 Popup media container size change in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popup-media-container-size-change/m-p/422649#M11998</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;SPAN&gt;I am trying to remove the image rectangle box in the PopUpRenderer because it does not fit the image.&amp;nbsp; I am using the PopUpMediaInfo object for this.&amp;nbsp; I have brought in the PopUpMediaBrowserSkin.mxml file so the adjustments can be made to the skin.&amp;nbsp; Can someone please tell me how the popUpMedioInfo object can reference the skin so the the changes can be seen in the app?&amp;nbsp; What directory should the skin be placed in? What else needs to be done so the changes can be seen on popups in the app?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The direction I am going for is in the forum: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/38375-Change-media-container-size-in-Pop-Up-Window"&gt;http://forums.arcgis.com/threads/38375-Change-media-container-size-in-Pop-Up-Window&lt;/A&gt;&lt;SPAN&gt; but I would like more detail as to how to complete this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ray&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Aug 2012 18:27:42 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2012-08-02T18:27:42Z</dc:date>
    <item>
      <title>Popup media container size change</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popup-media-container-size-change/m-p/422649#M11998</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;SPAN&gt;I am trying to remove the image rectangle box in the PopUpRenderer because it does not fit the image.&amp;nbsp; I am using the PopUpMediaInfo object for this.&amp;nbsp; I have brought in the PopUpMediaBrowserSkin.mxml file so the adjustments can be made to the skin.&amp;nbsp; Can someone please tell me how the popUpMedioInfo object can reference the skin so the the changes can be seen in the app?&amp;nbsp; What directory should the skin be placed in? What else needs to be done so the changes can be seen on popups in the app?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The direction I am going for is in the forum: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/38375-Change-media-container-size-in-Pop-Up-Window"&gt;http://forums.arcgis.com/threads/38375-Change-media-container-size-in-Pop-Up-Window&lt;/A&gt;&lt;SPAN&gt; but I would like more detail as to how to complete this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ray&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 18:27:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popup-media-container-size-change/m-p/422649#M11998</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-08-02T18:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Popup media container size change</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popup-media-container-size-change/m-p/422650#M11999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The host component for the "PopUpMediaBrowserSkin.mxml" is "PopUpMediaBrowser". So for any changes in PopUpMediaBrowserSkin.mxml to get reflected in the application, you would need to override the existing skin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For that, perform the following steps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Place the modified skin file in any project source folder ( for ex: com.esri.customSkins folder)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) open the default.css file (default package) and include the following namespace,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;@namespace skinComps "com.esri.ags.skins.supportClasses.*";&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Also inlcude the following skinClass reference for "PopUpMediaBrowser",&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;skinComps|PopUpMediaBrowser&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; skinClass: ClassReference("com.esri.customSkins.PopUpMediaBrowserSkin");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rama&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 21:15:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/popup-media-container-size-change/m-p/422650#M11999</guid>
      <dc:creator>RamaChintapalli</dc:creator>
      <dc:date>2012-08-02T21:15:42Z</dc:date>
    </item>
  </channel>
</rss>

