ApplicationUpdaterUI in Flex 4
In case you’re wondering why your Flex 4 app is bombing when you try to use the ApplicationUpdaterUI, look no farther than this bug report: http://bugs.adobe.com/jira/browse/SDK-22886?rc=1. The unsuspecting will wonder where the heck the “TypeError: Error #1007: Instantiation attempted on a non-constructor. ” comes from.
In the meantime, you might find this conversation between two Flex dev’s interesting…Michael Ritchie posted some sample code for doing your own updater UI via ApplicationUpdater.
Explore posts in the same categories: Uncategorized
September 14th, 2009 at 2:40 pm
You can find a custom ApplicationUpdaterUI that works for Flex 4 on Jens Krause’s blog: http://www.websector.de/blog/2009/09/09/custom-applicationupdaterui-for-using-air-updater-framework-in-flex-4/
September 15th, 2009 at 4:44 pm
Ah, nice one. Thanks for the link Michael!