• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
RE: where is mouseDragged in NSTableView ??
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >where is mouseDragged in NSTableView ?? (From: Robert Miller <email@hidden>)

  • Prev by Date: How to take a screen shot
  • Next by Date: Re: DB-Engine
  • Previous by thread: where is mouseDragged in NSTableView ??
  • Next by thread: Re: where is mouseDragged in NSTableView ??
  • Index(es):
    • Date
    • Thread