Re: Selector runs only once
Re: Selector runs only once
- Subject: Re: Selector runs only once
- From: Sanri Parov <email@hidden>
- Date: Wed, 3 Sep 2003 14:00:30 +0200
On Wed, 03 Sep 2003 11:48:59 +1000, Phill Kelley wrote:
[CUT]
>
Note the colon after mySelector.
>
>
That approach works for me (assuming, of course, that table_gui references
>
an NSTableView or subclass thereof *and* that table_gui has been wired-up
>
correctly in IB).
>
[CUT]
Thank you very much, Phil, but the problem is not there.
I mean, when I use 'mySelector' for the first time, its owner class is
called and everything is ok.
If I do some other things which deal with other classes and then return
to the one which owns 'mySelector' it seems the class "forgets" (pardon
me for the silly language) that my table has to do with 'mySelector'
and so it's useless.
I think the problem is within the choice of awakeFromNib.
What is the method is always called whenever there's something that
deals with a class? It's init? It's initialize? Is there something like
a 'recall' method?
TY
--
Sanri Parov
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.