Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
配列コレクションを持つツリーを使用しています。expandItem でビジー カーソルを実行しようとしましたが、ツリーが子のロードを終了したときにそれを停止する方法がわかりません。
それを見つけた :)
オーバーライドされた expandItem 内の CursorManager.setBusyCursor()
CursorManager.removeBusyCursor(); アップデート完了中…
private function onUpdateComplete(event:FlexEvent):void { CursorManager.removeBusyCursor(); }