Re: Unable to access customized NSView's accessor method
Re: Unable to access customized NSView's accessor method
- Subject: Re: Unable to access customized NSView's accessor method
- From: Andy Lee <email@hidden>
- Date: Sat, 4 Mar 2006 16:28:07 -0500
On Mar 4, 2006, at 3:25 PM, Frederick C. Lee wrote:
- (void)selectRegion {
NSLog(@"{EWAppDelegate.m:selectRegion}");
[ewMainMapView sayHello];
<---------------------------- This doesn't fire.
...
}
Are you sure the ewMainMapView outlet has been connected to the
view? If you do
NSLog(@"ewMainMapView is %@", ewMainMapView);
is it non-nil?
--Andy
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden