Re: weird bug or feature?
Re: weird bug or feature?
- Subject: Re: weird bug or feature?
- From: "Michael Ash" <email@hidden>
- Date: Sun, 22 Jun 2008 20:32:58 -0400
On Sun, Jun 22, 2008 at 11:41 AM, William Squires <email@hidden> wrote:
> Okay, here's a strange UI glitch. I have an Xcode project in which I have a
> "to-do" list (the challenge in Chapter 6 of the new Hillegaas book). I've
> sprinkled NSLog() calls into my methods in AppController, so I can see
> what's going on. I build and run, then add a few items - all okay so far;
> they appear in the NSTableView. If I hover the mouse over the content region
> of the NSTableVIew, a spurious tableView:objectValueForColumn:row shows up
> in the console log (note that I'm not clicking on anything, just hovering
> the mouse over the NSTableView) about once every few seconds. Bug or
> feature? I would expect a delegate for mousing over, but not
> tableView:objectValueForColumn:row!
Whenever you wonder why one of your methods is being called, put a
breakpoint on it. The method names in the stack trace will usually
give you a good clue about what's going on.
Mike
_______________________________________________
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