<fx:Declarations> </fx:Declarations> <s:BusyIndicator> </s:BusyIndicator>
Error message is => Could not resolve {} to a component implementation.
Any idea how to resolve this?
I am using Flex SDK 4.6
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
BusyIndicator is a mobile-only component. If you’re using FlashBuilder, make sure your project is a mobile project. In any case, you have to make sure that mobilecomponents.swc is on the classpath.
If you want to use this component in a non-mobile project, I would think you could simply add the mobilecomponents.swc to the build path, and you should be able to use it. Here’s how you can add a library to the build path manually in FlashBuilder.
And here’s another article on using mobile components in web projects: http://www.riagora.com/2011/08/flex-mobile-in-the-browser/