Skip navigation.
 
mlRe: Dragging to table view without indicator
FROM : Scott Anguish
DATE : Mon Jan 27 00:32:02 2003

On Sunday, January 26, 2003, at 05:37 PM, Andrew Merenbach wrote:

> I would like to accept various drops on my table view, but would
> rather that the entire table view become outlined, rather than an
> indicator bar be drawn, to signal that a drop can occur, as the
> dropped data would not be inserted at the particular location
> indicated by the bar.  What will I need to do to make this happen?
>


   I've wanted to do this before..

   What I did was made a subclass of NSScrollView that accepted the
drags, and don't implement the drag and drop stuff in the NSTableView.
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlDragging to table view without indicator Andrew Merenbach Jan 26, 23:37
mlRe: Dragging to table view without indicator Scott Anguish Jan 27, 00:32
mlRe: Dragging to table view without indicator Shaun Wexler Jan 27, 03:28
mlRe: Dragging to table view without indicator Shaun Wexler Jan 27, 03:36
mlRe: Dragging to table view without indicator Stéphane Sudre Jan 27, 13:10