Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. create an application that uses MXML 2009 namespace with MX components only, i.e:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:mx="library://ns.adobe.com/flex/halo" minWidth="1024" minHeight="768">
<fx:Declarations>
<!-- Place non-visual elements (e.g., services, value objects) here -->
</fx:Declarations>
</mx:Application>
2. compile it using the theme AeonGraphical, and exclude spark.swc and sparkskins.swc from the libpath.
Actual Results:
compiler errors:
Error: Access of undefined property ButtonSkin.
Error: Definition mx.skins.spark:DefaultButtonSkin could not be found.
Error: Definition mx.skins.spark:ButtonSkin could not be found.
etc...
Expected Results:
No errors since AeonGraphical does not use spark.
Workaround (if any):