Archives

Viewing by category: CFForm (58 entries)

May
09

EOLAS fix for ColdFusion Flash Forms

12 comments Posted by: Nahuel

Adobe just released a new ColdFusion MX 7 Updater that works with Flex 2 (beta 3). This updater also fixes the EOLAS problem. We've received a lot of questions about this issue and the answer is: don't worry, Adobe will care of it.

Also, I highly recommend that you start playing with the new Flex2 (beta 3). It rocks :)

More info on Damon's blog.

Category: CFForm | ColdFusion | Flex |
Jan
23

ASF File Explorer released

140 comments Posted by: Laura

file explorerThis is a project that started small and became a complete application. After much work on it, we are finally ready to release it.

ASF File Explorer is a file manager to browse, add, and remove directories and files from a specific server location.

read more Category: CFForm | ColdFusion | Flash Remoting |
Dec
01

ColdFusion Flash Forms Macromedia Developer Center article - Part 2

138 comments Posted by: Laura

We've had very good feedback from the first part of the ColdFusion Flash Forms article published at Macromedia. Thank you!

Many of you have asked when the second part is going to be published. The answer is: soon! But some readers have asked Macromedia and us to be able to see it sooner. So we decided to post it here for download until it is finally published at the Macromedia Developer Center.

Enjoy!

Update: The article has been published by Adobe, so these are the new links

The Real Estate Sample Application - Part 2: Managing Property Listings through Flash Forms
Sample files
Live example

Related posts: ColdFusion Flash Forms Macromedia Developer Center article - Part 1

Category: CFForm | ColdFusion | Flash Remoting |
Nov
04

Using labelFunction to format cfgrid columns

76 comments Posted by: Laura

If you ever used cfgrid, you know that it accepts a query as its data. Each cfgridcolumn of the grid has to be a column of the query. You cannot combine two or more columns or add something to the column. That means that any formatting of the data needs to be done before giving the query to the grid (unless you loop over it and use but in that case you are not using the query atttribute anyway).

read more Category: CFForm | ColdFusion |
Oct
31

ColdFusion Flash Forms Macromedia Developer Center article

103 comments Posted by: Laura

Real Estate Sample Application

We are happy to announce that the first part of a series of two articles, "The Real Estate Sample Application - Part 1: Building the Search Functionality", has been published at the Macromedia Developer Center. It's a walk through a Flash Forms sample application that uses Flash Remoting. You can view it running here. Before anyone asks, this is the almost-finished application, so it contains features not explained in the article and downloadable code. You will need to wait until the second part for that.

As always, you are welcomed to comment about it or ask any question here.

The Real Estate Sample Application – Part 1: Building the Search Functionality

Live example

Category: CFForm | ColdFusion | Flash Remoting |