0

春と休止状態を介してflex blazedDSプロジェクトを行っています。ビュー スタックのキャンバスを切り替えると、エラー 1009「null オブジェクト参照のプロパティまたはメソッドにアクセスできません」が発生します。このエラーを回避するにはどうすればよいですか?

<mx:VBox height="244.55" y="219.45" width="624.01514" x="10">
 <mx:LinkBar dataProvider="{myViewStack}" enabled="true"  activate="true"/>
  <mx:ViewStack id = "myViewStack" width="624" height="212" enabled="true">
   <mx:Canvas id="canvas3" label="Financement" enabled="true" enterState="true" >
  <mx:Label x="38" y="10" text="Code Fin."/>
      <mx:Label x="19" y="36" text="Fond propre" enabled="true"/>
  <mx:TextInput x="119" y="34" id="fondprofin"/>
  <mx:TextInput x="119" y="8" id="codefin"/>



     <mx:Label x="100" y="10" text="*" width="11" color="#E0391E"/>
   </mx:Canvas>
    <mx:Canvas id="canvas1" label="Investissement" enabled="true" enterState="true" >
  </canvas>
4

0 に答える 0