Select to view content in your preferred language

ESRI Editor component says missing Skin???????

412
1
07-22-2011 02:32 AM
TonyCollins
Regular Contributor
Hi,

If I have a simple module with only an editor in the MXML eg:

<esri:Editor id="editor" width="100%" height="100" geometryService="{geometryService}" map="{map}"/>


I get the following error:

Error: Skin for Index.ApplicationSkin2._ApplicationSkin_Group1.contentGroup.Container5.MapManager6.SkinnableContainerSkin10.contentGroup.map.StaticLayer108.InfoWindow348.InfoWindowSkin349.containerGroup.contentGroup.AttributeInspector347 cannot be found.


If I place the Editor in a simple application it works fine??? Is there something I need to do for this to work from within a module???
Tags (2)
0 Kudos
1 Reply
TonyCollins
Regular Contributor
I added -keep-all-type-selectors to the compiler settings to solve this.

Should I need to do this?
0 Kudos