Historical content: I wrote this article over 10 years ago on 2006-02-11. You are viewing an archived post from my old WordPress blog. The archive contains over 1,600 articles written over a ten year period. The formatting and contents of the posts may not display perfectly.
Update: New View Source Context Menu for AS3 Projects
The previous pseudo-singleton implementation of a Flex 2-Style View Source Context Menu for ActionScript 3 Projects was way too verbose for no apparent gain. Here's a much simpler one utilizing static methods.
Comments
Aral
Very cool, thanks for building. Why do you have super() being called in the constructor of ViewSourceContextMenu.as? As far as I can tell, it is not extending any class? Or is it? Is there another reason? Thanks...
Sam
by Sam Shrefler on 2006-02-13 12:44:12
Hi Sam,
I probably just forgot it there while refactoring! :) Thanks for catching it!
by Aral Balkan on 2006-02-18 23:12:01
I'm seeing an error pop up instead of seeing anything happen on this page:
VerifyError: Error #1014: Class flash.display::TextField could not be found.
at Flex2StyleContextMenu()
Comments
Very cool, thanks for building. Why do you have super() being called in the constructor of ViewSourceContextMenu.as? As far as I can tell, it is not extending any class? Or is it? Is there another reason? Thanks...
Sam
by Sam Shrefler on 2006-02-13 12:44:12
I probably just forgot it there while refactoring! :) Thanks for catching it!
by Aral Balkan on 2006-02-18 23:12:01
by Dan Wilday on 2008-02-20 20:01:42