Flash Forward Seattle: Flex and ColdFusion presentation
4 comments Posted by: NahuelFirst 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
4 Comments so far
Write yoursI might even say that AS3 is my new best friend....
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
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;