Show/Hide a component?
Show/Hide a component?
- Subject: Show/Hide a component?
- From: Jonathan Feinberg <email@hidden>
- Date: Wed, 20 Mar 2002 10:10:27 -0500
I have an indeterminate progress indicator that animates while
mucking about with the net, and is static otherwise. But its very
presence is distracting when it's not being used to show activity.
therefore, I'd like to either hide it or visually deemphasize it when
not in use. Because it's hooked up nicely in IB with springs and
struts, I'm reluctant to mess with its bounds. Changing its tint via
setControlTint has no apparent effect. In Java, one would simply
component.setVisible(false). What can we do in Cocoa?
--
Jonathan Feinberg email@hidden Inwood, NY, NY
http://MrFeinberg.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.