RE: where is mouseDragged in NSTableView ??
RE: where is mouseDragged in NSTableView ??
- Subject: RE: where is mouseDragged in NSTableView ??
- From: "Jonathan E. Jackel" <email@hidden>
- Date: Wed, 18 Sep 2002 14:12:06 -0400
Check the delegate methods for NSTableView, especially
tableView:didDragTableColumn: and tableViewSelectionIsChanging: (which
generally is sent when dragging rows. There is also the
NSTableViewSelectionIsChangingNotification.
Delegate methods and notifications are listed way down at the bottom of the
tableview doc. Sadly, the doc does not clearly point you to (or link to)
the delegation methods, so they are easy to overlook.
Jonathan
>
-----Original Message-----
>
From: email@hidden
>
[mailto:email@hidden]On Behalf Of Robert Miller
>
Sent: Wednesday, September 18, 2002 9:23 AM
>
To: Cocoa Development
>
Subject: where is mouseDragged in NSTableView ??
>
>
>
Hello,
>
>
Does anyone know how to intercept a mouseDragged in an NSTableView.
>
When I click on a cell in my table I get the mouseDown call which I
>
eventually pass to the [super mouseDown...] but then no mouseDragged
>
calls are received once the mouse begins to move while still down. Any
>
help is greatly appreciated.
>
>
Thanks in advance for any info.
>
Regards,
>
Bob M.
>
_______________________________________________
>
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.
_______________________________________________
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.