FROM : Charles Steinman
DATE : Thu Feb 14 19:46:28 2008
--- Jamie Phelps <<email_removed>> wrote:
> On Feb 14, 2008, at 12:07 PM, Mike Abdullah wrote:
>
> > I see no problems with this line. Presumably
> somewhere in you code
> > is calling the method -isDescendantOf: Can you
> find that code and
> > post it?
>
> I cannot find any instance of this method call
> anywhere in my code.
> One of the Challenges in the text was to implement
> an NSTabView. By
> removing the NSTabView, the NSPanel displays
> correctly.
>
> Why would the NSTabView cause this issue?
It sounds like you're accidentally using
PreferencesController somewhere you should be using a
view. isDescendantOf: is an NSView method, and it's
probably being sent by the tab view.
Cheers,
Chuck
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
DATE : Thu Feb 14 19:46:28 2008
--- Jamie Phelps <<email_removed>> wrote:
> On Feb 14, 2008, at 12:07 PM, Mike Abdullah wrote:
>
> > I see no problems with this line. Presumably
> somewhere in you code
> > is calling the method -isDescendantOf: Can you
> find that code and
> > post it?
>
> I cannot find any instance of this method call
> anywhere in my code.
> One of the Challenges in the text was to implement
> an NSTabView. By
> removing the NSTabView, the NSPanel displays
> correctly.
>
> Why would the NSTabView cause this issue?
It sounds like you're accidentally using
PreferencesController somewhere you should be using a
view. isDescendantOf: is an NSView method, and it's
probably being sent by the tab view.
Cheers,
Chuck
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
| Related mails | Author | Date |
|---|---|---|
| Jamie Phelps | Feb 14, 18:29 | |
| Mike Abdullah | Feb 14, 19:07 | |
| Jamie Phelps | Feb 14, 19:26 | |
| Charles Steinman | Feb 14, 19:46 | |
| Jamie Phelps | Feb 14, 20:02 | |
| Mike Abdullah | Feb 14, 20:20 | |
| Jamie Phelps | Feb 14, 20:26 |






Cocoa mail archive

