Re: Getting My NSTableView Delegate to Respond to Cut:Copy:Paste and Other Messages
Re: Getting My NSTableView Delegate to Respond to Cut:Copy:Paste and Other Messages
- Subject: Re: Getting My NSTableView Delegate to Respond to Cut:Copy:Paste and Other Messages
- From: Peter Zegelin <email@hidden>
- Date: Fri, 18 Apr 2008 17:19:42 +1000
On 18/04/2008, at 4:53 PM, Jens Alfke wrote:
On 17 Apr '08, at 10:46 PM, Peter Zegelin wrote:
Is there some way of getting the delegate to respond to these
messages?
Nope. Unfortunately, everyone has to do what you did (subclass
NSTableView) just to make the table follow the HI Guidelines. Sigh.
—Jens
Ok - thanks!
I actually also tried to make my NSTableView subclass the delegate and
data provider itself (again so I could have 1 class instead of two)
but while my project ran I couldn't really get it to work correctly.
Peter
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden