I just installed the new FlexViewer 2.4 with 4.5.1 sdk and get the following error.
Description Resource Path Location Type
1044: Interface method isBasicLayout in namespace com.esri.viewer:IWidgetContainer not implemented by class widgets.WidgetContainer:WidgetContainerWidget. WidgetContainerWidget.mxml /LTCR/src/widgets/WidgetContainer Unknown Flex Problem
There were a number of warnings regarding the following but I corrected those.
// OLD:
ViewerContainer.dispatchEvent(new AppEvent(AppEvent.DATA_OPT_LAYERS, null, getOplayers));
// NEW:
AppEvent.dispatch(AppEvent.DATA_OPT_LAYERS, null, getOplayers);
Any help resolving this would be appreciated.