Thank you very much for you reply.
I guess that's what I'm looking for, binding my interface to data. I need to have the functionality of a user clicking "add new record" and all the fields empty, and new instance of data can be filled out, while the other instances of data still exist in memory.
So, one view and multiple data instances for that single complex-view (modulized in multiple components). Each instance of data needs to be indentifiable, and can page through each instance with a next button.
Here's what I've researched between then and now. I can create a singleton and implement the getInstance() method using the SharedObject.getLocal(data_name, data_location...) and instantiate the class with data for each paged record.
Am I on the right track? Are there examples out there with this for Flex 2.0. I haven't been able to get most examples to work. Although, I have been able to successfully instantiate multiple instances of data, just not bound to one view yet. I'm starting to get the hang of it and don't see it being as hard as it looked when I originally sent this message. But feedback and suggestions is much appreciated, so please let me know if I'm on the right track everyone.
Thanks!
- Doug
On 6/1/06, Darren Houle <[EMAIL PROTECTED]> wrote:
Doug,
I think maybe the lack of replies might be due to the fact you haven't asked
a question yet. "Need assistance" is very vague. Specifically what do you
need assistance with? Are you having trouble somewhere in your custom mxml
components? Are you looking for a way to bind your interface to data? If I
had to guess I'd say you're looking for a way to bind your interface to
data, but also provide a way to offer those same pages blank, so a user can
fill them out to create new records...?
Darren
>From: "Doug Arthur" < [EMAIL PROTECTED]>
>Reply-To: [email protected]
>To: [email protected]
>Subject: [flexcoders] Re: Multiple instances
>Date: Thu, 1 Jun 2006 08:42:58 -0500
>
>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.
--
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.

