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???