CFUnited presentation slides and source code
Thanks to everyone that attended our session. We hope you enjoyed our fighting on stage :) and you found the topic interesting. We think that Flex is an amazing product that speeds up the RIA development a lot.
As we promised, you can view the slides at CFUnited 2006 presentation. We also have the source code of our To-do list application for download (you can download or view the source). We forgot to say that the To-do list will be also published on CFDJ as a step-by-step tutorial. We will post the link to that when they publish it.
Jack London
I am really sorry!
Laura
Lance Sims
Cheers!
-LS
Steven Erat
Your Flex 2 presentation was most definitely a success! Thank you so much for taking the time to prepare this session. I think that it covered the requirements to get started with Flex 2 and the information was presented in a clear, organized, and flowing manner. Your on-stage quarreling was fun for the audience, ... a little humor always helps :)
Please continue the great work!
Dave Powell
...speaking as a Flex newbie, your presentation was a great intro to hand coding, particularly after the "quick" preview of Flexbuilder 2.0 and the Services connector by adobe earlier in the day...
...i love the site, and reference it all the time in my User Group...
keep up the good work...
...dave powell
Jeff L
I'm so sorry to see a complaint about your presentation. I was in attendance and certainly enjoyed, and learned, from your presentation. I whole heartedly agree with Steven. Great work!
... and thank you for this web site. What a wealth of information.
Jeff L
steve hoskins
Michael McConnell
Also, there are still a few areas of the sample code that are confusing to me. Do you know when your step-by-step tutorial might be done? Is there any chance we might get an advanced copy before it's released in the CFDJ?
Many Thanks,
M. McConnell
Cliff
Maybe someone can help me with a problem I have with the Flex/CF connection. I used the mytodolist as a basis to learn how to call a CFC from Flex (a good place to start). I then started modifying the code to add new variables and rename them for my own application.
As soon as I changed the name of a variable, the application stopped working.
I did modify the Calc.as, Calc.cfc but the returned values are always zero.
variables.id = "";
variables.description = "";
variables.done = false;
variables.priority = 0;
I then changed the scope of the variables to “this” and it all worked perfectly!
this.id = "";
this.description = "";
this.done = false;
this.priority = 0;
I use CF 7.02 and Flexbuilder 2 – any idea’s anyone?
Regards
Cliff