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

2009-12-19 Thread Tracy Spratt
I have an example here:

http://www.cflex.net/showFileDetails.cfm?ObjectID=767

 

But that is designed to be re-usable, so is more complicated than a one-off
renderer would be.

 

Tracy Spratt,

Lariat Services, development services available

  _  

From: flexcoders@yahoogroups.com [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, Dec 19, 2009 at 11:14 AM, Tracy Spratt mailto:tr...@nts3rd.com> com> wrote:

  

Issues like this are one reason I avoid in-line renderers for anything but
simple, non-interactive display.  They are very hard to debug.  If you
create a full renderer component, you can fully debug what is happening or
not.

 

If you decide to go this route, find an example and modify it for your
needs, rather than starting from scratch.

 

Tracy Spratt,

Lariat Services, development services available

  _  

From: flexcod...@yahoogro <mailto:flexcoders@yahoogroups.com> ups.com
[mailto:flexcod...@yahoogro <mailto:flexcoders@yahoogroups.com> ups.com] On
Behalf Of Alex Harui
Sent: Thursday, December 17, 2009 2:28 PM
To: flexcod...@yahoogro <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> adobe.com/aharui

 

From: flexcod...@yahoogro <mailto:flexcoders@yahoogroups.com> ups.com
[mailto:flexcod...@yahoogro <mailto:flexcoders@yahoogroups.com> ups.com] On
Behalf Of emarionjacobs
Sent: Wednesday, December 16, 2009 3:02 PM
To: flexcod...@yahoogro <mailto:flexcoders@yahoogroups.com> ups.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 flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> ups.com,
Alex Harui  wrote:
>
> Are you sure genreList is an array or ArrayCollection? Is the model
bindable?
> 
> Alex Harui
> Flex SDK Developer
> Adobe Systems Inc.<http://www.adobe. <http://www.adobe.com/> com/>
> Blog: http://blogs. <http://blogs.adobe.com/aharui> adobe.com/aharui
> 
> From: flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> ups.com
[mailto:flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> ups.com]
On Behalf Of emarionjacobs
> Sent: Tuesday, December 15, 2009 4:26 PM
> To: flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> ups.com
> Subject: [flexcoders] Combobox in Datagrid appears empty
> 
> 
> 
> I have a simple Combobox defined as the itemEditor for a DataGrid as shown
below. The ArrayCollection that is its DataProvider is populated from
creationComplete of the parent Canvas - and I can see the data going in via
the debugger. However, when I insert a row into the datagrid under the
circumstances that make the column editable and actually click on that
column, I only see an empty row popping up under the combobox, never any
data. Can anyone shed any light on what's missing here?
> 
>  dataField="Genre"
> editable="{chartTrackListGrid.selectedItem.TrackCode == null}">
> 
> 
>  dataProvider="{parentDocument.model.genreList}"
> labelField="Name" />
> 
> 
> 
>

 





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

2009-12-19 Thread Tracy Spratt
Google for an example.

 

Tracy Spratt,

Lariat Services, development services available

  _  

From: flexcoders@yahoogroups.com [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, Dec 19, 2009 at 11:14 AM, Tracy Spratt mailto:tr...@nts3rd.com> com> wrote:

  

Issues like this are one reason I avoid in-line renderers for anything but
simple, non-interactive display.  They are very hard to debug.  If you
create a full renderer component, you can fully debug what is happening or
not.

 

If you decide to go this route, find an example and modify it for your
needs, rather than starting from scratch.

 

Tracy Spratt,

Lariat Services, development services available

  _  

From: flexcod...@yahoogro <mailto:flexcoders@yahoogroups.com> ups.com
[mailto:flexcod...@yahoogro <mailto:flexcoders@yahoogroups.com> ups.com] On
Behalf Of Alex Harui
Sent: Thursday, December 17, 2009 2:28 PM
To: flexcod...@yahoogro <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> adobe.com/aharui

 

From: flexcod...@yahoogro <mailto:flexcoders@yahoogroups.com> ups.com
[mailto:flexcod...@yahoogro <mailto:flexcoders@yahoogroups.com> ups.com] On
Behalf Of emarionjacobs
Sent: Wednesday, December 16, 2009 3:02 PM
To: flexcod...@yahoogro <mailto:flexcoders@yahoogroups.com> ups.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 flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> ups.com,
Alex Harui  wrote:
>
> Are you sure genreList is an array or ArrayCollection? Is the model
bindable?
> 
> Alex Harui
> Flex SDK Developer
> Adobe Systems Inc.<http://www.adobe. <http://www.adobe.com/> com/>
> Blog: http://blogs. <http://blogs.adobe.com/aharui> adobe.com/aharui
> 
> From: flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> ups.com
[mailto:flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> ups.com]
On Behalf Of emarionjacobs
> Sent: Tuesday, December 15, 2009 4:26 PM
> To: flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> ups.com
> Subject: [flexcoders] Combobox in Datagrid appears empty
> 
> 
> 
> I have a simple Combobox defined as the itemEditor for a DataGrid as shown
below. The ArrayCollection that is its DataProvider is populated from
creationComplete of the parent Canvas - and I can see the data going in via
the debugger. However, when I insert a row into the datagrid under the
circumstances that make the column editable and actually click on that
column, I only see an empty row popping up under the combobox, never any
data. Can anyone shed any light on what's missing here?
> 
>  dataField="Genre"
> editable="{chartTrackListGrid.selectedItem.TrackCode == null}">
> 
> 
>  dataProvider="{parentDocument.model.genreList}"
> labelField="Name" />
> 
> 
> 
>

 





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

2009-12-19 Thread Tino Dai
Tracy,

   For the novice, how would you go about creating a full renderer?

TIA,
Tino


On Sat, Dec 19, 2009 at 11:14 AM, Tracy Spratt  wrote:

>
>
>  Issues like this are one reason I avoid in-line renderers for anything
> but simple, non-interactive display.  They are very hard to debug.  If you
> create a full renderer component, you can fully debug what is happening or
> not.
>
>
>
> If you decide to go this route, find an example and modify it for your
> needs, rather than starting from scratch.
>
>
>
> Tracy Spratt,
>
> Lariat Services, development services available
>   --
>
> *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] before var genreList:ArrayCollection?
>
>
>
> Alex Harui
>
> Flex SDK Developer
>
> Adobe Systems Inc. <http://www.adobe.com/>
>
> Blog: http://blogs.adobe.com/aharui
>
>
>
> *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On
> Behalf Of *emarionjacobs
> *Sent:* Wednesday, December 16, 2009 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.com , Alex
> Harui  wrote:
> >
> > Are you sure genreList is an array or ArrayCollection? Is the model
> bindable?
> >
> > Alex Harui
> > Flex SDK Developer
> > Adobe Systems Inc.<http://www.adobe.com/>
> > Blog: http://blogs.adobe.com/aharui
> >
> > From: flexcoders@yahoogroups.com  [mailto:
> flexcoders@yahoogroups.com ] On Behalf Of
> emarionjacobs
> > Sent: Tuesday, December 15, 2009 4:26 PM
> > To: flexcoders@yahoogroups.com 
> > Subject: [flexcoders] Combobox in Datagrid appears empty
> >
> >
> >
> > I have a simple Combobox defined as the itemEditor for a DataGrid as
> shown below. The ArrayCollection that is its DataProvider is populated from
> creationComplete of the parent Canvas - and I can see the data going in via
> the debugger. However, when I insert a row into the datagrid under the
> circumstances that make the column editable and actually click on that
> column, I only see an empty row popping up under the combobox, never any
> data. Can anyone shed any light on what's missing here?
> >
> >  > dataField="Genre"
> > editable="{chartTrackListGrid.selectedItem.TrackCode == null}">
> > 
> > 
> >  > dataProvider="{parentDocument.model.genreList}"
> > labelField="Name" />
> > 
> > 
> > 
> >
> 
>


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

2009-12-19 Thread Tracy Spratt
Issues like this are one reason I avoid in-line renderers for anything but
simple, non-interactive display.  They are very hard to debug.  If you
create a full renderer component, you can fully debug what is happening or
not.

 

If you decide to go this route, find an example and modify it for your
needs, rather than starting from scratch.

 

Tracy Spratt,

Lariat Services, development services available

  _  

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] 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@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of emarionjacobs
Sent: Wednesday, December 16, 2009 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 flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> ups.com,
Alex Harui  wrote:
>
> Are you sure genreList is an array or ArrayCollection? Is the model
bindable?
> 
> Alex Harui
> Flex SDK Developer
> Adobe Systems Inc.<http://www.adobe. <http://www.adobe.com/> com/>
> Blog: http://blogs. <http://blogs.adobe.com/aharui> adobe.com/aharui
> 
> From: flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> ups.com
[mailto:flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> ups.com]
On Behalf Of emarionjacobs
> Sent: Tuesday, December 15, 2009 4:26 PM
> To: flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> ups.com
> Subject: [flexcoders] Combobox in Datagrid appears empty
> 
> 
> 
> I have a simple Combobox defined as the itemEditor for a DataGrid as shown
below. The ArrayCollection that is its DataProvider is populated from
creationComplete of the parent Canvas - and I can see the data going in via
the debugger. However, when I insert a row into the datagrid under the
circumstances that make the column editable and actually click on that
column, I only see an empty row popping up under the combobox, never any
data. Can anyone shed any light on what's missing here?
> 
>  dataField="Genre"
> editable="{chartTrackListGrid.selectedItem.TrackCode == null}">
> 
> 
>  dataProvider="{parentDocument.model.genreList}"
> labelField="Name" />
> 
> 
> 
>





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

2009-12-17 Thread Alex Harui
Is there [Bindable] before var genreList:ArrayCollection?

Alex Harui
Flex SDK Developer
Adobe Systems Inc.
Blog: http://blogs.adobe.com/aharui

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of emarionjacobs
Sent: Wednesday, December 16, 2009 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.com, Alex 
Harui  wrote:
>
> Are you sure genreList is an array or ArrayCollection? Is the model bindable?
>
> Alex Harui
> Flex SDK Developer
> Adobe Systems Inc.
> Blog: http://blogs.adobe.com/aharui
>
> From: flexcoders@yahoogroups.com 
> [mailto:flexcoders@yahoogroups.com] On 
> Behalf Of emarionjacobs
> Sent: Tuesday, December 15, 2009 4:26 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Combobox in Datagrid appears empty
>
>
>
> I have a simple Combobox defined as the itemEditor for a DataGrid as shown 
> below. The ArrayCollection that is its DataProvider is populated from 
> creationComplete of the parent Canvas - and I can see the data going in via 
> the debugger. However, when I insert a row into the datagrid under the 
> circumstances that make the column editable and actually click on that 
> column, I only see an empty row popping up under the combobox, never any 
> data. Can anyone shed any light on what's missing here?
>
>  dataField="Genre"
> editable="{chartTrackListGrid.selectedItem.TrackCode == null}">
> 
> 
>  dataProvider="{parentDocument.model.genreList}"
> labelField="Name" />
> 
> 
> 
>



RE: [flexcoders] Re: comboBox in datagrid

2009-03-10 Thread Tracy Spratt
I'd lost track that we were in a renderer.

 

But even in a renderer, correct me if I am wrong, a Combo box can only set
its selectedItem under two conditions, one being the dataProvider items are
primitive values, the second being the item assigned is a reference to the
item in the combo's dataProvider.  Neither is the case here, so we couldn't
expect the combo to set itself correctly.

 

Whatever, we need to see some code.

 

Tracy Spratt,

Lariat Services, development services available

  _  

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Alex 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 to the item's dataField assigned to its column.  The
question is why itemToLabel and the labelFunction didn't do its thing.

 

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@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Tracy Spratt
Sent: Tuesday, March 10, 2009 7:27 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: comboBox in datagrid

 

No, you shouldn't have to do anything like that.  Normal behavior for a
combo box is to display nothing until a user interacts with it, selectedItem
is null and selectedindex is -1.  If yours is doing something else then
there is code doing it.  Is it a stock ComboBox?  It sounds like someone has
overridden the internal text field.

 

Or ha, there is a prompt specified that is a code value.

 

Tracy Spratt,

Lariat Services, development services available

  _  

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Libby
Sent: 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 into the dropdown, the darned thing is
displaying the "data" field rather than the "label: field. Should I be
firing off something to force the dropdown to update when the data comes in?

--- In flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> ups.com,
"Tracy Spratt"  wrote:
>
> You probably need to specify the labelField.
> 
> 
> 
> Tracy Spratt,
> 
> Lariat Services, development services available
> 
> _ 
> 
> From: flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> ups.com
[mailto:flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> ups.com]
On
> Behalf Of Libby
> Sent: Tuesday, March 10, 2009 4:24 PM
> To: flexcod...@yahoogro <mailto:flexcoders%40yahoogroups.com> ups.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 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 DeBonis"  wrote:
> >
> > Are you talking about an example like this?
> > You may be better off creating a reusable/testable component in separate
> AS or MXML file.
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> >
>





RE: [flexcoders] Re: comboBox in datagrid

2009-03-10 Thread Alex Harui
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 to the item's dataField assigned to its column.  The question is 
why itemToLabel and the labelFunction didn't do its thing.

Alex Harui
Flex SDK Developer
Adobe Systems Inc.<http://www.adobe.com/>
Blog: http://blogs.adobe.com/aharui

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of Tracy Spratt
Sent: Tuesday, March 10, 2009 7:27 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: comboBox in datagrid

No, you shouldn't have to do anything like that.  Normal behavior for a combo 
box is to display nothing until a user interacts with it, selectedItem is null 
and selectedindex is -1.  If yours is doing something else then there is code 
doing it.  Is it a stock ComboBox?  It sounds like someone has overridden the 
internal text field.

Or ha, there is a prompt specified that is a code value.

Tracy Spratt,
Lariat Services, development services available

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of Libby
Sent: 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 into the dropdown, the darned thing is displaying the 
"data" field rather than the "label: field. Should I be firing off something to 
force the dropdown to update when the data comes in?

--- In flexcoders@yahoogroups.com<mailto:flexcoders%40yahoogroups.com>, "Tracy 
Spratt"  wrote:
>
> You probably need to specify the labelField.
>
>
>
> Tracy Spratt,
>
> Lariat Services, development services available
>
> _
>
> From: flexcoders@yahoogroups.com<mailto:flexcoders%40yahoogroups.com> 
> [mailto:flexcoders@yahoogroups.com<mailto:flexcoders%40yahoogroups.com>] On
> Behalf Of Libby
> Sent: Tuesday, March 10, 2009 4:24 PM
> To: flexcoders@yahoogroups.com<mailto:flexcoders%40yahoogroups.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 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 DeBonis"  wrote:
> >
> > Are you talking about an example like this?
> > You may be better off creating a reusable/testable component in separate
> AS or MXML file.
> >
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> >
>



RE: [flexcoders] Re: comboBox in datagrid

2009-03-10 Thread Tracy Spratt
No, you shouldn't have to do anything like that.  Normal behavior for a
combo box is to display nothing until a user interacts with it, selectedItem
is null and selectedindex is -1.  If yours is doing something else then
there is code doing it.  Is it a stock ComboBox?  It sounds like someone has
overridden the internal text field.

 

Or ha, there is a prompt specified that is a code value.

 

Tracy Spratt,

Lariat Services, development services available

  _  

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Libby
Sent: 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 into the dropdown, the darned thing is
displaying the "data" field rather than the "label: field. Should I be
firing off something to force the dropdown to update when the data comes in?

--- In flexcod...@yahoogro  ups.com,
"Tracy Spratt"  wrote:
>
> You probably need to specify the labelField.
> 
> 
> 
> Tracy Spratt,
> 
> Lariat Services, development services available
> 
> _ 
> 
> From: flexcod...@yahoogro  ups.com
[mailto:flexcod...@yahoogro  ups.com]
On
> Behalf Of Libby
> Sent: Tuesday, March 10, 2009 4:24 PM
> To: flexcod...@yahoogro  ups.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 it receives a new batch of data. Your
> checkbox appears to do the same thing.
> 
> --- In flexcod...@yahoogro  ups.com,
> "Anthony DeBonis"  wrote:
> >
> > Are you talking about an example like this?
> > You may be better off creating a reusable/testable component in separate
> AS or MXML file.
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> >
>





RE: [flexcoders] Re: comboBox in datagrid

2009-03-10 Thread Tracy Spratt
You probably need to specify the labelField.

 

Tracy Spratt,

Lariat Services, development services available

  _  

From: flexcoders@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 it receives a new batch of data. Your
checkbox appears to do the same thing.

--- In flexcod...@yahoogro  ups.com,
"Anthony DeBonis"  wrote:
>
> Are you talking about an example like this?
> You may be better off creating a reusable/testable component in separate
AS or MXML file.
> 
> 
> 
> 
> 
> 
> 
> 
>