Re: [flexcoders] Data format for drag and drop

2008-05-14 Thread Josh Millstein
Of Josh Millstein Sent: Tuesday, May 13, 2008 6:55 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Data format for drag and drop Can anybody point me to a list of acceptable drag and drop formats that a Dragsource would use. I'm trying to drag a UIComponent that I have drawn

Re: [flexcoders] Data format for drag and drop

2008-05-14 Thread Douglas Knudsen
drag anything. -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED][EMAIL PROTECTED] *On Behalf Of *Josh Millstein *Sent:* Tuesday, May 13, 2008 6:55 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Data format for drag and drop Can

[flexcoders] Data format for drag and drop

2008-05-13 Thread Josh Millstein
Can anybody point me to a list of acceptable drag and drop formats that a Dragsource would use. I'm trying to drag a UIComponent that I have drawn in. var ds:DragSource = new DragSource(); ds.addData(dragInitiator, 'graphics'); -- [EMAIL PROTECTED] 785-832-9154

RE: [flexcoders] Data format for drag and drop

2008-05-13 Thread Alex Harui
You can drag anything. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Josh Millstein Sent: Tuesday, May 13, 2008 6:55 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Data format for drag and drop Can anybody point me