• 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: NSMutableArray & NSMatrix
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSMutableArray & NSMatrix


  • Subject: Re: NSMutableArray & NSMatrix
  • From: Stéphane Sudre <email@hidden>
  • Date: Wed, 11 Jun 2003 12:00:29 +0200

On mercredi, juin 11, 2003, at 11:43 Europe/Paris, Peter Karlsson wrote:

Dear list!

I want to store the state of a NSMatrix in a NSMutableArray but I can't get it to work. I also want to set the state of the NSMatrix from my NSMutableArray.

Here is my code to store the NSMatrix into the NSMutableArray (does not work)

[myMutableArray replaceObjectAtIndex: 0 withObject:[myNSMatrix selectedRow]];

Any

[myMutableArray replaceObjectAtIndex: 0 withObject:[NSNumber numberWithInt:[myNSMatrix selectedRow]]];
_______________________________________________
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.
References: 
 >NSMutableArray & NSMatrix (From: "Peter Karlsson" <email@hidden>)

  • Prev by Date: Problem with setWraps method
  • Next by Date: Re: G4 vs G3
  • Previous by thread: NSMutableArray & NSMatrix
  • Next by thread: Re: NSMutableArray & NSMatrix
  • Index(es):
    • Date
    • Thread