On 10/17/16, 2:46 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira"
<carlos.rov...@gmail.com on behalf of carlos.rov...@codeoscopic.com> wrote:

>btw, what means the attribute lookupOnly="true" in component tag in the
>manifest xml?

It means to add the class to the list of classes mapped to the manifest,
but not actually include the class in the SWC because it can be found in
another SWC.
In the regular Flex SDK, we used it to map mx.collections.ArrayList to the
Spark manifest so you could also just type s:ArrayList and not mix in mx
prefixes into your Spark-only app.

HTH,
-Alex

Reply via email to