Re: Tableviews like Excel ones
Re: Tableviews like Excel ones
- Subject: Re: Tableviews like Excel ones
- From: Manfred Bergmann <email@hidden>
- Date: Wed, 31 Aug 2005 10:39:05 +1000
Am 31.08.2005 um 10:27 schrieb Ryan Britton:
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.
Did you implement a complete custom class or a subclass of NSTableView?
cya,
Manfred
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