I have a component which uses ProgressBar. When i try to use this component in mobile application (using flex builder burrito), I have these errors:
Definition mx.skins.spark:ProgressBarSkin could not be found
and some more of the same style.
Is there any way to make ProgressBar to work in mobile app? I tried to import mx.skins.spark:ProgressBarSkin into my component, but this didn't help.
Thank you!