You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Kessler CTR Mark J <ma...@usmc.mil> on 2013/02/12 12:21:19 UTC

Datagrid Drag n Drop

   I was updating some of my components and I noticed my spark DataGrid component still has custom drag n drop support in it.   So I took a look through Jira (lots of adobe imports) and I couldn't find if the code was added back in finally.

Did anyone start one to go in?  If not I could assist with getting one added.

I do remember Alex coming up with a solution (from his closet) [1], but for time constraints it never made it into the 4.6 release.

[1] http://blogs.adobe.com/aharui/2011/03/spark-checkbox-datagrid-with-drag-and-drop-support.html


-Mark


RE: Datagrid Drag n Drop

Posted by Kessler CTR Mark J <ma...@usmc.mil>.
I'll make an example with it and see if it's accepted in having it back in to match the mx:datagrid.  Then I can update the spark:datagrid file and submit a ticket.

-Mark

-----Original Message-----
From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Tuesday, February 12, 2013 11:54 AM
To: dev@flex.apache.org
Subject: Re: Datagrid Drag n Drop




On 2/12/13 3:21 AM, "Kessler CTR Mark J" <ma...@usmc.mil> wrote:

> 
>    I was updating some of my components and I noticed my spark DataGrid
> component still has custom drag n drop support in it.   So I took a look
> through Jira (lots of adobe imports) and I couldn't find if the code was added
> back in finally.
> 
> Did anyone start one to go in?  If not I could assist with getting one added.
> 
> I do remember Alex coming up with a solution (from his closet) [1], but for
> time constraints it never made it into the 4.6 release.
> 
> [1] 
> http://blogs.adobe.com/aharui/2011/03/spark-checkbox-datagrid-with-drag-and-dr
> op-support.html
> 
I don't think it is in DG at this time.  I'm sure if you propose the changes
to make it work, folks would be interested.

Thanks,
-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui


RE: Datagrid Drag n Drop

Posted by Kessler CTR Mark J <ma...@usmc.mil>.
Oh good.  Seems to have been implemented.

https://svn.apache.org/repos/asf/flex/sdk/branches/develop/frameworks/projects/spark/src/spark/components/DataGrid.as

Thanks Carol & Alex. 

-----Original Message-----
From: Alex Harui [mailto:aharui@adobe.com] 
Sent: Tuesday, February 12, 2013 12:35 PM
To: dev@flex.apache.org
Subject: Re: Datagrid Drag n Drop

OK, I see it now.  It just wasn't in the class property summary.

-Alex


Re: Datagrid Drag n Drop

Posted by Alex Harui <ah...@adobe.com>.
OK, I see it now.  It just wasn't in the class property summary.

-Alex


On 2/12/13 9:28 AM, "Carol Frampton" <cf...@adobe.com> wrote:

> 
> 
> On 2/12/13 11:53 AM, "Alex Harui" <ah...@adobe.com> wrote:
> 
>> 
>> 
>> 
>> On 2/12/13 3:21 AM, "Kessler CTR Mark J" <ma...@usmc.mil>
>> wrote:
>> 
>>> 
>>>    I was updating some of my components and I noticed my spark DataGrid
>>> component still has custom drag n drop support in it.   So I took a look
>>> through Jira (lots of adobe imports) and I couldn't find if the code
>>> was added
>>> back in finally.
>>> 
>>> Did anyone start one to go in?  If not I could assist with getting one
>>> added.
>>> 
>>> I do remember Alex coming up with a solution (from his closet) [1], but
>>> for
>>> time constraints it never made it into the 4.6 release.
>>> 
>>> [1] 
>>> 
>>> http://blogs.adobe.com/aharui/2011/03/spark-checkbox-datagrid-with-drag-a
>>> nd-dr
>>> op-support.html
>>> 
>> I don't think it is in DG at this time.  I'm sure if you propose the
>> changes
>> to make it work, folks would be interested.
> 
> I'm pretty sure I brought over some drag and drop code from the Adobe.next
> branch to the spark DataGrid in mid-December.  It would not be in Apache
> Flex 4.9.  You'd have to use the develop branch to either look at it or
> test it out.
> 
> Carol
> 
> 

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui


Re: Datagrid Drag n Drop

Posted by Carol Frampton <cf...@adobe.com>.

On 2/12/13 11:53 AM, "Alex Harui" <ah...@adobe.com> wrote:

>
>
>
>On 2/12/13 3:21 AM, "Kessler CTR Mark J" <ma...@usmc.mil>
>wrote:
>
>> 
>>    I was updating some of my components and I noticed my spark DataGrid
>> component still has custom drag n drop support in it.   So I took a look
>> through Jira (lots of adobe imports) and I couldn't find if the code
>>was added
>> back in finally.
>> 
>> Did anyone start one to go in?  If not I could assist with getting one
>>added.
>> 
>> I do remember Alex coming up with a solution (from his closet) [1], but
>>for
>> time constraints it never made it into the 4.6 release.
>> 
>> [1] 
>> 
>>http://blogs.adobe.com/aharui/2011/03/spark-checkbox-datagrid-with-drag-a
>>nd-dr
>> op-support.html
>> 
>I don't think it is in DG at this time.  I'm sure if you propose the
>changes
>to make it work, folks would be interested.

I'm pretty sure I brought over some drag and drop code from the Adobe.next
branch to the spark DataGrid in mid-December.  It would not be in Apache
Flex 4.9.  You'd have to use the develop branch to either look at it or
test it out.

Carol



Re: Datagrid Drag n Drop

Posted by Alex Harui <ah...@adobe.com>.


On 2/12/13 3:21 AM, "Kessler CTR Mark J" <ma...@usmc.mil> wrote:

> 
>    I was updating some of my components and I noticed my spark DataGrid
> component still has custom drag n drop support in it.   So I took a look
> through Jira (lots of adobe imports) and I couldn't find if the code was added
> back in finally.
> 
> Did anyone start one to go in?  If not I could assist with getting one added.
> 
> I do remember Alex coming up with a solution (from his closet) [1], but for
> time constraints it never made it into the 4.6 release.
> 
> [1] 
> http://blogs.adobe.com/aharui/2011/03/spark-checkbox-datagrid-with-drag-and-dr
> op-support.html
> 
I don't think it is in DG at this time.  I'm sure if you propose the changes
to make it work, folks would be interested.

Thanks,
-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui