Re: Hiding views
Re: Hiding views
- Subject: Re: Hiding views
- From: j o a r <email@hidden>
- Date: Mon, 2 Jun 2003 09:42:50 +0200
You should use a NSTabView (with or without visible tabs) for this! It
is the right way, and the easy way, to do it.
j o a r
On Monday, Jun 2, 2003, at 09:28 Europe/Stockholm, Anil R wrote:
I think I didnt explain the problem clearly. In my application I'm
trying to implement feature similar to iPhoto. When I click on the
import button, the bottom pane appears and are having controls for
that import feature. Similarly when I click the organize button,
different set of controls appears in the pane. I want to implement
similar features. I checked the NSView documnetation, but there is no
way to hide and unhide controls.
Idea I'm having in my mind for implementing the above feature is like
this.
I'll define a custom control, embed all controls in that and when I
click buttons, I'll hide/unhide the view. Will this work? If not is
there any other method to implement the above feature.
similarly, I wanted to make a button visible and invisible. But there
is nothing like setVisible:TRUE in cocoa.
_______________________________________________
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.