• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: trackmouse problems in Leopard
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: trackmouse problems in Leopard


  • Subject: Re: trackmouse problems in Leopard
  • From: Corbin Dunn <email@hidden>
  • Date: Mon, 30 Jun 2008 09:09:09 -0700


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@hidden> wrote:

From: Andy Kim <email@hidden>
Subject: Re: trackmouse problems in Leopard
To: email@hidden
Cc: email@hidden
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 (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


References: 
 >Re: trackmouse problems in Leopard (From: Moray Taylor <email@hidden>)

  • Prev by Date: [ANN] CocoaHeads Frankfurt
  • Next by Date: [OT] Re: Style Question
  • Previous by thread: Re: trackmouse problems in Leopard
  • Next by thread: Re: trackmouse problems in Leopard
  • Index(es):
    • Date
    • Thread