Tag: flex

Trace Flex & Flash content (minus Flex/FlashBuilder junk)

September 10th, 2009, 1 Comment

I use a tail command alias (from FlashApe) to constantly output the contents of my flashlog file to the terminal which makes reading output very useful. However, if you use FlexBuilder/FlashBuilder at all, you’ll notice it will dump millions of useless comments such as
-> Begin call to AS: getSelectedItems()
Begin AS external call: designViewComplete()
, [...]

Dynamically Rescaling Flex Applications

August 5th, 2009, No Comments

For a project, we’ve been meaning to implement some accessibility features such as providing the ability to resize all of the text in the application. The problem with this is that it requires a lot of overhead to build your application so that it can handle dynamic text sizes. I wanted instead to [...]

http://zachberry.com/blog / flex