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 19:16:30 +0100
On Sunday, June 30, 2002, at 05:57 pm, Shawn Erickson wrote:
Does [self sRControls] actually return an instance of your SRControls
class?
It should - I have
SRControls *sRControls;
in @interface, along with accessor method declaration
- (SRControls *)sRControls;
and definition
- (SRControls *)sRControls {
return sRControls;
}
in the implementation file. Using the debugger is difficult, as
breakpoints don't seem to work in the PB2.0 beta.
- Jeremy.
_______________________________________________
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.