Re: FlexJS: Unable to access WrappedHTMLElement

2017-02-21 Thread Alex Harui
What does the source code look like and what error do you get? -Alex On 2/21/17, 10:37 AM, "PKumar" wrote: >Hi, > >I added the following compiler options to access the WrappedHTMLElement >but >unable to access. Please suggest. > >-external-library-path

Re: FlexJS:Reflection API

2017-02-21 Thread Alex Harui
On 2/21/17, 10:28 AM, "PKumar" wrote: >Thanks for clarification Alex & Greg, > >I have resolve this issue. I have removed the registerClassAlias code from >library and placed it in Main application. > >one question, i want to ask here is, > >is it possible to implement

Conditional stroke for bar series

2017-02-21 Thread Deepak MS
Hi there, I wanted to give conditional stroke (and retain the fill) for bar series item. I can use fillFunction to give conditional fill colors, similarly how can i give conditional stroke colors for barseries items? Sample code: http://codepen.io/anon/pen/Mpgwyw

FlexJS: Unable to access WrappedHTMLElement

2017-02-21 Thread PKumar
Hi, I added the following compiler options to access the WrappedHTMLElement but unable to access. Please suggest. -external-library-path E:\ApacheFlexJSDevelop\FlexJS08N2\frameworks\libs\Core.swc - Regards, Prashant -- View this message in context:

Re: FlexJS:Reflection API

2017-02-21 Thread PKumar
Thanks for clarification Alex & Greg, I have resolve this issue. I have removed the registerClassAlias code from library and placed it in Main application. one question, i want to ask here is, is it possible to implement "[RemoteClass]" metadata in FlexJS? - Regards, Prashant -- View

Re: FlexJS:Reflection API

2017-02-21 Thread Alex Harui
I agree with Greg. In regular Flex, the [RemoteClass] metadata causes the compiler to call registerClassAlias for you. The FlexJS compilers do not do that, and I would like to avoid that, because it might register classes too early (at startup, instead of just-in-time before deserialization) and

Re: FlexJS:Reflection API

2017-02-21 Thread Alex Harui
Hi Prashant, Try adding -remove-circulars compiler option to JS compile. Thanks, -Alex On 2/20/17, 10:18 AM, "PKumar" wrote: >Alex, > >Please check the attached console output. > >Error.txt > > > >