On Jun 30, 2008, at 7:24 AM, Moray Taylor wrote:

Yes! it did!

Thanks a lot, I'm not sure if I'd ever have figured hat one out.

I highly recommend reading the AppKit release notes, which covers things like this problem.

http://developer.apple.com/releasenotes/Cocoa/AppKit.html

--corbin



Moray


--- On Sat, 28/6/08, Andy Kim <[EMAIL PROTECTED]> wrote:

From: Andy Kim <[EMAIL PROTECTED]>
Subject: Re: trackmouse problems in Leopard
To: [EMAIL PROTECTED]
Cc: Cocoa-dev@lists.apple.com
Date: Saturday, 28 June, 2008, 8:10 PM
For a quick test, see if putting in the following in your
cell
subclass makes it work again:

- (NSUInteger)hitTestForEvent:(NSEvent *)event inRect:
(NSRect)cellFrame ofView:(NSView*)controlView
{
        return NSCellHitContentArea | NSCellHitEditableTextArea |

NSCellHitTrackableArea;
}

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to