Re: prototyping an interface -> dimming
Re: prototyping an interface -> dimming
- Subject: Re: prototyping an interface -> dimming
- From: Sherm Pendley <email@hidden>
- Date: Tue, 29 Oct 2002 04:48:37 -0500
On Tuesday, October 29, 2002, at 04:19 AM, m wrote:
i'm currently prototyping an interface and wonder if it's possible to
create dimmed portions in a dialog that become active when selecting a
radio button.
Do you mean, enabling/disabling sets of controls when the radio button
selection changes? If that's what you mean, yes, that can certainly be
done. Although, there's no way I know of to do that directly in IB - it
takes a bit of coding.
creating different tabless tabviews. this works for demo-purposes, but
the programmer won't be able to actually use the interface that way.
I don't see why not. The programmer can easily switch tabs in response
to radio button selection changes, or in response to some other GUI
event. In fact, without visible tabs for the user to click, the *only*
way to switch panes in a tabbed view is through code.
sherm--
If you listen to a UNIX shell, can you hear the C?
_______________________________________________
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.