Hide/show GUI elements, how?
Hide/show GUI elements, how?
- Subject: Hide/show GUI elements, how?
- From: Allan Odgaard <email@hidden>
- Date: Sat, 2 Feb 2002 03:18:27 +0100
Hi there,
I have a status bar where a progress indicator may sometimes show up.
What's the best approach for implementing this?
I.e. should I add the progress bar in IB and then simply call
removeFromSuperview at startup and then add it (again) when it's
actually needed? Or is there some way to hide elements (temporarily)?
For example something like a frameless tabview (where one tab shows the
progress bar and the other is empty).
Thanks in advance, Allan.