FROM : Daniel Richman
DATE : Sun Jun 22 17:43:34 2008
Can you post your code for your main class? I've been doing the same
thing and haven't had anything like that.
Daniel
William Squires 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!
>
> _______________________________________________
>
> Cocoa-dev mailing list (<email_removed>)
>
> 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/<email_removed>
>
>
> This email sent to <email_removed>
DATE : Sun Jun 22 17:43:34 2008
Can you post your code for your main class? I've been doing the same
thing and haven't had anything like that.
Daniel
William Squires 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!
>
> _______________________________________________
>
> Cocoa-dev mailing list (<email_removed>)
>
> 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/<email_removed>
>
>
> This email sent to <email_removed>
| Related mails | Author | Date |
|---|---|---|
| William Squires | Jun 22, 17:41 | |
| Daniel Richman | Jun 22, 17:43 | |
| William Squires | Jun 22, 17:43 | |
| Jens Alfke | Jun 22, 18:26 | |
| Michael Ash | Jun 23, 02:32 |






Cocoa mail archive

