Re: FlexJS: Cross Compilation Issue

2016-04-25 Thread Alex Harui
On 4/25/16, 8:12 AM, "PKumar" wrote: >Workaround provided is compiled fine and including the Language. I will >also >raise a JIRA ticket for this issue. But i am having query regarding the >your workaround. why you casting a Number to a Number type? > Just to get

Re: FlexJS: Cross Compilation Issue

2016-04-25 Thread PKumar
Workaround provided is compiled fine and including the Language. I will also raise a JIRA ticket for this issue. But i am having query regarding the your workaround. why you casting a Number to a Number type? - Regards, Prashant -- View this message in context:

Re: Strange error

2016-04-25 Thread Alex Harui
Don't bind the name of a display object. Use "id" instead. -Alex On 4/25/16, 10:31 AM, "mark goldin" wrote: >I am getting the following error: > >TypeError: Error #2007: Parameter name must be non-null. >at flash.display::DisplayObject/set name() >at

Strange error

2016-04-25 Thread mark goldin
I am getting the following error: TypeError: Error #2007: Parameter name must be non-null. at flash.display::DisplayObject/set name() at mx.binding::Binding/defaultDestFunc() at Function/http://adobe.com/AS3/2006/builtin::call() at mx.binding::Binding/innerExecute() at

Strange behavior on CallResponders

2016-04-25 Thread leokan23
So i have the following problem. I have a login page in my app, where the user can login, the system then checks what package( something like a membership) the user has and changes the view. I have two callresponders (in the loginView.mxml) in the declaration In the UserService.as file, i

Re: Chain of events when checkbox is in List

2016-04-25 Thread OK
Seems that some code was eaten by this mailing list. Just another try: http://ns.adobe.com/mxml/2009; xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx"

Re: Chain of events when checkbox is in List

2016-04-25 Thread OK
Perhaps you could achive it using this kind of itemRenderer and implement the logic that fits your needs depending on the value of the event.target property: HTH, Olaf http://ns.adobe.com/mxml/2009; xmlns:s="library://ns.adobe.com/flex/spark"