Category Archives: AIR (Adobe Integrated Runtime)

What does [Bindable] mean in ActionScript?

I’ve been hanging out a bit lately over at Stack Overflow answering questions, earning badges, etc.  I love to find older questions that have incomplete answers or answers that could be expounded upon.   Here is the latest question I … Continue reading

Leave a Comment

Filed under AIR (Adobe Integrated Runtime), Flash, Flex, Programming, StackOverflow, Uncategorized

Migrating from Subversive to Subclipse in eclipse

I recently decided to migrate from Subversive to Subclipse  as my SVN plugin for FlashBuilder (eclipse)  I found it to be a very easy process.   I found the video Migrating from Subversive to Subclipse in Servoy 5 to be especially … Continue reading

1 Comment

Filed under Adobe, AIR (Adobe Integrated Runtime), eclipse, Flash, Flex

Chaining bindable properties in ActionScript using anonymous functions.

Imagine that you have an object that exposes a public property that is bindable.   Now imagine you have a second object that uses this bindable property to provide it’s own bindable property.  How do you simply and easily bind a UI … Continue reading

Leave a Comment

Filed under Adobe, AIR (Adobe Integrated Runtime), Flash, Flex

Flex Events and FlashBuilder Event Meta Tags

As so many of these things go I’m sure this information is out there somewhere… I’ve even probably read it.   For whatever reason it didn’t “click” for me.   I figured out how to effectively leverage the Flex Event … Continue reading

Leave a Comment

Filed under Adobe, AIR (Adobe Integrated Runtime), Flash, Flex

Getting Flex UI components all the same width or height

You need some way of telling all of the components in the set to re-size to the largest size of any of the components. Continue reading

Leave a Comment

Filed under Adobe, AIR (Adobe Integrated Runtime), Flash, Flex

Flash Builder 4 ASDoc Configuration

There is not a lot of information out on the net on how to configure ASDoc to work with Flash Builder 4.  Well I should clarify… there actually is some but it is kind of confusing. Here is the official … Continue reading

Leave a Comment

Filed under Adobe, AIR (Adobe Integrated Runtime), Flash, Flex

RDS configuration in FlexBuilder 3 cannot connect

After my install of FlexBuilder3 (after my install of CS3) I was having a problem connecting to my local RDS server. What made this particular problem really odd is that I was not having this problem in FlexBuilder2. (With FB2 … Continue reading

Leave a Comment

Filed under AIR (Adobe Integrated Runtime), Flex

Adobe onAIR bus tour

I went to the Adobe onAIR Bus tour on Tuesday. This was the first scheduled stop with many more to follow. The complete schedule can be found at the official website http://onair.adobe.com/ The event was held at Elysian Brewing Company … Continue reading

Leave a Comment

Filed under Adobe, AIR (Adobe Integrated Runtime), Flex

Access the old value of a numeric stepper in Flex 2

Problem: The numeric stepper and numeric stepper event in Flex 2 do not tell you which button (up or down) was pressed and there is no way to determine what the value was prior to the change that triggered the … Continue reading

2 Comments

Filed under AIR (Adobe Integrated Runtime), Flex