ToDo example: didChangeToDate not executing
ToDo example: didChangeToDate not executing
- Subject: ToDo example: didChangeToDate not executing
- From: Aaron Braunstein <email@hidden>
- Date: Thu, 13 Sep 2001 08:11:53 -0700
I've been going back over the O'Reilly/Apple Cocoa book to brush up
on some of the concepts illustrated there, and I seem to have come up
against a bit of an issue.
By the time the example is followed up to page 265, the app should
be capable of a few basic UI actions, one of which is the ability to
have 'dayLabel' change as the result of selecting days in the calendar
grid. For some reason however, my app isn't doing so. I've gone back
over each step along the way and although I'm sure I'm missing
something, I haven't been able to find out what's going on. The method
chooseDay is invoked, but as I trace to the point where the delegate is
supposed to be invoked, the instruction pointer just skips right over it
and does not execute that call. It's implied by this behavior that
there is no delegate assigned to this action, but I'm unsure how I may
have missed that.
So it's silly question time: Any thoughts as to what I may have
done wrong? Thank you for your attention...