• 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: Displaying NSArray in NSTableView
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Displaying NSArray in NSTableView


  • Subject: Re: Displaying NSArray in NSTableView
  • From: Quincey Morris <email@hidden>
  • Date: Mon, 17 Nov 2008 17:38:23 -0800

On Nov 17, 2008, at 04:03, 양승준 wrote:

The data is in parBuffer initialized inside (id) init as
parBuffer =  [NSArray arrayWithObjects:
  [NSNumber numberWithInt:4],
  [NSNumber numberWithInt:8],
  [NSNumber numberWithFloat:3.14] , nil];

Is this a garbage-collected application? If not, then you have a memory management problem because 'parBuffer' is not being retained.


Are there any error messages in the log?


_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Displaying NSArray in NSTableView (From: 양승준 <email@hidden>)

  • Prev by Date: Re: Regex
  • Next by Date: Re: Regex
  • Previous by thread: RE: Re: Displaying NSArray in NSTableView
  • Next by thread: Question about interface builder
  • Index(es):
    • Date
    • Thread