Re: NSOutlineView won't act as drag source
Re: NSOutlineView won't act as drag source
- Subject: Re: NSOutlineView won't act as drag source
- From: john terranova <email@hidden>
- Date: Tue, 5 Aug 2003 23:12:52 -0700
On Tuesday, August 5, 2003, at 07:07 PM, Pete Yandell wrote:
You can only start a drag in an NSOutlineView by dragging in the
column marked with setOutlineTableColumn:, which is the first column
by default. Trying to drag from column 3 won't work.
And this is documented . . . where?
Yeah, I *finally* stumbled upon that when I was running the
DragNDropOutline example for the Nth time. My problem was that the
outlineTableColumn was only wide to show the disclosure triangle, but
clicking on the disclosure triangle won't start a drag, nor will
clicking on any other column. So, there was no where I could click to
start the drag.
Thanks much, Pete, for providing the right answer. I've made the
appropriate changes and things are working much better now.
I guess I'll be making my first visit to bugreporter.apple.com.
john
_______________________________________________
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.