From: Dave H. <gr...@gr...> - 2006-01-03 00:45:57
|
OK, building my cells from scratch isn't working either. matrixFrame = NSRect.new matrixFrame.size.height = 40.0 matrixFrame.size.width = 28.0 matrixFrame.origin.x = 20.0 matrixFrame.origin.y = 20.0 newMatrix = OSX::NSMatrix.alloc.initWithFrame(matrixFrame) What the log says is NSMatrix(0x5c0cc60) - NSView not correctly initialized. Did you forget to call super? I don't understand the question. Does it not like my NSRect? The program keeps running, but the matrix doesn't appear in the window. |