Re: set***Value: Method not working
Re: set***Value: Method not working
- Subject: Re: set***Value: Method not working
- From: Jeremy Dronfield <email@hidden>
- Date: Sun, 30 Jun 2002 21:30:28 +0100
On Sunday, June 30, 2002, at 07:34 pm, Shawn Erickson wrote:
I assume something alloc/inits an instance of SRControls and puts it in
sRControls or is the instance in a nib? If a nib make sure the
SRControls* outlet is hooked up.
As I said in my original post, SRControls is the app delegate in the
MainMenu.nib, while SRBookmarkController is the file's owner of a
separate nib. SRControls inits when the app launches. At a later point,
it creates an instance sRBookmarkController, which is the object from
which I am trying to send the value to sRControls. I've tried adding an
alloc of sRControls to sRBookmarkController's awakeFromNib (even though
an instance of SRControls already exists), but this doesn't help.
- J.
_______________________________________________
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.