Re: [flexcoders] Re: multiple instances of a datagrid

2009-01-09 Thread Alex Eric Oscar
How do you instantiate a new data grid dynamically ? Does it make sense to use Modules ? I was thinking to implement the results data grid as a module and load a new module instance as requested. --- On Thu, 1/8/09, valdhor wrote: From: valdhor Subject: [flexcoders] Re: multiple instances of

RE: [flexcoders] Re: Multiple instances

2006-06-01 Thread Darren Houle
Doug, Tim's exactly right, and that's fundementally what the Cairngorm ModelLocator does - provides an object that can store lots of other objects. In your case it might look something like this: (mind you, this is oversimplified) ModelLocator:Object (or call it SharedObject or whatever you l

Re: [flexcoders] Re: Multiple instances

2006-06-01 Thread Doug Arthur
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 memo

RE: [flexcoders] Re: Multiple instances

2006-06-01 Thread Darren Houle
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 inter