Could you clarify your specific solution a little more?
 
If I understand the original question correctly, it sounds like you have two ways of handling this. One - add each item to a stored array object when the drop event is fired on your second list. Two - You could also just loop through the dataprovider, or just grab the dataprovider as an array of the second list.
 
Does that answer anything? Please provide more details and I am sure we can resolve your problem.
 
Karl
 
Karl Johnson
Cynergy Systems, Inc.


From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of dadrobson
Sent: Tuesday, July 18, 2006 7:56 AM
To: [email protected]
Subject: [flexcoders] Re: Need help to select multiple item from a list

Sukhminder:

Did you ever get an answer to this question? I've been searching the
docs and the Flexcoders posts, but so far, no luck.

Jim

--- In [EMAIL PROTECTED]ups.com, "Sukhminder Singh"
<sukhminder.[EMAIL PROTECTED]> wrote:
>
> Hi there...
>
> I have 2 lists. First list contains all the items, from which a user can
> drag and drop items into his selected list. Then I want to capture
all the
> items a user has in his selected list.
>
> Anyone out there knows how to get all the items IDs from the second list
> which will be later stored in DB.?? My list if like follows:
>
> <mx:FormItem width="100%" label="User Catalogs">
> <cfComponents:BindableList
> id="eSuser_CatalogIDs"
> valueField="catalogID"
> labelFields="[CatalogName]"
> dragEnabled="true" dropEnabled="true" dragMoveEnabled="true"
> width="100%"
> />
> </mx:FormItem>
>
> Thanks
> Sukhminder
>

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to