• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Unable to access customized NSView's accessor method
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >Unable to access customized NSView's accessor method (From: "Frederick C. Lee" <email@hidden>)

  • Prev by Date: Unable to access customized NSView's accessor method
  • Next by Date: Re: Unable to access customized NSView's accessor method
  • Previous by thread: Unable to access customized NSView's accessor method
  • Next by thread: Re: Unable to access customized NSView's accessor method
  • Index(es):
    • Date
    • Thread