IB NSNibConnector woes
IB NSNibConnector woes
- Subject: IB NSNibConnector woes
- From: Chris Purcell <email@hidden>
- Date: Thu, 7 Mar 2002 17:59:09 +0000
Hi all,
I have a trivial subclass of NSNibConnector that merely implements "-
(void)establishConnection:", leaving all other functions as in the
superclass. This works fine until I try to connect to FirstResponder, at
which point saving the nib produces garbage (it looks like it has been
prematurely null-terminated, as the file drops in size dramatically). I
have two questions:
1) Is this a bug? Or should I have implemented some other method too?
2) If it is not incorrect behaviour, how can I tell if a link to
FirstResponder is being requested? I tried checking the destination
object against nil, but that doesn't work.
Finally, does decent, recent documentation exist for creating IB
palettes?
Thanks,
Kritter
_______________________________________________
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.