Re: Outlets in a custom palette
Re: Outlets in a custom palette
- Subject: Re: Outlets in a custom palette
- From: Brian Webster <email@hidden>
- Date: Thu, 5 Jun 2003 18:42:39 -0500
On Thursday, June 5, 2003, at 05:48 PM, Vince DeMarco wrote:
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.
Ah, I had my class exported in pallete.table, but it was importing my
header file into the pallete's nib that wasn't obvious to me. Thanks!
--
Brian Webster
email@hidden
http://homepage.mac.com/bwebster
_______________________________________________
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.