Re: Looking for some NSCell/NSMatrix sample code.
Re: Looking for some NSCell/NSMatrix sample code.
- Subject: Re: Looking for some NSCell/NSMatrix sample code.
- From: David Remahl <email@hidden>
- Date: Sun, 07 Apr 2002 18:14:09 +0200
>
Hi there. I wanted to build a small minesweeper application as a Cocoa
>
learning experience. It seems the best way to do it would be by using a
>
NSMatrix and NSCell (possibly NSButtonCell, need to look more about it).
>
>
Is there some nice small app with sample code on using those? I've been
>
reading through the docs, but something on those lines would be really
>
helpful too.
>
>
Thanks in advance for your help:
>
>
Oscar Morales.
Eric Peyton has made a program (or ported it from next, I'm not sure...)
called NSMine.app:
http://www.epicware.com/Downloads/NSMine.app.1.0.dmg.gz
It includes source.
Personally, I would stay away from using NSMatrix and cells and go for a
custom view with its own drawing instead...
/ David
_______________________________________________
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.