Re: NSComboBox problem in 10.6.2
Re: NSComboBox problem in 10.6.2
- Subject: Re: NSComboBox problem in 10.6.2
- From: Bill Hernandez <email@hidden>
- Date: Fri, 19 Mar 2010 11:12:10 -0500
On Mar 19, 2010, at 8:45 AM, H. Miersch wrote:
> My theory is that there's something wrong with the array. Either it isn't initialized properly or the methods can't access it or something. Gonna try self.symbols instead of symbols, see if that changes anything...
Another thing I forgot to ask : are you using C or Cocoa arrays ?
I kept running into some crashes, and traced them back to where I was using C arrays. I converted them to Cocoa arrays and everything got solved, the problems went away.
I don't know if this has anything to do with your problems, but it was just something I ran into.
Bill Hernandez
Plano, Texas_______________________________________________
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