Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

Sample Applications

ThomasBurleson edited this page Feb 28, 2011 · 31 revisions

Check out the following samples:

(1) CafeTownsend (Swiz + BabelFx)     Source Code | Online Demo
Multi-language (English and Spanish) version of the infamous CafeTownsend application; but now with BabelFx and Swiz IoC. This demo also demonstrates how the Localization Framework can be easily used within Swiz applications.

Developers!!
Note that this demo now uses the ThunderBolt AS3 class to direct the log output to the Firebug console. Internally, the Swiz and application code use the [Log] processor while the BabelFx engine uses its own internal logging process… but both output to the Firebug console.

(2) Multi-language Flex Store (for Flex SDK 4)     Source Code | Online Demo
Multi-language version (English, Chinese, Spanish, French) version of the FlexStore Revisited application. This demo also shows how “localeChanging” events can be used to activate spinners and load external, localized xml data files. Also demonstrates the auto-detection feature to start the application in your preferred OS language setting.

http://www.gridlinked.info/images/l10nWiki/snapshot_flexstore.png


(3) Registration Demo (Flex SDK 3)     Source Code | Online Demo
Multi-language version (English and Spanish) demonstrates advanced form use with validators, tooltips, Degrafa skinning, AND BabelFx. Notice that the buttons are PNGs which are also localized. And the “Thank you for Registering” text is htmlText that is localized with the user’s name/email as parameters.
http://www.gridlinked.info/images/l10nWiki/snapshot_registration.png


(4) Views with Deferred Creation (Flex 4)     Source Code | Online Demo
Flex 4.1 SDK version with English and Chinese locales; demonstrates injections triggering when view states change and when containers use deferred creation policies.

(5) Employees Intranet (Mate MVC with Modules)     Source Code | Online Demo
Multi-language (English and German) version of the Mate MVC sample application “Intranet”. This demo also demonstrates how each module can have its own localization map.

http://www.gridlinked.info/images/l10nWiki/snapshot_Intranet.png

Clone this wiki locally