flex tree忙游标

时间:2010-10-25 07:50:43

标签: flex tree busy-cursor

我正在使用一个带有数组集合的树,我试图在expandItem上运行繁忙的光标但现在我不知道当树完成加载孩子时停止它,

1 个答案:

答案 0 :(得分:0)

发现它:)

重写的expandItem

中的CursorManager.setBusyCursor()

CursorManager.removeBusyCursor();在更新完成...

private function onUpdateComplete(event:FlexEvent):void 
        {
            CursorManager.removeBusyCursor();
        }