On Wed, Dec 23, 2009 at 1:39 PM, Max <[email protected]> wrote: > The definition of base class HierarchicalCollectionView was not > found. public class HierarchicalCollectionViewFixed extends > HierarchicalCollectionView
HierarchicalCollectionView is part of the Datavisualization classes and is not included with the free Flex SDK. You must install the datavisualization swc yourself into your local repo (or a shared repo you control). https://docs.sonatype.org/display/FLEXMOJOS/Adding+libraries+to+compilation Make sure and get the version that matches your SDK. You can find them in the Flex Builder Pro directory under the sdks folder. Logan -- You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos?hl=en?hl=en http://blog.flex-mojos.info/
