FlexStore example has drag&drop I think.

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Carlo 
Gulliani
Sent: Thursday, May 15, 2008 12:45 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] dragAndDrop in DataGrid and HList? How?

 

I mean how can I use drag and drop for canvas component?
so, I have canvas and datagrid, I wanna dragging item from datagrid and drop it 
to my Canvas. I see Canvas hasn't property of drag and drop, but has 
dragComplete and dragDrop functions. How to make so, that i could take my item 
from datagrid and place it to canvas or if I dropped my item on canvas then 
call some function?

----- Original Message ----
From: Alex Harui <[EMAIL PROTECTED]>
To: flexcoders@yahoogroups.com
Sent: Thursday, May 15, 2008 1:35:26 AM
Subject: RE: [flexcoders] dragAndDrop in DataGrid and HList? How?

I’m not sure I understand your current problem.

 

________________________________

From: [EMAIL PROTECTED] ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf 
Of Carlo Gulliani
Sent: Wednesday, May 14, 2008 4:02 AM
To: [EMAIL PROTECTED] ups.com
Subject: Re: [flexcoders] dragAndDrop in DataGrid and HList? How?

 

nobody know how to solution this idea?

----- Original Message ----
From: Carlo Gulliani <carlogulliani@ yahoo.com>
To: [EMAIL PROTECTED] ups.com
Sent: Tuesday, May 13, 2008 10:37:29 PM
Subject: Re: [flexcoders] dragAndDrop in DataGrid and HList? How?

thanks, will be trying tomorrov, i understand drag and drop working in datagrid 
and listcollection' s components. and theoretical, can i use construction such 
as wrote Lee Brimelov in his blog www.gotoandlearn. com. I mean create sprite 
object and to set it drop property and when i dropped my item, i.e item from 
datagrid, then create new any object, for example canvas with some elements?

----- Original Message ----
From: Alex Harui <[EMAIL PROTECTED] com>
To: [EMAIL PROTECTED] ups.com
Sent: Tuesday, May 13, 2008 9:45:29 PM
Subject: RE: [flexcoders] dragAndDrop in DataGrid and HList? How?

The data object that got dropped ends up in the dataProvider, and the Image 
will pull a value from that dataObject based on labelField or labelFunction of 
the HList

 

 

 

 

Reply via email to