RE: One of the parameters is invalid while loading a module

2013-11-19 Thread Devesh Mishra
sm.stylesRoot; } It works for me. -Original Message- From: Darrell Loverin [mailto:darrell.love...@gmail.com] Sent: 15 November 2013 23:04 To: users@flex.apache.org Subject: Re: One of the parameters is invalid while loading a module Without being able to see the issue for myse

Re: One of the parameters is invalid while loading a module

2013-11-15 Thread Darrell Loverin
mail.com] > Sent: 15 November 2013 07:24 > To: users@flex.apache.org > Subject: Re: One of the parameters is invalid while loading a module > > From what I see _popUpWindow is not on the display list when > _moduleLoader.loadModule() is called. Therefore _moduleLoader is also not >

RE: One of the parameters is invalid while loading a module

2013-11-14 Thread Devesh Mishra
e project, it's working there. -Original Message- From: Darrell Loverin [mailto:darrell.love...@gmail.com] Sent: 15 November 2013 07:24 To: users@flex.apache.org Subject: Re: One of the parameters is invalid while loading a module From what I see _popUpWindow is not on the dis

Re: One of the parameters is invalid while loading a module

2013-11-14 Thread Darrell Loverin
iginal Message- > From: Darrell Loverin [mailto:darrell.love...@gmail.com] > Sent: 13 November 2013 23:28 > To: users@flex.apache.org > Subject: Re: One of the parameters is invalid while loading a module > > One issue I noticed with the way you are using ModuleLoader is it is

RE: One of the parameters is invalid while loading a module

2013-11-13 Thread Devesh Mishra
ay be it'll help. -Original Message- From: Darrell Loverin [mailto:darrell.love...@gmail.com] Sent: 13 November 2013 23:28 To: users@flex.apache.org Subject: Re: One of the parameters is invalid while loading a module One issue I noticed with the way you are using ModuleLoader is it

Re: One of the parameters is invalid while loading a module

2013-11-13 Thread Darrell Loverin
_moduleLoader.addChild(child as DisplayObject); >> PopUpManager.addPopUp(_popUpWindow as >> IFlexDisplayObject,FlexGlobals.topLevelApplication as DisplayObject,true); >> PopUpManager.centerPopUp(_popUpWindow as >&g

Re: One of the parameters is invalid while loading a module

2013-11-13 Thread Darrell Loverin
} > > private function moduleCloseHandler(event:Event):void > { > _moduleLoader.unloadModule(); > PopUpManager.removePopUp(_popUpWindow); > _popUpWindow = null; >

RE: One of the parameters is invalid while loading a module

2013-11-13 Thread Devesh Mishra
: 13 November 2013 12:24 To: users@flex.apache.org Subject: RE: One of the parameters is invalid while loading a module Hi Darrel, Good to listen from you. I have attached my action script sample class file in this email. Hope it'll give you a more clarification. Here are my

Re: One of the parameters is invalid while loading a module

2013-11-12 Thread Alex Harui
tting error. > > >-Original Message- >From: Darrell Loverin [mailto:darrell.love...@gmail.com] >Sent: 12 November 2013 21:15 >To: users@flex.apache.org >Subject: Re: One of the parameters is invalid while loading a module > >A couple of things seem odd to me: >

RE: One of the parameters is invalid while loading a module

2013-11-12 Thread Devesh Mishra
module where I am getting error. -Original Message- From: Darrell Loverin [mailto:darrell.love...@gmail.com] Sent: 12 November 2013 21:15 To: users@flex.apache.org Subject: Re: One of the parameters is invalid while loading a module A couple of things seem odd to me: 1) Why is PopUpMana

Re: One of the parameters is invalid while loading a module

2013-11-12 Thread Darrell Loverin
eUrl); > } > > private function onModuleLoadComplete(child:DisplayObject):void > { > _moduleLoader.addChild(child as DisplayObject); > } > > -Original Message- > From: Darrell Loverin [mailto:darrell.love...@gmail.com] > Sent: 11 November 2013 19:24 &g

RE: One of the parameters is invalid while loading a module

2013-11-11 Thread Devesh Mishra
DisplayObject); } -Original Message- From: Darrell Loverin [mailto:darrell.love...@gmail.com] Sent: 11 November 2013 19:24 To: users@flex.apache.org Subject: Re: One of the parameters is invalid while loading a module Setting -isolate-styles=false is not recommended when using Spark

Re: One of the parameters is invalid while loading a module

2013-11-11 Thread Darrell Loverin
spatcher/dispatchEvent() > > at > >mx.core::FlexModuleFactory/update()[E:\dev\4.x\frameworks\projects\framewo > >rk\src\mx\core\FlexModuleFactory.as:433] > > at > >mx.core::FlexModuleFactory/docFrameHandler()[E:\dev\4.x\frameworks\project > >s\framework\sr

RE: One of the parameters is invalid while loading a module

2013-11-11 Thread Devesh Mishra
rk\src\mx\core\FlexModuleFactory.as:433] > at >mx.core::FlexModuleFactory/docFrameHandler()[E:\dev\4.x\frameworks\project >s\framework\src\mx\core\FlexModuleFactory.as:582] > at >mx.core::FlexModuleFactory/docFrameListener()[E:\dev\4.x\frameworks\projec >ts\framework\src\

Re: One of the parameters is invalid while loading a module

2013-11-10 Thread Alex Harui
t >mx.core::FlexModuleFactory/docFrameHandler()[E:\dev\4.x\frameworks\project >s\framework\src\mx\core\FlexModuleFactory.as:582] > at >mx.core::FlexModuleFactory/docFrameListener()[E:\dev\4.x\frameworks\projec >ts\framework\src\mx\core\FlexModuleFactory.as:126] > >-O

RE: One of the parameters is invalid while loading a module

2013-11-10 Thread Devesh Mishra
Alex Harui [mailto:aha...@adobe.com] Sent: 08 November 2013 22:49 To: users@flex.apache.org Subject: Re: One of the parameters is invalid while loading a module What is the error message and call stack? Did you try the workaround suggested in the forum thread? On 11/8/13 1:26 AM, "Devesh Mish

Re: One of the parameters is invalid while loading a module

2013-11-08 Thread Alex Harui
What is the error message and call stack? Did you try the workaround suggested in the forum thread? On 11/8/13 1:26 AM, "Devesh Mishra" wrote: >Hi, >I am facing the same issue which has been reported in the given URL >(http://forums.adobe.com/message/2783233) >In this post, someone mentioned th

One of the parameters is invalid while loading a module

2013-11-08 Thread Devesh Mishra
Hi, I am facing the same issue which has been reported in the given URL (http://forums.adobe.com/message/2783233) In this post, someone mentioned that this issue is coming because of different implementation of StyleManager in Flex 3 & Flex 4. Need confirmation for the same. MASTEK LTD. In the US