Re: How to implement a spreadsheet?
Re: How to implement a spreadsheet?
- Subject: Re: How to implement a spreadsheet?
- From: Christophe Dore <email@hidden>
- Date: Mon, 21 Jan 2002 12:06:18 +0100
A table view is rather line-oriented object, with lines subdivided in
several values for each column.
This means that colums and rows are not treated the same way.
Spreadsheets are cell oriented. Thus rows and columns are motly equivalent.
This is where all your troubles will come from, if you use table view
for a spreadsheet.
Nicola Vitacolonna wrote:
Just a simple question: would you use or subclass an NSTableView to
implement a spreadsheet? Otherwise, how would you do it as simple as
possible?
BTW, has someone noticed that,even if the "Show Grid" checkbox is
selected in IB, the NSTableView does not show a grid at all, at least
during execution?
Thanks in advance,
Nicola
_______________________________________________
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.