Hi there,
I am trying to create a Flex 4.5 (Hero) Login Example for Mobile
devices, see:
http://code.google.com/p/masuland/wiki/LoginExample or
http://code.google.com/p/masuland/wiki/LoginExample#Flex_4_(Hero)_with_MVCpshCtl_PInj
When running the application I am getting this error:
VerifyError: Error #1014: Class mx.modules::Module could not be found.
at com.masuland.loginexample::AppConfig/initialized()[/Users/masu/
Documents/Adobe Flash Builder 4.5/
LoginExampleFx4HeroSpringMobileMVCpshCtl_PInj/src/main/flex/com/
masuland/loginexample/AppConfig.as:52]
at index/_index_AppConfig1_i()
at index()[/Users/masu/Documents/Adobe Flash Builder 4.5/
LoginExampleFx4HeroSpringMobileMVCpshCtl_PInj/src/main/flex/index.mxml:
9]
at _index_mx_managers_SystemManager/create()
[_index_mx_managers_SystemManager.as:50]
at mx.managers.systemClasses::ChildManager/initializeTopLevelWindow()
[E:\dev\hero_private\frameworks\projects\framework\src\mx\managers
\systemClasses\ChildManager.as:311]
at mx.managers::SystemManager/initializeTopLevelWindow()[E:\dev
\hero_private\frameworks\projects\framework\src\mx\managers
\SystemManager.as:3063]
at mx.managers::SystemManager/
http://www.adobe.com/2006/flex/mx/
internal::kickOff()[E:\dev\hero_private\frameworks\projects\framework
\src\mx\managers\SystemManager.as:2849]
at mx.managers::SystemManager/
http://www.adobe.com/2006/flex/mx/
internal::preloader_completeHandler()[E:\dev\hero_private\frameworks
\projects\framework\src\mx\managers\SystemManager.as:2729]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.preloaders::Preloader/timerHandler()[E:\dev\hero_private
\frameworks\projects\framework\src\mx\preloaders\Preloader.as:542]
at flash.utils::Timer/_timerDispatch()
at flash.utils::Timer/tick()
The source code can be found in the SVN of Google Code:
http://masuland.googlecode.com/svn/trunk/LoginExampleFx4HeroSpringMobileMVCpshCtl_PInj/trunk/
Any ideas?