Re: NSAutounbinder not releasing my object in a timely manner
Re: NSAutounbinder not releasing my object in a timely manner
- Subject: Re: NSAutounbinder not releasing my object in a timely manner
- From: Jerry Krinock <email@hidden>
- Date: Wed, 18 Jul 2012 13:45:03 -0700
On 2012 Jul 18, at 13:28, TAYLOR J.M. wrote:
> it's the fact that the progress bar is just sitting there until I move the mouse that alarms me.
I missed that part.
So, this progress bar is in a sheet. Is the sheet done? If so, -endSheet:. If not, send -setHidden:YES to the progress bar.
Your problem is to remove the progress bar from the screen. Do not worry about when it's being autoreleased and deallocced.
I have to go now but maybe someone else will give it some more intelligent thought.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden