RE: [FlexJS] Name space question

2017-07-11 Thread Allen YANG
: Alex Harui [mailto:aha...@adobe.com.INVALID] Sent: Tuesday, July 11, 2017 12:20 PM To: dev@flex.apache.org Subject: Re: [FlexJS] Name space question Hi Piotr, Flat borrows lots of components from the Basic package. So it may not have Panel code in the source folder, but it can still have a Panel

Re: [FlexJS] Name space question

2017-07-11 Thread Alex Harui
Hi Piotr, Flat borrows lots of components from the Basic package. So it may not have Panel code in the source folder, but it can still have a Panel. Allen probably needs to add the Flat artifact to his pom.xml. That said, I don't think Flat is fully implemented on all components in its

RE: [FlexJS] Name space question

2017-07-11 Thread Allen YANG
:38 AM To: dev@flex.apache.org Subject: Re: [FlexJS] Name space question Hi Allen, The case is that maybe in Flat module there is no equivalent to Panel from Basic module. If I would like to use something to my application and I'm not sure whether it exists I'm checking it directly in module

Re: [FlexJS] Name space question

2017-07-11 Thread piotrz
Hi Allen, The case is that maybe in Flat module there is no equivalent to Panel from Basic module. If I would like to use something to my application and I'm not sure whether it exists I'm checking it directly in module folder. [1] That's probably ugly way, but we don't have ASDoc app online as

RE: [FlexJS] Name space question

2017-07-11 Thread Allen YANG
@flex.apache.org Subject: Re: [FlexJS] Name space question Are you using Maven or FB or some other build process? For Maven you may need to add the Flat artifact to the pom.xml -Alex On 7/10/17, 7:45 PM, "Allen YANG" <allen.y...@raritan.com> wrote: >Hi Team, > >I was trying t

Re: [FlexJS] Name space question

2017-07-10 Thread Alex Harui
Are you using Maven or FB or some other build process? For Maven you may need to add the Flat artifact to the pom.xml -Alex On 7/10/17, 7:45 PM, "Allen YANG" wrote: >Hi Team, > >I was trying to create a FlexJS project from the example in FlexJS: