Archive for ‘Flex’

Dynamically resize nested Flex List with variableRowHeight

Another quick post…

I was stuck recently with a Flex component that had a List with an itemRenderer. The itemRenderer contained another List with an itemRenderer. Now the problem with this is that the data had unique counts and the lists had variable row …

Read More
 

Flex 3 AdvancedDataGrid Summary Divider

The AdvancedDataGrid (ADG) control in Adobe Flex 3 extends the capabilities of the standard DataGrid control to improve data visualization. You can:

Sort by multiple columns when you click in the column header
Use the styleFunction property to specify a function to apply styles to rows and columns of the control
Use an …

Read More
 

Flex Debugging Hack

A guy with call sign “Frode” on Flexcoders posted this trick on how to get the debugger to connect on an already running SWF.

> I’ve figured out a hack that sort-of gets me there – by configuring a
> debug profile in flex builder with “about:blank” as the launch URL, I
> can hit F11 in flexbuilder, …

Read More
 

Flash Player 10 for Flex

I was digging around the other day in Adobe’s Open Source area when I found the Flash Player 10 Beta with instructions on how to compile Flex applications to the new player. Check it!

There is also a tutorial by Lee Brimelow, …

Read More
 

Finally! A Google Maps API for Flex

I once built a Flex application that did a cool mapping of an object in transit. (Due to NDA reasons, I can’t say much more than that.) So of course, I use the Yahoo! Maps API for ActionScript because… well it was the only API available for Flex development and I only had a couple …

Read More
 

Set Cursor Focus in Flex

I have a pet peeve, although I’ll admit it’s one of many. The pet peeve is this. When starting a Flex application that requires authentication, I have to use tabbing or, heaven forbid, my mouse to set focus to the “user name” field on the login screen. Why!! We have been doing this for years …

Read More
 

FlexReport Release

It doesn”t matter where I go, I always run into people having printing issues with Flex. Most have found the FlexPrintJob class and samples on how to use it, but for those who print multiple pages the results are sometime less than stellar.

I just found a new open source project called FlexReport. …

Read More
 

Denver Flex Users Group

Our new site is RIA5280.org and is growing fast!

The Denver Adobe Flex UG has been meeting for a year and a half now with great success. We have had great topics, great speakers and great involvement from the community.

We”ve taken the next step in expanding our community by revamping the website. We are …

Read More
 

Also released BlazeDS

In short, it”s the free version of LiveCycle Data Services that includes the Remoting and Messaging technology previously available only as part of LiveCycle Data Services. It will now be available for free as a new Open Source product called BlazeDS (under LGPL v3 license).
Get BlazeDS

Read More
 

Flex 2 Runtime CSS

So they”ve added this new feature called Runtime CSS to Flex 2 and integrated it with Flex Builder 2.0.1. You may over think this a bit, as I did, but it is really quite simple. In this entry, I go over the details.
I also have a gotcha that may have you scratching your head for …

Read More
 
Rob Rusher :.: Building Engaging Experiences for the Browser, Desktop, Mobile and TV