in a rush

experience is everything

in a rush header image 4

Flex 3 AdvancedDataGrid Summary Divider

June 26th, 2008 · No Comments

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 expandable navigation tree in a [...]

[Read more →]

Tags: Flex

Flash Player 10 for Flex

May 16th, 2008 · No Comments

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, Adobe Platform Evangelist, that covers how to get started using Flash Player 10 (code [...]

[Read more →]

Tags: Flash · Flex

Set Cursor Focus in Flex

April 28th, 2008 · 5 Comments

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 →]

Tags: Flex

FlexReport Release

April 28th, 2008 · No Comments

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. It is said [...]

[Read more →]

Tags: Flex

Denver Flex Users Group

April 28th, 2008 · No Comments

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 using a [...]

[Read more →]

Tags: Flex

Also released BlazeDS

April 28th, 2008 · No Comments

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 →]

Tags: Data Services · Flex

Flex 2 Runtime CSS

April 28th, 2008 · No Comments

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 →]

Tags: Flex

How to share your Flex code

April 28th, 2008 · 1 Comment

Sharing your source code is easy in Adobe Flex 2. After a quick glance at the Application class in the Flex API, you”ll find that the viewSourceURL property will allow you to open a new browser window at which your source would be stored. You could point it to a specific file or zip as [...]

[Read more →]

Tags: AIR · Flex

RDS in Eclipse

April 28th, 2008 · No Comments

There is a new view that you can get from Adobe Labs that will add an RDS view to the eclipse IDE. It uses an updated version of ColdFusion MX, so it takes an update to your ColdFusion MX server before you add the plugin to eclipse.
The RDS view can be configured to point to [...]

[Read more →]

Tags: ColdFusion · Eclipse

Flex Builder 2 Tips & Tricks

April 28th, 2008 · No Comments

Because Flex Builder 2 is build on Eclipse instead of Dreamweaver, everyone is new to using the IDE. Many of the keyboard shortcuts that you may be used to no longer apply, so I thought I would list out a few things you can start using immediately.

[Read more →]

Tags: Flex