Hi Alex, Thank you for your help; the change added to POM worked. Since my Flex 3 program uses TitleWindow, PopUpManager, Panel, Canvas, SearchButton, etc., I am trying to learn these then convert the original Flex 3 source files one by one. Best Regards, Allen
-----Original Message----- From: 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. 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%7Cfa7b1b5a7b34438794aed2c178de >cee >1%7C0%7C0%7C636353858370442599&sdata=%2BaLf8SDtioWAE6VMsLfiXDE8PbOk3RaM >1Z% >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%7Cf2ec990 >7e3 >4c490efdf808d4c8766ec0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636 >353 >858370442599&sdata=WRhz3090MYccEq0NpsvGHwbVs4rkkeUrMyV2sxdWw08%3D&reser >ved >=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-tp6305 >9p6 >3105.html&data=02%7C01%7C%7Cf2ec9907e34c490efdf808d4c8766ec0%7Cfa7b1b5a >7b3 >4438794aed2c178decee1%7C0%7C0%7C636353858370442599&sdata=AmKcODOfRgTdjq >cbk >gWekv6rEbJGkceP3vZTzivng%2B0%3D&reserved=0 >Sent from the Apache Flex Development mailing list archive at Nabble.com. ________________________________ Ce message, ainsi que tous les fichiers joints à ce message, peuvent contenir des informations sensibles et/ ou confidentielles ne devant pas être divulguées. Si vous n'êtes pas le destinataire de ce message (ou que vous recevez ce message par erreur), nous vous remercions de le notifier immédiatement à son expéditeur, et de détruire ce message. Toute copie, divulgation, modification, utilisation ou diffusion, non autorisée, directe ou indirecte, de tout ou partie de ce message, est strictement interdite. This e-mail, and any document attached hereby, may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized, direct or indirect, copying, disclosure, distribution or other use of the material or parts thereof is strictly forbidden.