[myMatrix addColumn] but NSMatrix doesn't show Cells
[myMatrix addColumn] but NSMatrix doesn't show Cells
- Subject: [myMatrix addColumn] but NSMatrix doesn't show Cells
- From: John MacDonnell <email@hidden>
- Date: Sun, 13 Oct 2002 18:37:44 +0200
Hello everybody!
I'm here with a problem, I have a NSMatrix of NSButton, I wanna add
items at runtime but when I do:
[myMatrix addColumn];
The new column doesn't appear at all in the window... anyway if I do
[myMatrix numberOfColumns];
it returns the right number but on the window myMatrix seems untouched
I tried sending -display -needsDisplay: and other methods to its
relative NSView but without success... anybody knows how to update the
NSMatrix view???
thanks!
John
_______________________________________________
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.