Wow, it amazes me how active this group is, but I yet to get an answering from anyone on this problem. Does anyone have any suggestions for me at all?
Thanks!
- Doug
On 5/31/06, Doug Arthur <[EMAIL PROTECTED]> wrote:
I hope I form my question and problem adequate enough for everyone to understand.I'm still fairly new to flex and I'm trying to do something complicated, at least in my mind it is.What I'm trying to do is to have multiple instances of the below code with different data. I have pages broken out into multiple mxml components. Each components has data driven values on it, but what i need is to have multiple instances of data and to propagate the data through the pages to their respective components... The purpose of this is to use a "Previous/Next Record" process. This include non-existent records, what I mean by this is that a user can enter multiple records in a given time with a "Add New Record" action. And also a "Delete Record" action.I hope this all is clear, please, any assistance would be much appreciated. Thanks!Here's the code example (really high level):<mx:HBox width="100%" height="100%">
<mx:TabNavigator height="100%" width="100%">
<recorddata:Overview />
<recorddata:Charges />
<recorddata:Dispositions />
<recorddata:Actions />
<recorddata:Fees />
</mx:TabNavigator>
</mx:HBox>
- Doug
--
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
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

