Re: Outlets in a custom palette
Re: Outlets in a custom palette
- Subject: Re: Outlets in a custom palette
- From: Vince DeMarco <email@hidden>
- Date: Thu, 5 Jun 2003 15:48:45 -0700
On Thursday, June 5, 2003, at 3:30 PM, Brian Webster wrote:
I am creating a custom palette for Interface Builder. I have it
working to the point where it loads my palette, I can drag my custom
object into a nib file, and correctly have an inspector load for
editing the attributes of the object. However, I have four outlets
that I would like to be able to connect as well, and none of them show
up in the connections pane of the inspector. I've looked through all
the examples, but none of them include an object on the palette with
an outlet, and the documentation is pretty non-existent. How do I get
Interface Builder to display my outlets?
You put them in the palette (in the nib file) and in the pallete.table
file you export the class.
One of the IB palette examples already does this.
vince
_______________________________________________
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.