Re: FlexJS:Reflection API

2017-02-20 Thread Greg Dove
> > Regarding, > registerClassAlias(unTypeObject['_explicitType'], > getClassByAlias(unTypeObject['_explicitType'])) > > - I am getting the data from blazeDs and blazeDS adding the "_explicitType" > to every object. > Great - I assume _explicitType is the alias used to retrieve the class

Re: FlexJS:Reflection API

2017-02-20 Thread PKumar
Greg, Regarding, registerClassAlias(unTypeObject['_explicitType'], getClassByAlias(unTypeObject['_explicitType'])) - I am getting the data from blazeDs and blazeDS adding the "_explicitType" to every object. - I am just picking "_explicitType" and registering that class using

Re: Measuring from of Label with padding strange/incorrect

2017-02-20 Thread OK
chris_d_k wrote > Hi, > > I have an itemrenderer based on a group with a label inside. If there is > text which would exactly fit in one line and I have a padding in the > label, the label is displayed in two lines but the measured value is at is > is one line... > > Is this a bug or am I doing

Measuring from of Label with padding strange/incorrect

2017-02-20 Thread chris_d_k
Hi, I have an itemrenderer based on a group with a label inside. If there is text which would exactly fit in one line and I have a padding in the label, the label is displayed in two lines but the measured value is at is is one line... Is this a bug or am I doing something wrong? Kind regards