RE: [SPAM] RE: [flexcoders] Re: Combobox in Datagrid appears empty

2009-12-19 Thread Tracy Spratt
: [SPAM] RE: [flexcoders] Re: Combobox in Datagrid appears empty Is there [Bindable] before var genreList:ArrayCollection? Alex Harui Flex SDK Developer Adobe Systems Inc. http://www.adobe.com/ Blog: http://blogs. http://blogs.adobe.com/aharui adobe.com/aharui From: flexcoders

Re: [SPAM] RE: [flexcoders] Re: Combobox in Datagrid appears empty

2009-12-19 Thread Tino Dai
-- *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On Behalf Of *Alex Harui *Sent:* Thursday, December 17, 2009 2:28 PM *To:* flexcoders@yahoogroups.com *Subject:* [SPAM] RE: [flexcoders] Re: Combobox in Datagrid appears empty Is there [Bindable

RE: [SPAM] Re: [SPAM] RE: [flexcoders] Re: Combobox in Datagrid appears empty

2009-12-19 Thread Tracy Spratt
mailto:flexcoders@yahoogroups.com ups.com Subject: [SPAM] RE: [flexcoders] Re: Combobox in Datagrid appears empty Is there [Bindable] before var genreList:ArrayCollection? Alex Harui Flex SDK Developer Adobe Systems Inc. http://www.adobe.com/ Blog: http://blogs. http://blogs.adobe.com/aharui

RE: [SPAM] Re: [SPAM] RE: [flexcoders] Re: Combobox in Datagrid appears empty

2009-12-19 Thread Tracy Spratt
[mailto:flexcod...@yahoogroups.com] On Behalf Of Tino Dai Sent: Saturday, December 19, 2009 11:55 AM To: flexcoders Subject: [SPAM] Re: [SPAM] RE: [flexcoders] Re: Combobox in Datagrid appears empty Tracy, For the novice, how would you go about creating a full renderer? TIA, Tino On Sat

[flexcoders] Re: Combobox in Datagrid appears empty

2009-12-17 Thread emarionjacobs
Yes - the model is bindable - here's the declaration: [Bindable] private var model:ModelLocator = ModelLocator.instance; and here's the declaration for genreList in the model: public var genreList:ArrayCollection = new ArrayCollection(); --- In flexcoders@yahoogroups.com,

[flexcoders] Re: Combobox in Datagrid appears empty

2009-12-17 Thread emarionjacobs
Yes, genreList is declared as an ArrayCollection in the model, and the model is declared as Bindable in the parent document for the datagrid. --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: Are you sure genreList is an array or ArrayCollection? Is the model bindable? Alex

RE: [flexcoders] Re: Combobox in Datagrid appears empty

2009-12-17 Thread Alex Harui
3:02 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Combobox in Datagrid appears empty Yes, genreList is declared as an ArrayCollection in the model, and the model is declared as Bindable in the parent document for the datagrid. --- In flexcoders@yahoogroups.commailto:flexcoders

[flexcoders] Re: Combobox in DataGrid

2009-09-14 Thread turbo_vb
Instead of itemEditor use itemRenderer and set rendererIsEditor=true on the DataGridColumn. -TH --- In flexcoders@yahoogroups.com, kumarmenon kumarme...@... wrote: Hi Is there anyway i can show a DataGrid cell with Combobox with arrow shown all the time..Currently the way i have it

[flexcoders] Re: comboBox in datagrid

2009-03-10 Thread Anthony DeBonis
Are you talking about an example like this? You may be better off creating a reusable/testable component in separate AS or MXML file. mx:Component mx:CheckBox creationComplete=init() mx:Script ![CDATA[

[flexcoders] Re: comboBox in datagrid

2009-03-10 Thread Libby
no, I 'm saying my comboBox displays whats in its data part of its array collection, not its label, when it receives a new batch of data. Your checkbox appears to do the same thing. --- In flexcoders@yahoogroups.com, Anthony DeBonis anth...@... wrote: Are you talking about an example like

RE: [flexcoders] Re: comboBox in datagrid

2009-03-10 Thread Tracy Spratt
: [flexcoders] Re: comboBox in datagrid no, I 'm saying my comboBox displays whats in its data part of its array collection, not its label, when it receives a new batch of data. Your checkbox appears to do the same thing. --- In flexcod...@yahoogro mailto:flexcoders%40yahoogroups.com ups.com, Anthony

[flexcoders] Re: comboBox in datagrid

2009-03-10 Thread Libby
@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Libby Sent: Tuesday, March 10, 2009 4:24 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: comboBox in datagrid no, I 'm saying my comboBox displays whats in its data part of its array collection, not its label, when

RE: [flexcoders] Re: comboBox in datagrid

2009-03-10 Thread Tracy Spratt
PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: comboBox in datagrid I wish...no, I'm using labelField in one and a labelFunction in another one, but these are not invoked until you actually click on the dropdown. Thus, when data is first retrieved into the dropdown, the darned thing

RE: [flexcoders] Re: comboBox in datagrid

2009-03-10 Thread Alex Harui
: Tuesday, March 10, 2009 6:11 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: comboBox in datagrid I wish...no, I'm using labelField in one and a labelFunction in another one, but these are not invoked until you actually click on the dropdown. Thus, when data is first retrieved

RE: [flexcoders] Re: comboBox in datagrid

2009-03-10 Thread Tracy Spratt
Harui Sent: Wednesday, March 11, 2009 12:28 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: comboBox in datagrid I think we need to see some code, like how the renderer is set up. A combobox in a datagrid is a renderer so its data setter will fire setting the selectedItem

[flexcoders] Re: Combobox And Datagrid

2008-04-28 Thread dougco2000
I found success in these cases using dataChange, see http://blog.dougco.com/coding/flex/datagrid-with-multiple-pulldowns/ for more details. -d --- In flexcoders@yahoogroups.com, [EMAIL PROTECTED] wrote: Hi Friends .. I am writting a simple code in which i have one datagrid with two