I'm receiving lots of errors (28 of them) when trying to create a new app based on the 2.4 source code:
-Description Resource Path Location Type
1120: Access of undefined property layoutDirection. WidgetTemplateSkin.mxml /FlexViewer/src/com/esri/viewer/skins line 42 Flex Problem
Plus more like this:
Description Resource Path Location Type
Cannot resolve attribute 'layoutDirection' for component type com.esri.viewer.BaseWidget. OverviewMapWidget.mxml /FlexViewer/src/widgets/OverviewMap line 21 Flex Problem
The error above applies to OverviewMapWidget, WidgetContainer, MapManagerSkin, and NavigationWidget
To create the errors I did the following:
1. Created new directory
2. Restarted Flash Builder using the new directory as my project directory
3. Imported src from 2.4 viewer directly from the .zip file using the "File --> Import Flex Project" menu option
4. Project attempts to compile then returns the errors