Re: Tableviews like Excel ones
Re: Tableviews like Excel ones
- Subject: Re: Tableviews like Excel ones
- From: Ryan Britton <email@hidden>
- Date: Tue, 30 Aug 2005 17:27:25 -0700
NSMatrix as it stands is not a good choice for this unless you
subclass and override some stuff. I've tried it for exactly this
purpose and its behaviors do not coincide with spreadsheet
behaviors. For one, NSMatrix allows non-contiguous selections where
a normal spreadsheet does not. NSMatrix also has some oddities when
it comes to cell size. I found it easier to write a custom class
that did only what I needed.
On Aug 30, 2005, at 3:24 PM, Sanri Parov wrote:
On Wed, 31 Aug 2005 08:01:41 +1000, Manfred Bergmann wrote:
Hi Sanri.
I'm thinking of doing something like this, too.
But I guess this is not posible with a plain NSTableView.
I thought of making it with a NSMatrix where you can use any kind of
data cell.
You can respond on the Key events to do the navigation you want.
[homerSimpsonVoice:TRUE]
"mmmmmhhhhhh ... NSMatrix... sounds good, but it doesn't have any IB
palette or something similar to easily figure out what to do.
Are there good, and PLAIN, SIMPLE examples on how to use it?
Sorry Apple, but when it comes to PLAIN AND SIMPLE source code, you're
not the no. 1 :-((
[homerSimpsonVoice:FALSE]
--
Sanri Parov
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden