次の例を見てみましょう。
<mx:State name="sayHello">
<mx:SetProperty name="preText" target="{this}" value="Hello"><mx:SetProperty>
</mx:State>
preText プロパティが hello に設定されていることをどうにかして知ることはできますか?
すでに試しました: state->activate state->enterState state->exitState
と
UIComponent->currentStateChange
上記のすべてのケースで、pretext プロパティは null ですが、どういうわけか、後で目的の値を取得します (タイマーでテストしました)。
どんな助けでも素晴らしいでしょう!ありがとう!