开发者

mx:Canvas 's Show event equalivent in s:Group

开发者 https://www.devze.com 2023-02-09 05:20 出处:网络
As of Flex 4, I\'m using s:Group instead of mx:Canvas. With s:Group 开发者_如何学C, show event is not fired when the container is visible like with mx:Canvas.creationComplete event fire only once. Ho

As of Flex 4, I'm using s:Group instead of mx:Canvas.

With s:Group 开发者_如何学C, show event is not fired when the container is visible like with mx:Canvas. creationComplete event fire only once. How can I detect show event or something alike in Flex 4 or should I just use the mx:Canvas instead ?

Any kind help is appreciated.


what about enterState or show events?

0

精彩评论

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