Skip to main content
Inspiring
August 13, 2012
Answered

AdvancedDataGrid in iOS apps

  • August 13, 2012
  • 2 replies
  • 607 views

I'm trying to use the AdvancedDataGrid and HierarchicalData in a AIR 3.3 for iOS application, but the compiler can't resolve the references to them.

The mx namespace is defined as xmlns:mx="http://ns.adobe.com/mxml/2009".

What else do I need to resolve these?

This topic has been closed for replies.
Correct answer Chris Velevitch

When you create a Flex Mobile project, Flash Builder excludes certain framework libraries from the project by default. By going project properties->Flex Build Path->Library Path you can add the missing framework libraries. I my case they were advancedgrids.swc and mx.swc. All the Flex swc's are located in the sdk directory under framework/libs.

2 replies

Chris VelevitchAuthorCorrect answer
Inspiring
August 14, 2012

When you create a Flex Mobile project, Flash Builder excludes certain framework libraries from the project by default. By going project properties->Flex Build Path->Library Path you can add the missing framework libraries. I my case they were advancedgrids.swc and mx.swc. All the Flex swc's are located in the sdk directory under framework/libs.

Inspiring
August 14, 2012

Are you compiling using an external compiler like Ant? If you are and you're failing to include the correct Libraries it will happen.