<fx:Style>
@namespace s "library://ns.adobe.com/flex/spark";
@namespace mx "library://ns.adobe.com/flex/mx";
@namespace esri "http://www.esri.com/2008/ags";
esri|PopUpRenderer
{
skinClass:ClassReference('widgets.MyPopUps.ParcelPopUpRendererSkin');
}
</fx:Style>
esri|PopUpRenderer
{
skinClass:ClassReference('widgets.MyPopUps.ParcelPopUpRendererSkin');
}Dasa, Robert.
Thanks for the help. I've created a customization of the popup and have it doing what I need. When the app goes live I'll send a link.
Cheers,
gerr
Lee,
If it is a particular widget that you want to use the custom skin for than add code like this to the widget:<fx:Style> @namespace s "library://ns.adobe.com/flex/spark"; @namespace mx "library://ns.adobe.com/flex/mx"; @namespace esri "http://www.esri.com/2008/ags"; esri|PopUpRenderer { skinClass:ClassReference('widgets.MyPopUps.ParcelPopUpRendererSkin'); } </fx:Style>