Skip navigation.
 
mlRe: Pref Panes and Instance Variables?
FROM : Josh M. Hurd
DATE : Sun Jan 13 12:24:08 2002

I have it retained properly.  The code snippet I posted was one of many
trials.  The one I posted was obviously not the correct one but it
didn't matter as the problem was something completely different.  I've
put my original (proper) code back in.

Thanks for the help all!

M

On Sunday, January 13, 2002, at 02:23  AM, Andreas Monitzer wrote:

>
> The retain count thing will bite you anyways. Use [[<class> alloc]
> init] when you want to keep something in memory.
>
> Read the article at StepWise about that subject.
>
> andy
> _______________________________________________
> cocoa-dev mailing list | <email_removed>
> Help/Unsubscribe/Archives:
> http://www.lists.apple.com/mailman/listinfo/cocoa-dev
> Do not post admin requests to the list. They will be ignored.



Related mailsAuthorDate
mlPref Panes and Instance Variables? Josh M. Hurd Jan 12, 20:05
mlRe: Pref Panes and Instance Variables? Josh M. Hurd Jan 13, 00:35
mlRe: Pref Panes and Instance Variables? Josh M. Hurd Jan 13, 09:34
mlRe: Pref Panes and Instance Variables? Andreas Monitzer Jan 13, 11:23
mlRe: Pref Panes and Instance Variables? Josh M. Hurd Jan 13, 12:24