Mar
06

Flash Forward Seattle: Flex and ColdFusion presentation

4 comments Posted by: Nahuel

First we want to thanks everyone that attended our session. We hope that you enjoyed it as much as we did. This was the best Flash Forward conference that I've attended so far. The venue, the organizers and the people were very nice. Thanks Linda and all your crew for putting it together.

We met very nice people at the conference, like Andreas (from Smashing Ideas), Aral, Sho and many others and we saw some old friends too.

For all of you that asked for the presentation files, we uploaded the code and presentation.

Just a small advise, the code is not a real app, it was built just for this presentation and it is unfinished. We have plans of working more in this app in the future but it is not our first priority so you need to have some patience

I have not tested the zip to see if everything works as is, sorry! You will also need to download this component if you want to use the image resizing feature:
tmt_img CF Component

You may also need to change some of the settings in the ini file.

Files

Code real estate
Code weather
Presentation
View source of Real Estate app

Category: ColdFusion | Flex |

4 Comments so far

Write yours
Po With Fro
1. Po With Fro wrote on March 19, 2006 at 5:49 AM
flex = powerful UI + some guy named craig that ate at longhorn + mature (highlight that word) remoting 'services', *semantics not being an issue right now* AND ECLIPSE/FLEX BUILDER (seriously now) is absolutely amazing! IMHO
I might even say that AS3 is my new best friend....

Cedric
2. Cedric wrote on March 29, 2006 at 6:23 AM
I have a a question:
   var alertSettings:Object = {title:'Fout', message: msg, width:380, headerHeight:27 };
   errorpopup = mx.managers.PopUpManager.createPopUp(this, FormErrorException, true, alertSettings);
   errorpopup.centerPopUp(this);

This creates a popup, no problem so far.
The popup is shown when user clicks a button and something goes wrong in onresult.
It works just fine, but when the user double clicks on the button (I know it's stupid) there are two popups, you can click ok on the first one and it closes, but if you click ok on the second popup it doesn't close ... strange
SIMON
3. SIMON wrote on April 02, 2006 at 10:11 PM
Hi, I have a grid where data is inserted via select boxes, I have 2 columns in my grid, books and chapters.

In actionscript I can loop around the grid alerting the values inserted, I need to pass this collection to a cfc,

does anyone here know how to pass the grid items and how will i loop around the object/array in a cfc, i.e how is it passed? I want to loop through them all and insert them into a db

I am using ChapterBooks.dataProvider.items;
sun
nihao very good

Leave your comment

Comment etiquette: As a gesture to those subscribed to this post, please keep your comments relevant to the post.

Your email address will never be displayed.
Email is gravatar enabled.Gravatar are the pictures you see next to the comments. If you like to have one, visit gravatar



Allowed tags:

<code>
All other tags will be shown as such, when in doubt, use the preview.




Preview:

Refresh Preview
1. You wrote on