Hello,
I have downloaded the Flex Viewer 2.4 and import project in Flash Builder 4.0. But it is not running because of huge error. Most of the error is occurring for layoutDirection component. In total 5 mxml files are infected with same error. I am telling individual problems one by one.
1. src>com.esri.viewer>skins>MapManagerSkin.mxml : 2 errors
"cannot resolve attribute 'layoutDirection' for component type spark.component.supportclasses.skin"
2. src>com.esri.viewer>skins>WidgetTemplateSkin.mxml : 22 errors
"Access of undefined property layoutDirection"
3. src>Widget>Navigation>NavigationWidget.mxml : 1 error
"cannot resolve attribute 'layoutDirection' for component type widget.Navigation.Navigation"
4. src>Widget>OverviewMapWidget>OverviewMapWidget.mxml : 1 error
"cannot resolve attribute 'layoutDirection' for component type com.esri.viewer.BaseWidget"
5. src>Widget>WidgetContainer>WidgetContainer.mxml : 2 errors
"cannot resolve attribute 'layoutDirection' for component type Spark.components.Border.container"
2 layoutDirection component are different in 2 files. I am not sure whatever it is write or wrong: In MapMangerSkin layoutDirection ="ltr" where as in WidgetTemplateSkin layoutDirection == "rtl"
Please Help me to solve this.
Regards
Md. Azizul Alam Toton