02-14-2012 10:04 AM
Hey guys,
i'm new to the "blackberry world" (i really like it
) and have a questuin about the components built for As3.
In the Blackberry-SDK Folder (/frameworks) there are 5 and more swc files, wich can be used by As3. Wich i have to use, if i wanna to use the blackberry specific Comps like Button, List and so on?
Importing all these files doesn't seem "right" to me.
Greetings, Nico
02-21-2012 06:40 PM
Have you taken a look at our guide for creating your first AIR Application?
The expectation is that you would be adding them all, but the qnx-air.swc is linked externally, while the others are merged. As you can see from the names, the various API additions are split across files, rather than added in a single monolithic file.