Trying to do that I hit the computeStandardButtonWidth() which involve every components with text and the _langSelect which is involved in the first step, I didn't find any elegant way to manage them.
-Fred -----Message d'origine----- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : dimanche 29 septembre 2013 23:54 À : dev@flex.apache.org Objet : Re: [Intaller] Speed up download Hi, I'd start by breaking up the MXML into components, some of the data model will fall out of that. Then try to make the new components loosely coupled with events (and event bubbling if required) and the data model will start defining itself. Thanks, Justin