Select to view content in your preferred language

Where is PopUpRendererSkin.mxml in 3.1

995
6
04-09-2013 12:55 PM
AndreaGrygo
New Contributor
Was the PopUpRendererSkin.mxml replaced in 3.1? 
I'm looking for it to change the size of the PopUp window.

Thank you.
Tags (2)
0 Kudos
6 Replies
YannCabon
Esri Contributor
It wasn't replaced in 3.1.
It's under the skin folder: skins\src\com\esri\ags\skins
0 Kudos
AndreaGrygo
New Contributor
0 Kudos
YannCabon
Esri Contributor
Ho,

The PopUpRendererSkin is in the skins folder of the API, not the viewer.
0 Kudos
RhettZufelt
MVP Notable Contributor
0 Kudos
TomSchuller
Occasional Contributor III
Hy,
the skin is inlucded in the API, not in the viewer.

Just download the ArcGIS Flex API (arcgis_api_for_flex_3_2.zip)
  http://links.esri.com/flex-api/latest-download
and take a look in the folder:
ArcGIS_Flex\skins\src\com\esri\ags\skins

Tom
0 Kudos
AndreaGrygo
New Contributor
Thanks all for your help, I found it and was able to successfully add it to the viewer:

Added to viewer under src > com.esri.viewer > skins > supportClasses
Added the following to defaults.css so the viewer would use the file:
esri|PopUpRenderer
{
 skin-class: ClassReference("com.esri.viewer.skins.supportClasses.PopUpRendererSkin");
}
0 Kudos