カスタムイベントcurrentTargetをコンポーネントにキャストする際に問題があります。親コンテナからremoveElementを削除しようとすると、エラーが発生します。どうしたんだ?動的に作成されたコンポーネントが原因でエラーが発生する
TypeError: Error #1034: Type Coercion failed: cannot convert mx.events::[email protected] to com.modultek.pis.itemmachine.search.events.SortEvent.
private function sortSelection_removeHandler(event:SortEvent):void
{
var sortSelection:SortSelection = event.currentTarget as SortSelection;
this.removeElement(sortSelection);
}
コンポーネントは削除されますが、このエラーが発生します。
いいえ。イベントにデータを追加する必要がある場合、FlexEventはそれをサポートしていません。 –