MouseClick in NSOutline
MouseClick in NSOutline
- Subject: MouseClick in NSOutline
- From: Renaud Boisjoly <email@hidden>
- Date: Mon, 25 Aug 2003 20:49:05 -0400
Hi all!
I've been working on extendins NSOutlineView to work with multiple data
types for drag and drop to the Finder. Everything works fine thanks to
the members of this list!
Now, my issue is that since I've overriden some methods, like
mouseDown, clicks on the Disclosure triangle do not work anymore.
I was able to check for shift-clicking, and command-clicking, but
discovering where the click occured seems complex. I guess I could
calculate window coordinates and detect if the click was in a certain
location, but it seems to me there should be some way to detect if the
click was in this triangle and thus simply pass the event up to super...
Anyone have any ideas?
THnaks for your help!
- Renaud
_______________________________________________
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.