Mouse tracking & selection in composite view
Mouse tracking & selection in composite view
- Subject: Mouse tracking & selection in composite view
- From: Scott Ribe <email@hidden>
- Date: Fri, 03 Nov 2006 10:01:29 -0700
- Thread-topic: Mouse tracking & selection in composite view
I have a custom view, which contains 3 NSScrollViews, which each have a
different custom view as their document views, all using custom cells.
Display of this complex thing is working great, and was surprisingly easy.
Now, I'm trying to figure out how to implement mouse tracking and selection
(including drag-selecting multiple cells, including auto-scrolling). Uhm?
Hit test and mouse down method calls get through to the document views, but
tracking methods on the cells do not get called, so what next? Do I now need
to override mouseDown: in the document views and do all the tracking myself
(including, I'm sure, figuring out some subtle details), or am I missing
something simpler?
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden