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 namespace.  Allen, if you decide you like the look of Flat we'll have
to do more work to get Flat implemented on all of the components in your
app.

In the pom.xml there is a dependencies section that starts like this:

  <dependencies>
    <!-- Needed for JavaScript compilation -->
    <dependency>
      <groupId>org.apache.flex.flexjs.framework</groupId>
      <artifactId>Basic</artifactId>
      <version>0.8.0</version>
      <type>swc</type>
      <classifier>js</classifier>
    </dependency>

I think you just need to add other dependencies:

<dependency>
      <groupId>org.apache.flex.flexjs.framework</groupId>
      <artifactId>Flat</artifactId>
      <version>0.8.0</version>
      <type>swc</type>
      <classifier>js</classifier>
    </dependency>



HTH,

-Alex


On 7/11/17, 8:38 AM, "piotrz" <piotrzarzyck...@gmail.com> wrote:

>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 far as I know to
>check it.
>
>Flat module has 3 components [1], the rest probably need to be added. We
>didn't focus on that module to much.
>
>[1] 
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.co
>m%2Fapache%2Fflex-asjs%2Ftree%2Fdevelop%2Fframeworks%2Fprojects&data=02%7C
>01%7C%7Cf2ec9907e34c490efdf808d4c8766ec0%7Cfa7b1b5a7b34438794aed2c178decee
>1%7C0%7C0%7C636353858370442599&sdata=%2BaLf8SDtioWAE6VMsLfiXDE8PbOk3RaM1Z%
>2F2dTlM2gw%3D&reserved=0
>[2]
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.co
>m%2Fapache%2Fflex-asjs%2Ftree%2Fdevelop%2Fframeworks%2Fprojects%2FFlat%2Fs
>rc%2Fmain%2Fflex%2Forg%2Fapache%2Fflex%2Fflat&data=02%7C01%7C%7Cf2ec9907e3
>4c490efdf808d4c8766ec0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636353
>858370442599&sdata=WRhz3090MYccEq0NpsvGHwbVs4rkkeUrMyV2sxdWw08%3D&reserved
>=0
>
>Piotr
>
>
>
>-----
>Apache Flex PMC
>piotrzarzyck...@gmail.com
>--
>View this message in context:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-development.2333347.n4.nabble.com%2FFlexJS-Name-space-question-tp63059p6
>3105.html&data=02%7C01%7C%7Cf2ec9907e34c490efdf808d4c8766ec0%7Cfa7b1b5a7b3
>4438794aed2c178decee1%7C0%7C0%7C636353858370442599&sdata=AmKcODOfRgTdjqcbk
>gWekv6rEbJGkceP3vZTzivng%2B0%3D&reserved=0
>Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to