Select to view content in your preferred language

How can I increase the size of a popup window in the Flex viewer 3.6

3824
6
Jump to solution
08-04-2015 10:29 AM
ChristinaMcCullough
New Contributor III

I need to increase the size of the applications popups.  I am not finding the same skins I had used in the 2.5 viewer to perform this function previously in the arcgis-samples-flex-3.6-src folder.

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Christina,

   The PopUpRendererSkin.mxml is included in the Flex API download under the ArcGIS_Flex\src\com\esri\ags\skins folder.

View solution in original post

6 Replies
JayantaPoddar
MVP Esteemed Contributor

Hi Christina,

You could use ArcGIS API for Flex. The PopUpRendererSkin.mxml might be available in  arcgis_api_for_flex_3_6\ArcGIS_Flex\skins\src\com\esri\ags\skins\ folder of the API download.Check the solution by Robert Scheitlin, GISP​ in the following link:

Modifying the Popup Window in ArcGIS Viewer for Flex v. 3 Pre-release



Think Location
ChristinaMcCullough
New Contributor III

Found it. I think I was looking at it too long.  Too easy.  Thanks

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Christina,

   The PopUpRendererSkin.mxml is included in the Flex API download under the ArcGIS_Flex\src\com\esri\ags\skins folder.

ChristinaMcCullough
New Contributor III

I have increased the size of the popup easily.  Thanks for the tip.  However, I am wondering what file contains the swf when i move it to production?  is this the index file?

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Christina,

   Yes any mxml that is not a module with just be compiled into the index.swf

ChristinaMcCullough
New Contributor III

Thank You

0 Kudos