Re: NSProgressIndicator -setFrameOrigin visual updating anomaly
Re: NSProgressIndicator -setFrameOrigin visual updating anomaly
- Subject: Re: NSProgressIndicator -setFrameOrigin visual updating anomaly
- From: Matt Gemmell <email@hidden>
- Date: Sun, 12 May 2002 12:59:06 +0100
On 12/5/02 at 8:56 pm, Nathan Day <email@hidden> wrote:
>
I don't know if this will fix your problem but have you tried
>
removing the NSProgressIndicator from the view hierarchy and then
>
latter reinserting it, instead of moving it.
That seems to work fine, without any visual strangeness. Thanks. :)
[progressBar retain];
[progressBar removeFromSuperview];
Best,
-Matt
--
Matt Gemmell
Scotland Software
<
http://www.scotlandsoftware.com/>
_______________________________________________
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.