开发者

flex tree busy cursor

开发者 https://www.devze.com 2023-01-22 00:46 出处:网络
i am using a tree with an array collection, i have tried to run busy cursor on expa开发者_JAVA百科ndItem but now i dont know were to stop it when the tree finishes loading children, found it :)

i am using a tree with an array collection, i have tried to run busy cursor on expa开发者_JAVA百科ndItem but now i dont know were to stop it when the tree finishes loading children,


found it :)

CursorManager.setBusyCursor() in overridden expandItem

CursorManager.removeBusyCursor(); in update complete...

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

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号