Por lo que estoy viendo, tiene que ver con el tabnavigator y los canvas que tengo dentro, si saco toda la información y elimino el tabnavigator y los canvas internos, se me queda este código y no me da ese error.
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="init()">
<mx:Label x="238.5" y="20" text="Demo " fontSize="72"/>
<mx:Canvas x="414" y="245" width="200" height="116" borderColor="#A5DCEC" borderStyle="solid" borderThickness="1" cornerRadius="6" alpha="1.0" backgroundColor="#ECFDE5">
<mx:Label x="10" y="0" text="Borde"/>
<mx:Label x="10" y="36" text="Ancho:"/>
<mx:Label x="10" y="66" text="Color:"/>
<mx:ColorPicker x="89" y="62" id="colorPick"/>
<mx:NumericStepper x="89" y="34" minimum="0" maximum="40" id="selectAncho"/>
</mx:Canvas>
<mx:Button x="496" y="192" label="Cargar" />
<mx:Label x="436" y="194" text="Load: "/>
<mx:Label x="436" y="376" text="Zoom: "/>
<mx:NumericStepper id="numStep" x="499" y="374" maximum="10" minimum="0"/>
</mx:Application>
Me gustaría saber el motivo