It could also be a missing css.
To figure out, I usually add a debugging style in the css such as
global {
chrome-color: red;
}
HTH,
Maurice
-----Message d'origine-----
De : Romain KELIFA [mailto:[email protected]]
Envoyé : jeudi 30 janvier 2014 17:37
À : [email protected]
Objet : Re: solidColor Exclusions
Hi ! sorry I can't remember which one exactly, but I'm pretty sure we already
ran into the same issue before : when compiling with Maven you must add either
the theme SWC or some other SWC (might be spark one) to fix this issue.
Hope it will be of any help ...
Le 30 janv. 2014 17:26, "Miguel Ferreira" <[email protected]> a
écrit :
> Hi guys,
> I have now a really strange error.
> I create a component that extends from a SkinnableContainer and also a
> skin.
> Local everything works fine.
> But when i deploy in the server and i run the application a get a
> runtime
> error:
> Required skin part solidColor cannot be found. at
> spark.components.supportClasses::SkinnableComponent/findSkinParts()[/U
> sers/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/spark/s
> rc/spark/components/supportClasses/SkinnableComponent.as:737]
>
> .....
> I don't know the reason that locally i don't have this error but in
> the server side i have...
> The difference is in the compiler to the server i use maven... but
> this justify this error?