estanglerbm opened a new issue #1142: URL: https://github.com/apache/royale-asjs/issues/1142
In a test case like #1140, run in fdb on SWF target, you get this exception when instantiating PanelSkin (on the way out of the constructor): ``` [Fault] exception, information=ReferenceError: Error #1069: Property http://www.adobe.com/2006/flex/mx/internal::setupBindings not found on spark.skins.spark.PanelSkin and there is no default value. at spark.skins.spark::PanelSkin() at spark.components.beads::SparkSkinScrollingViewport/set strand()[/org/apache/royale/0.9.8/spark/components/beads/SparkSkinScrollingViewport.as:66] ``` But skins work, in general, like creating a custom skin on your Application. Don't know what's so special about PanelSkin that causes it to not satisfy the ``setupBindings`` that the compiler wants (at runtime). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
