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: Scott Anguish <email@hidden>
- Date: Sat, 22 Nov 2003 01:13:52 -0500
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.
On Nov 21, 2003, at 5:36 PM, Frank Illenberger wrote:
Thanks for your info. It is working as you said. But I think it is
really cumbersome to build global IB palettes for every single
subclassed view. The information about the bindings should be inside
the original nib file. Perhaps I should give RADAR a try :-)
_______________________________________________
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.