Archive for the 'Flex' Category
Wednesday, January 9th, 2008
Flex’ CSS implementation isn’t very advanced and it gives me all kinds of trouble when I try to re-style my applications. For the most part Flex does a really good job of allowing customization, but it’s only good for the first 80%.
Read the rest of this entry →
Posted in Flex | 5 Comments →
Friday, January 4th, 2008
Posted in Flex | 2 Comments →
Saturday, December 29th, 2007
Stumbled upon a link in a mail from 2001: Gravité, a control panel for old Mac OS which made it look as if you were really dragging icons. Oh, the happy times.

Someone should revive this for drag & drop in Flex.
Posted in Flex, Reviews | No Comments →
Friday, December 28th, 2007
In Flex 3 there is support for deep linking in the BrowserManager class. Unfortunately it requires that you use the Flex HTML templates which, frankly, are really ugly. I prefer to use SWFObject to embed my Flash and Flex applications. To solve this I have created a simple package that makes it possible to use the BrowserManager class with SWFAddress. You can find it and a description on what it does here: Flex BrowserManager + SWFAddress integration.
Posted in ActionScript, Flex, Search Engine Optimization | 11 Comments →
Sunday, November 25th, 2007
The collections in Flex are good as data providers for list and tree components, doing the dirty work of making sure that the components know of changes made to the underlying data, but frankly they suck at most other things. Most importantly they suck at being collections. In this post I’m going to show you why and how to alleviate the problem somewhat.
Read the rest of this entry →
Posted in ActionScript, Architectural Atrocities, Flex | 3 Comments →
Sunday, October 28th, 2007
The asynchronous API:s in Flash, Flex and AIR don’t all work the same in regards to garbage collection. I discovered this the other day when testing out file uploading in Flash. I made the mistake of not keeping a reference to the object that was going to dispatch events when the user had selected a file. It took me half an hour to figure out what was happening, and once I did I cursed myself for not seeing it straight away. However, after having thought about it I think that the the Flash, Flex and AIR API:s are inconsistent and a bit unintuitve on this point.
Read the rest of this entry →
Posted in AIR, ActionScript, Design patterns & theory, Flex | 1 Comment →
Monday, October 15th, 2007
It’s been a while since I wrote about TextMate and Flex, but still my last post is one of the first five when I google for “textmate flex“, “textmate flex bundle” or “textmate flex tips“. This surprises me as I thought that by now there should have been more written about Flex and TextMate by now, after all it’s been almost ten months. It turns out that there actually has been things going on, but in the quiet.
Read the rest of this entry →
Posted in Flex, Reviews | 3 Comments →
Monday, October 8th, 2007
Three months ago I asked is the only thing new with Flex 3 the version number?, I was bit critical back then, but I take it all back.
Why?
OpenType font embeddning. Absolutely fantastic.
The enhanced constraints feature isn’t so bad either.
Posted in Flex | No Comments →
Tuesday, September 25th, 2007
A while back I wrote about using Flex with Amazon WebServices and the problems I had using Flex’ WebService component. Now I’ve tried working with web services in Flex again and discovered new problems having to do with Flex’ serialization of the request when the data type of a parameter is <any/>.
Read the rest of this entry →
Posted in Flex | No Comments →
Tuesday, June 19th, 2007
Adobe has clarified the Flex 3 pricing and the good news is that The Flex SDK will remain free (not very surprising as it’s going open source). However, it won’t be much of an update from Flex 2, because the only real new feature will not be included.
Read the rest of this entry →
Posted in Flex | 9 Comments →