Make sure your PopUpRendererSkin.mxml file is in this exact location:src\com\esri\ags\skinsIf the PopUpRendererSkin.mxml file is in another location, then you would need to declare the new location of your file in the defaults.css like this (if I remember right): esri|PopUpRenderer { skinClass: ClassReference("com.esri.viewer.mycustomfolder.CustomPopup"); }
esri|PopUpRenderer { skinClass: ClassReference("com.esri.viewer.mycustomfolder.CustomPopup"); }
I am using Flash Builder and exported release build.
Steve,Are you using the compiled code or the app builder, if so you will not have that file as it is source code.If you are using the viewer source code the file is an mxml file which is in the API download that does not come as standard with the viewer code, you have to download the API separately and add it to the viewer code.https://developers.arcgis.com/flex/RegardsAnthony
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.