Re: [FlexJX][FalconJX]

2017-03-28 Thread Alex Harui
Sounds good. Thanks. -Alex On 3/28/17, 12:58 PM, "Greg Dove" wrote: >Thanks, this was used in a local Log utility which is used for indirect >prefixing with info/warn etc. iirc I could not simply use trace >cross-platform for this approach, I think there were problems with >trace.apply for js

Re: [FlexJX][FalconJX]

2017-03-28 Thread Greg Dove
Thanks, this was used in a local Log utility which is used for indirect prefixing with info/warn etc. iirc I could not simply use trace cross-platform for this approach, I think there were problems with trace.apply for js (I would need to check, but this is what I recall) so I ended up referencing

Re: [FlexJX][FalconJX]

2017-03-28 Thread Alex Harui
On 3/28/17, 12:12 PM, "Greg Dove" wrote: > >FWIW I tried with remove-circulars again but that broke on 'No GoogDep for >console' this time, but I guess you are still working on this. Actually, I would prefer that folks who hit "No GoogDep" fix it themselves by adding what they need to NativeUt

Re: [FlexJX][FalconJX]

2017-03-28 Thread Greg Dove
Thanks Alex, I confirm this fixed things with the problem I described. I rebuilt Falcon using maven, and after that, compiling without remove-circulars does not have the issue I experienced prior. It was important to clean the local project first (I only mention this because I often forget to do

Re: [FlexJX][FalconJX]

2017-03-28 Thread Alex Harui
On 3/28/17, 12:59 AM, "Greg Dove" wrote: >Hi Alex, if you have time, perhaps you can shed some light on this? > >I have an mxml component using states, that implements an Interface, >IFormSequence. > >the generated CLASS_INFO looks like this: >FLEXJS_CLASS_INFO = { names: [{ name: 'ActionForm',

[FlexJX][FalconJX]

2017-03-28 Thread Greg Dove
Hi Alex, if you have time, perhaps you can shed some light on this? I have an mxml component using states, that implements an Interface, IFormSequence. the generated CLASS_INFO looks like this: FLEXJS_CLASS_INFO = { names: [{ name: 'ActionForm', qName: 'components.forms.ActionForm', kind: 'clas