I have an app where I have created a single control bar that allows 
the user to navigate through various components in my application. 
This is so that the navigiation is always located at the bottom of 
the screen and is visible at all times to the user without 
scrolling. I am doing this becuase some of my components are fairly 
large, and while the user scrolls down the bottom navigation will 
stay in view at all times.

My navigation component succesfully navigates through my components 
through a dispatched event with no problems. What I want to do is 
send the data in each component to a data model. However, I have not 
figured a way to do this without putting the control directly inside 
the component. What I need is a way in which the navigation 
component can some how tell each component to send its data to my 
data model each time a navigation click event is fired.

Simply put, I need a way for one component (my navigation component) 
to tell each individual component to send data to my data model. If 
anyone has worked with some sort of navigation bar that is used to 
direct the user from component to component while saving data along 
the way I would appreciate some advice on how to approach this.

Thanks in advance,

Ryan





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Home is just a click away.  Make Yahoo! your home page now.
http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

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

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to