Re: Creating Grayed-Out Bindings
Re: Creating Grayed-Out Bindings
- Subject: Re: Creating Grayed-Out Bindings
- From: Allan Odgaard <email@hidden>
- Date: Sun, 13 Jun 2004 08:13:45 +0200
On 13. Jun 2004, at 6:56, Jon Hull wrote:
I am updating my CalendarView to work with bindings. The date binding
is obvious, but I would also like to have separate day, month, and
year bindings if possible. Of course, if the date is bound then the
day, month, and year bindings should be grayed-out, and vice-versa.
Why? Couldn't the user want a string gadget to set the day/month/year
individually and a text field showing the full date with a date
formatter or similar?
Does anyone know how to do this? Is it just something they
hardwired into IB?
Haven't tried it, but I would think that it sends exposedBindings to
your object after binding something, so you would have to dynamically
change the result of this method.
_______________________________________________
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.