problem with NSMatrix
problem with NSMatrix
- Subject: problem with NSMatrix
- From: joie <email@hidden>
- Date: Sat, 6 Apr 2002 09:32:30 -0600
sorry for the repost, but this is a pressing problem that I just can't
fix...
ok, so I call the following code:
[someMatrix setCellClass:[OSButtonCell class]];
[someMatrix renewRows:16 columns: 16];
then some code that acts upon the newly created cells. The console then
proceeds to yell at me. It turns out they aren't OSButtonCells at all as
they don't recognize the selectors imageTag and setImageTag: as all good
little OSButtonCells do. Very strange. Any ideas about this would be
much appreciated.
Or does renewRows:columns: only make NSButtonCells?
-joie
_______________________________________________
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.