Re: [flexcoders] Combobox with multiple data sources?

2008-08-19 Thread Blair Cox
Thanks Alex, do you have a url for that one? CouldnĀ¹t locate via search on
your blog.

Cheers,

-- 
Blair 



From: Alex Harui [EMAIL PROTECTED]
Reply-To: flexcoders@yahoogroups.com
Date: Mon, 18 Aug 2008 21:28:36 -0700
To: flexcoders@yahoogroups.com
Conversation: [flexcoders] Combobox with multiple data sources?
Subject: RE: [flexcoders] Combobox with multiple data sources?

 
 

PromptArrayList on my blog?
 


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of cox.blair
Sent: Monday, August 18, 2008 12:41 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Combobox with multiple data sources?
 

I've been reading the blogs all afternoon and haven't found an answer
to this (probably because it's really simple), but what I want to do
is populate a combobox from two data sources. One will be from a small
array in the mxml, the other will be from the database and dependant
on what the user has entered, but they must appear in the same combobox.

I've been looking at hierarchical data providers and GroupCollections,
but just can't see how to fit it together for my use.

Thanks,

 




Re: [flexcoders] Combobox with multiple data sources?

2008-08-19 Thread Blair Cox
Perfect, thanks Tracy.

-- 
Blair 




From: Tracy Spratt [EMAIL PROTECTED]
Reply-To: flexcoders@yahoogroups.com
Date: Mon, 18 Aug 2008 16:01:14 -0400
To: flexcoders@yahoogroups.com
Conversation: [flexcoders] Combobox with multiple data sources?
Subject: RE: [flexcoders] Combobox with multiple data sources?

 
 

Just programatically combine the two data sources.  The specifics depend on
the exact data types of the sources.  You can concatenate arrays for
example.
Tracy
 



RE: [flexcoders] Combobox with multiple data sources?

2008-08-19 Thread Alex Harui
http://blogs.adobe.com/aharui/2008/03/custom_ilists_combobox_prompts.htm
l

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Blair Cox
Sent: Tuesday, August 19, 2008 4:00 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Combobox with multiple data sources?

 

Thanks Alex, do you have a url for that one? Couldn't locate via search
on your blog.

Cheers,

-- 
Blair 





From: Alex Harui [EMAIL PROTECTED]
Reply-To: flexcoders@yahoogroups.com
Date: Mon, 18 Aug 2008 21:28:36 -0700
To: flexcoders@yahoogroups.com
Conversation: [flexcoders] Combobox with multiple data sources?
Subject: RE: [flexcoders] Combobox with multiple data sources?

 
 

PromptArrayList on my blog?
 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]  On Behalf Of cox.blair
Sent: Monday, August 18, 2008 12:41 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Combobox with multiple data sources?


I've been reading the blogs all afternoon and haven't found an answer
to this (probably because it's really simple), but what I want to do
is populate a combobox from two data sources. One will be from a small
array in the mxml, the other will be from the database and dependant
on what the user has entered, but they must appear in the same combobox.

I've been looking at hierarchical data providers and GroupCollections,
but just can't see how to fit it together for my use.

Thanks,

 


 



[flexcoders] Combobox with multiple data sources?

2008-08-18 Thread cox.blair
I've been reading the blogs all afternoon and haven't found an answer
to this (probably because it's really simple), but what I want to do
is populate a combobox from two data sources. One will be from a small
array in the mxml, the other will be from the database and dependant
on what the user has entered, but they must appear in the same combobox.

I've been looking at hierarchical data providers and GroupCollections,
but just can't see how to fit it together for my use.

Thanks,





RE: [flexcoders] Combobox with multiple data sources?

2008-08-18 Thread Tracy Spratt
Just programatically combine the two data sources.  The specifics depend
on the exact data types of the sources.  You can concatenate arrays for
example.

Tracy

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of cox.blair
Sent: Monday, August 18, 2008 3:41 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Combobox with multiple data sources?

 

I've been reading the blogs all afternoon and haven't found an answer
to this (probably because it's really simple), but what I want to do
is populate a combobox from two data sources. One will be from a small
array in the mxml, the other will be from the database and dependant
on what the user has entered, but they must appear in the same combobox.

I've been looking at hierarchical data providers and GroupCollections,
but just can't see how to fit it together for my use.

Thanks,

 



RE: [flexcoders] Combobox with multiple data sources?

2008-08-18 Thread Alex Harui
PromptArrayList on my blog?

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of cox.blair
Sent: Monday, August 18, 2008 12:41 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Combobox with multiple data sources?

 

I've been reading the blogs all afternoon and haven't found an answer
to this (probably because it's really simple), but what I want to do
is populate a combobox from two data sources. One will be from a small
array in the mxml, the other will be from the database and dependant
on what the user has entered, but they must appear in the same combobox.

I've been looking at hierarchical data providers and GroupCollections,
but just can't see how to fit it together for my use.

Thanks,