Fwd: NSProgressIndicator - hiding/visible
Fwd: NSProgressIndicator - hiding/visible
- Subject: Fwd: NSProgressIndicator - hiding/visible
- From: Kent Glenn <email@hidden>
- Date: Fri, 6 Jul 2001 10:41:30 -0700
This worked perfect, thanks.
From: Eric Peyton <email@hidden>
Date: Thu Jul 05, 2001 12:35:03 PM America/Phoenix
To: Kent Glenn <email@hidden>
Subject: Re: NSProgressIndicator - hiding/visible
Common problem in Cocoa.
Just retain it and removeFromSuperView:
Then later you can ask the superview to re-add it.
Eric
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. I expected to send it a
message of [ myProgress setVisible:false], or something like this, but
I don't see anything. I looked at it's super classes, but didn't see
anything that would help.
Thanks in advance,
-----------------------------
Kent Glenn
_______________________________________________
cocoa-dev mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
-----------------------------
Kent Glenn