Ive been trying to write my first Blackberry Adobe Flex application but get the following errors:
1172: Definition mx.controls:Label could not be found.
Any idea why?
Thanks
Phil
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.
You probably didn’t include the MX namespace: xmlns:mx=”library://ns.adobe.com/flex/mx”
But don’t use mx.controls:Label try the spark label (s:Label) (include the xmlns:s=”library://ns.adobe.com/flex/spark”)