Archive for the ‘Flex’ Category

AIR HTML control does not re-render after call to style.setProperty()?

Sunday, January 20th, 2008

So I'm working on a small application that allows you to edit the HTML and CSS of a page that is loaded into an AIR HTML control. I can easily reset the the value of the body's innerHTML property and the HTML control re-renders the view. However, on the CSS ...

AS3BloggerLib v0.1.3 Update

Wednesday, October 31st, 2007

Today I updated the AS3BLoggerLib project. Recently I realized that I wasn't handling service responses in a good way. Previously, I was assuming that when the URLLoader's COMPLETE event was dispatched that the service call was successful. This obviously is not the case. Now a simple check on the HTTP ...

AS3BloggerLib v0.1.1 Update

Wednesday, September 26th, 2007

Another quick update on AS3BloggerLib. I changed the package name to reflect the nobien brand. It changed from 'org.mattwright...' to 'com.nobien...'. Why you ask? First, I don't want it to be confused with the most infamous Matt Wright in the internet world. And second, I want to push the nobien ...

AS3BloggerLib Update

Tuesday, September 18th, 2007

Just a quick update. I've updated AS3BloggerLib with proper documentation, an SWC file, and added the first download. The project feels a bit more official now that these are up there. On top of adding this stuff I also did a bit of necessary encapsulation to clean the code up ...

See You at FlashForward!

Monday, September 17th, 2007

Hey everyone. Just a little reminder that Marc and myself will be speaking at FlashForward in Boston on this Thursday, September 20th. Our talk is entitled Designers vs. Developers: How to Avoid Fights on the Playground. We'll be hanging out the entire conference too, so if you see us, please ...

My new project: AS3BloggerLib

Friday, September 14th, 2007

Ah, actionscript libraries. You can never have too many of them, right? Right. And not to mention that there's nothing better than someone writing code for you. In all honesty I haven't had much time to myself to use any of the wonderful AS3 libraries that are out there right ...