Re: NSProgressIndicator - hiding/visible
Re: NSProgressIndicator - hiding/visible
- Subject: Re: NSProgressIndicator - hiding/visible
- From: Kyle Mandli <email@hidden>
- Date: Thu, 5 Jul 2001 15:39:46 -0500
Try just moving it outside of the window view to negative coordinates
and then move it back when you need it.
On Thursday, July 5, 2001, at 11:49 AM, Kent Glenn wrote:
>
I am using a NSProgressIndicator, which is working, but I would like to
>
be able to hide it when I'm not using it.
Kyle