So, I'm just getting into framing out my first serious Flex
application and feel a little overwhelmed by the quantity of raw
documentation and a little underwhelemed by the documentation path
from noob to expert.  After thrashing around a bit in the docs, I
thought I would ask a couple of questions here.  Please don't throw
things at me if this was discussed last week.  Trust me, I looked.
I'm just lost.

At this point I *think* understand the concept behind creating custom
components, and using them to decouple different functional parts of
your application.  To this end, I am building three components for an
interface.  They are

1) Search inputs
2) Search result list
3) Item detail

I'd like to use the same data retrieved in the Search Result (2), to
populate the item detail screen.  However, I am getting errors in the
Flex builder when I try to refer to a dataset defined in one component
(2) in another component (3).

I have a feeling I can put the dataset in yet another component that I
can just pass around the other components, but I am having difficulty
finding a good example of this.

-Cameron


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to