Adding rows and cols to an NSMatrix programmatically
Adding rows and cols to an NSMatrix programmatically
- Subject: Adding rows and cols to an NSMatrix programmatically
- From: Jesus De Meyer <email@hidden>
- Date: Sat, 8 May 2004 22:14:40 +0200
Hi,
I've been trying to add some rows and columns to an NSMatrix but my app
keeps crashing. This is what I'm currently doing:
NSArray *myCells = [NSArray arrayWithObject:[imgView cell]];
[matrix addRowWithCells:myCells];
[matrix addColumnWithCells:myCells];
What am I doing wrong?
Thanks in advance!
_______________________________________________
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.