RE: [flexcoders] Drag Drop Question

2007-03-07 Thread Kumar
, 2007 2:32 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Drag Drop Question I'm using a Canvas as a Drag/Drop target for multiple items. I drop the first item, from a List, between (0,0) and (50,100). My logic moves the item to (0,0) and sets width=100 and height=50. Now, I

[flexcoders] Drag Drop Question

2007-03-06 Thread jmfillman
I'm using a Canvas as a Drag/Drop target for multiple items. I drop the first item, from a List, between (0,0) and (50,100). My logic moves the item to (0,0) and sets width=100 and height=50. Now, I drop another item between (0,0) and (50,100), with the same width and a height=300. However, th

Re: [flexcoders] Drag & Drop Question

2007-02-23 Thread Jae Pak
) { event.target.stopDrag(); } } - Original Message From: jmfillman <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Thursday, February 22, 2007 11:57:04 PM Subject: [flexcoders] Drag & Drop Question See code below. After you dr

[flexcoders] Drag & Drop Question

2007-02-22 Thread jmfillman
See code below. After you drag an item from the list and drop it into the Canvas, how you do then drag the item you just dropped, have it run the dragDropHandler function, and then move the original item? http://www.adobe.com/2006/mxml"; layout="absolute" width="500" height="620" borderStyle="

Re: [flexcoders] drag/drop question

2007-02-18 Thread Andrey
coders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *darvon4u *Sent:* Monday, February 05, 2007 9:43 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] drag/drop question We're trying to re-rank the collection for datagrid after the user re-orders the items with drag/dro

RE: [flexcoders] drag/drop question

2007-02-05 Thread James T. Riffe
Are you using a ArrayCollection as a dataprovider? James From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of darvon4u Sent: Monday, February 05, 2007 9:43 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] drag/drop question We're trying to re-ran

[flexcoders] drag/drop question

2007-02-05 Thread darvon4u
We're trying to re-rank the collection for datagrid after the user re-orders the items with drag/drop. here is an example. before: 1 a 2 b 3 c now, supposedly we drag item 1 to the last place. we want to rerank it so the first column still shows the order (line #), while the collection has been