[SOLVED] RE: Determining unreleased objects after Quit

2008-12-04 Thread Jon C. Munson II
D]; cocoa dev Subject: Re: Determining unreleased objects after Quit On Dec 3, 2008, at 9:06 AM, Randall Meadows wrote: > On Dec 3, 2008, at 9:38 AM, Jon C. Munson II wrote: > >> Namaste! >> >> In my application, when I choose File->Quit, the application >> a

Re: Determining unreleased objects after Quit

2008-12-04 Thread jmunson
Namaste! I never did figure it out *exactly*. Over time, as I made corrections/edits (mostly in the NIB), the problem simply ceased to exist. I think it was mashed bindings...as some had gotten toasted for whatever reason. Peace, Love, and Light, /s/ Jon C. Munson II Quoting Michael

Re: Determining unreleased objects after Quit

2008-12-03 Thread Joseph Kelly
On Dec 3, 2008, at 9:06 AM, Randall Meadows wrote: On Dec 3, 2008, at 9:38 AM, Jon C. Munson II wrote: Namaste! In my application, when I choose File->Quit, the application appears to terminate. HOWEVER, it doesn't. SOMETHING(s) is(are) left unreleased. Is there a handy way to determ

Re: Determining unreleased objects after Quit

2008-12-03 Thread Randall Meadows
On Dec 3, 2008, at 9:38 AM, Jon C. Munson II wrote: Namaste! In my application, when I choose File->Quit, the application appears to terminate. HOWEVER, it doesn't. SOMETHING(s) is(are) left unreleased. Is there a handy way to determine what the object(s) is(are)? When your app quits,

Re: Determining unreleased objects after Quit

2008-12-03 Thread Michael Ash
On Wed, Dec 3, 2008 at 11:38 AM, Jon C. Munson II <[EMAIL PROTECTED]> wrote: > Namaste! > > In my application, when I choose File->Quit, the application appears to > terminate. HOWEVER, it doesn't. SOMETHING(s) is(are) left unreleased. > > Is there a handy way to determine what the object(s) is(a

Re: Determining unreleased objects after Quit

2008-12-03 Thread Nick Zitzmann
On Dec 3, 2008, at 9:38 AM, Jon C. Munson II wrote: In my application, when I choose File->Quit, the application appears to terminate. HOWEVER, it doesn't. SOMETHING(s) is(are) left unreleased. Is there a handy way to determine what the object(s) is(are)? Can you please elaborate? Whe