Re: Using custom exposed bindings of custom views in Interface Builder?
Re: Using custom exposed bindings of custom views in Interface Builder?
- Subject: Re: Using custom exposed bindings of custom views in Interface Builder?
- From: Frank Illenberger <email@hidden>
- Date: Sat, 22 Nov 2003 09:53:04 +0100
I am aware that the real process of binding can only performed at
runtime. But the InterfaceBuilder could parse the source code files for
exposeBinding calls or other info tags (like WebObjects-Builder does)
to find the bindable attributes of a view. This would be a cinch to
implement and would deliver all the missing functionally.
It is certainly possible to declare the bindings programmatically, but
the main purpose of the concept should be to avoid coding.
Am 22.11.2003 um 07:13 schrieb Scott Anguish:
well, if you think about it, the only place that you're declaring the
bindings as having been exposed is in your code. there is no info
file to go with this. aside from executing your code, there is no way
to tell.
you don't have to make binding connections in IB either.. you can
create them programmatically.
_______________________________________________
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.