Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Getting started with Cocomo tutorial posted

Avatar

Former Community Member
For anyone that is interested I've posted a getting started
tutorial on using Cocomo by building a chat program using Flex
Builder 3. You can view the tutorial here:
http://giantflyingsaucer.com/blog/?p=289



Any feedback or corrections are appreciated.



Chad
2 Replies

Avatar

Former Community Member
Hi Chad,



I'd actually spotted this demo before you'd even posted =).
Nice work, thanks for writing this! I'd say that there are a couple
of shortcuts you cut put in the MXML, but nothing really major -
for example, you could databind the List's dataProvider directly to
cSession.userManager.userCollection, and you could bind the
textArea's text directly to chatModel.history. Lastly, I'd maybe
use EmoticonTextArea. But these are just details - overall the
tutorial is fantastic!

Avatar

Former Community Member

quote:




Originally posted by:
Nigel Pegg


I'd actually spotted this demo before you'd even posted =).
Nice work, thanks for writing this! I'd say that there are a couple
of shortcuts you cut put in the MXML, but nothing really major -
for example, you could databind the List's dataProvider directly to
cSession.userManager.userCollection, and you could bind the
textArea's text directly to chatModel.history. Lastly, I'd maybe
use EmoticonTextArea. But these are just details - overall the
tutorial is fantastic!







Thanks Nigel! I've updated my article at the bottom to
include your tips and advice with refreshed screen shots for the
emoticons. Thanks for the help.



Chad