Re: Drag out
Re: Drag out
- Subject: Re: Drag out
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 8 Oct 2003 16:26:55 -0700
On Wednesday, October 8, 2003, at 06:43 AM, Nikolay Ilduganov wrote:
I want to allow users to delete rows from table view dragging them out
of table view. Just like removing icons from dockapp.
How to get such behavior? I am confusing because there are no dragging
destination.
If you just want the row to be deleted, then it's probably a better
idea to make the application work consistently with other applications,
and assign an action to the Delete key that removes the data from the
source. In most cases, drag & drop is for copying or moving data, not
deleting it...
Nick Zitzmann
AIM/iChat: dragonsdontsleep
Check out my software page:
http://seiryu.home.comcast.net/
"I have always wished that my computer would be as easy to use as my
telephone. My wish has come true. I no longer know how to use my
telephone." - Bjarne Stroustrup
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >Drag out (From: Nikolay Ilduganov <email@hidden>) |