Helps to create the initial code for an AIR application.
LaunchPad problems
Testing the version from 2011-11-12 - airlaunchpad_p8_3-0-1_081911.air
- Where are the sources for it? - Open source it so the community can help fix it!
- After making all the setups, clicking "Main Menu" at the bottom of the app goes back to main menu and loses all the settings that have been made
- Application name allows spaces, which creates main app class that is illegal:
- Invalid component name 'AIR Marketplace Downloader': component name must be legal ActionScript class name. AIR Marketplace Downloader.mxml /AIR Marketplace Downloader/src Unknown Flex Problem
- Trying to launch the generated file gives: invalid application descriptor: versionNumber contains an invalid value
- Generated app has: v1
- Should be something like: 1.0.0
- Selected all events, launched, got this error:
Error: Illegal window settings. Window menus are only supported when systemChrome is set to "standard". at flash.display::NativeWindow/set menu() at AIRMarketplaceDownloader/init()[C:\Projects\flex\workspace\AIRMarketplaceDownloader\src\AIRMarketplaceDownloader.mxml:90] at AIRMarketplaceDownloader/___AIRMarketplaceDownloader_WindowedApplication1_applicationComplete()[C:\Projects\flex\workspace\AIRMarketplaceDownloader\src\AIRMarketplaceDownloader.mxml:6] at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at mx.core::UIComponent/dispatchEvent()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\UIComponent.as:13128] at mx.managers::SystemManager/preloader_preloaderDoneHandler()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\managers\SystemManager.as:2682] at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at mx.preloaders::Preloader/displayClassCompleteHandler()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\preloaders\Preloader.as:582] at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at mx.preloaders::SparkDownloadProgressBar/initCompleteHandler()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\preloaders\SparkDownloadProgressBar.as:1087] at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at mx.preloaders::Preloader/dispatchAppEndEvent()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\preloaders\Preloader.as:380] at mx.preloaders::Preloader/appCreationCompleteHandler()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\preloaders\Preloader.as:590] at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at mx.core::UIComponent/dispatchEvent()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\UIComponent.as:13128] at mx.core::UIComponent/set initialized()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\UIComponent.as:1818] at mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\managers\LayoutManager.as:842] at mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\managers\LayoutManager.as:1180]
- fix: Go to the app.xml file and change systemChrome to standard, and transparent to false (since it is only applicable when systemChrome is none)
- Problem: Transparent and native menu support should not be activated at the same time.
- Suggestions:
- create the page from the application icons setup on the first step.
- If the largest icon is filled in first, automatically create the other sized icons from it.
Labels:
None
Add Comment