Re: [flexcoders] Re: Passing data providers to drop-in item editors/renderers

2009-02-25 Thread Tyler Kocheran
YES!!! THANK YOU SO MUCH! Something like that was exactly what I was looking for. Thank you so much. Now, my only problem is making my ItemRenderer show the "name" property of the selected realm rather than the "id" of the realm. I think I know a way to do this. On Wed, Feb 25, 2009 at 11:30 AM,

Re: [flexcoders] Re: Passing data providers to drop-in item editors/renderers

2009-02-25 Thread Charlie Hubbard
You can access the instance members of your surrounding document using a special property *outerDocument* from within the mx:Component tag when using inline renderers. outerDocument allows you to access any special data or functions you've defined outside the mx:Component. It works nicely w

[flexcoders] Re: Passing data providers to drop-in item editors/renderers

2009-02-25 Thread valdhor
Have you checked out the combobox documentation and example? http://livedocs.adobe.com/flex/3/langref/mx/controls/ComboBox.html --- In flexcoders@yahoogroups.com, Tyler Kocheran wrote: > > I need to pass in data to one of my item editors for a data grid column. I > have an array of data object

[flexcoders] Re: Passing data providers to drop-in item editors/renderers

2009-02-25 Thread Tyler Kocheran
Does anyone know how to do this? I'm really confused on this one, and I honestly need some help. I resorted to using a static variable to get the data to where it needs to be, but I just can't make it work. Here's some more info. I'm creating an editable DataGrid for the purpose of associating Int