• 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: NSMatrix programatic creation question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSMatrix programatic creation question


  • Subject: Re: NSMatrix programatic creation question
  • From: Anthony Duer <email@hidden>
  • Date: Fri, 9 Aug 2002 20:28:28 -0700

startMatrix = [NSMatrix initWithFrame: aFrame mode: NSTrackModeMatrix
cellClass: [NSTextField class] numberOfRows: 2 numberOfColumns: 2];

Could someone possibly help shed some light on what I'm doing wrong?

- Terry

Might want to try allocating the NSMatrix with an alloc call first. ;)

NSMatrix *startMatrix = [[NSMatrix alloc] initWithFrame: aFrame mode: NSTrackModelMatrix cellclass:[NSTextField class] numberOfRows: 2 numberOfColumns: 2];

~Anthony
_______________________________________________
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.

  • Prev by Date: Re: NSMatrix programatic creation question
  • Next by Date: Re: FTPClient Beta Released - Please test
  • Previous by thread: Re: NSMatrix programatic creation question
  • Next by thread: NSMatrix Questions
  • Index(es):
    • Date
    • Thread