Re: NSTableView, file promises, and the message queue
Re: NSTableView, file promises, and the message queue
- Subject: Re: NSTableView, file promises, and the message queue
- From: olivier <email@hidden>
- Date: Thu, 15 May 2003 09:04:32 -0500
sorry for the imprecision:
- (BOOL)tableView:(NSTableView *)tableView writeRows:(NSArray*)rows
toPasteboard:(NSPasteboard*)pboard
- (BOOL)outlineView:(NSOutlineView *)outlineView
writeItems:(NSArray*)items toPasteboard:(NSPasteboard*)pboard
Olivier
On Thursday, May 15, 2003, at 06:58 AM, Nick Zitzmann wrote:
>
>
On Wednesday, May 14, 2003, at 07:00 AM, olivier wrote:
>
>
> For the problem of the event queue sticking when dragging from the
>
> datasource: just return YES to the method writeCell... I seem to
>
> remember that i had to do a few trick after that to keep everything
>
> working as expected, but that should get rid of the sticking.
>
>
Hmm, which writeCell: method might this be? We're talking about
>
NSTableView, and after searching through the documentation and
>
headers, I can only find a writeCell: method for NSTextView. Is there
>
some sort of undocumented method I need to implement here?
>
>
Nick Zitzmann
>
AIM/iChat: dragonsdontsleep
>
Check out my software page: http://dreamless.home.attbi.com/
>
>
"Great spirits have always encountered violent opposition from
>
mediocre minds." - Albert Einstein
_______________________________________________
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.