Re: Re : [flexcoders] Flex Library and FDS

2007-05-25 Thread eric . guesdon
Hello Jean-François, Comment vas-tu ? Fellicitation pour ton fwk, j'aime bien l'implémentation du pattern Moderateur entre Modèles et Vues I tried that by private var userClass : Class = UserVo ; private var user : UserVo ; but compiler don't care about that. My case is the following I have

Re : [flexcoders] Flex Library and FDS

2007-05-25 Thread Jean-François Mathiot
Hi Eric, it seems to be an import problem. Try to force your valueObject import using for example private static var myImportClass : Object = UserVO; somewhere into your code. Cheers. JFM. - Message d'origine De : [EMAIL PROTECTED] [EMAIL PROTECTED] À : flexcoders@yahoogroups.com

Re : Re : [flexcoders] Flex Library and FDS

2007-05-25 Thread Jean-François Mathiot
Envoyé le : Vendredi, 25 Mai 2007, 11h44mn 09s Objet : Re: Re : [flexcoders] Flex Library and FDS Hello Jean-François, Comment vas-tu ? Fellicitation pour ton fwk, j'aime bien l'implémentation du pattern Moderateur entre Modèles et Vues I tried that by private

Re: Re : Re : [flexcoders] Flex Library and FDS

2007-05-25 Thread eric . guesdon
the proper UserVO definition and casting ? Did you try to root the loaded appDom into the SystemDomain ? - Message d'origine De : [EMAIL PROTECTED] [EMAIL PROTECTED] À : flexcoders@yahoogroups.com Envoyé le : Vendredi, 25 Mai 2007, 11h44mn 09s Objet : Re: Re : [flexcoders] Flex Library

Re : Re : Re : [flexcoders] Flex Library and FDS

2007-05-25 Thread Jean-François Mathiot
De : [EMAIL PROTECTED] [EMAIL PROTECTED] À : flexcoders@yahoogroups.com Envoyé le : Vendredi, 25 Mai 2007, 13h20mn 55s Objet : Re: Re : Re : [flexcoders] Flex Library and FDS Thanks for your help I load my .swf with a Loader like that context = new LoaderContext