tables cells and views
tables cells and views
- Subject: tables cells and views
- From: nicolas berloquin <email@hidden>
- Date: Sun, 28 Apr 2002 15:42:56 +0200
I have another question that will make my previous question a little bit
more clear...
Like I said I'm really new to cocoa, and I thought I could design a
view, then insert
it inside a table/matrix to have it repeated on the screen.
But I just found out that NSCell and NSView are different class
hierarchies, and that
you can't pass a NSView decendant as a NSCell... ;-(
let's say I want to show a list of thumnails with a filename, and a
couple of buttons underneath each thumbnail,
could someone tell me if I really can't design one copy of this as a
custom view in a NIB file, then
set it as a cell basis inside a matrix ?
how should I do it ?
Do I have to handle a NSScrollView by hand and place my custom views at
regular intervals inside it ?
thanks ;-)
_______________________________________________
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.