Re: FlexJS:Reflection API

2017-02-19 Thread Greg Dove
registerClassAlias(unTypeObject['_explicitType'], getClassByAlias(unTypeObject['_explicitType'])) Aside from the issue with TypeDefinition being missing, I think the class aliases should be declared explicitly elsewhere. Using registerClassAlias("vopackage.MyVo",vopackage.MyVo); I don't think

Re: FlexJS:Reflection API

2017-02-19 Thread Alex Harui
On 2/19/17, 7:17 AM, "PKumar" wrote: >Do i need to include it explicitly? i am using the flash Builder 4.7 to >develop library project. Hopefully not. It looks like your problem is in building the JS version. Are you using the Launch Configurations to build the JS

Re: FlexJS:DataGrid blank dataField issue

2017-02-19 Thread Alex Harui
On 2/19/17, 7:14 AM, "PKumar" wrote: >Hi, > >If dataGrid having blank dataField column then that column showing the >Object inside the grid cell. check the attached screen shot. > > > I'm surprised

Re: FlexJS:Reflection API

2017-02-19 Thread PKumar
Do i need to include it explicitly? i am using the flash Builder 4.7 to develop library project. - Regards, Prashant -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-Reflection-API-tp14701p14704.html Sent from the Apache Flex Users mailing list

FlexJS:DataGrid blank dataField issue

2017-02-19 Thread PKumar
Hi, If dataGrid having blank dataField column then that column showing the Object inside the grid cell. check the attached screen shot. - Regards, Prashant -- View this message in context:

Re: FlexJS:Reflection API

2017-02-19 Thread Alex Harui
Are you sure the Reflection.swc is in the -library-path? -Alex On 2/19/17, 6:25 AM, "PKumar" wrote: >Hi, > >I am using the "registerClassAlias" in my AMFlibrary,but getting the below >mentioned error on compilation. Also getting the reference error inside

FlexJS:Reflection API

2017-02-19 Thread PKumar
Hi, I am using the "registerClassAlias" in my AMFlibrary,but getting the below mentioned error on compilation. Also getting the reference error inside "registerClassAlias". Please check & suggest.