feathersui / feathersui-starling-sdk

SDK for building Feathers UI (AS3/Starling) applications with MXML
https://feathersui.com/learn/as3-starling/sdk/
Apache License 2.0
42 stars 13 forks source link

Which .swc for IMXMLObject in pure ActionScript projects? #53

Closed chrisvelevitch closed 5 years ago

chrisvelevitch commented 5 years ago

In the pure ActionScript examples Tabs (the web version) that come with 3.5.0, I get compile errors:-

/Users/chris/libs/feathersSDK/v350-air310/frameworks/libs/feathers.swc
    Error:[Tabs]: (feathers.controls:TabNavigatorItem) Error code: 1046: Type was not found or was not a compile-time constant: [mx.core]::IMXMLObject.
    Error:[Tabs]: (feathers.controls:StackScreenNavigatorItem) Error code: 1046: Type was not found or was not a compile-time constant: [mx.core]::IMXMLObject.

Which .swc file contains this class? It's not in mx.swc nor core.swc.

joshtynjala commented 5 years ago

I have tranferred this issue to BowlerHatLLC/feathers-sdk, since it is more appropriate to be added there.

joshtynjala commented 5 years ago

Based on where it exists in the repository, it appears that IMXMLObject is compiled into framework.swc.

joshtynjala commented 5 years ago

You shouldn't run into this issue if you use the Tabs example that comes with the Feathers SDK instead. Since the sole purpose of the Feathers SDK is to add support for MXML, I'm not really sure why you're trying to use the pure ActionScript examples at all, to be honest.

If you're not interested in using MXML, then I recommend using the Adobe AIR SDK or the Apache Flex SDK and adding the Starling and Feathers UI libraries to your projects.