Re: DoubleClick in a NSTableView
Re: DoubleClick in a NSTableView
- Subject: Re: DoubleClick in a NSTableView
- From: Frank Blome <email@hidden>
- Date: Mon, 10 Jun 2002 20:24:25 +0200
On Montag, Juni 10, 2002, at 07:35 PM, Bill Cheeseman wrote:
on 02-06-10 9:29 AM, Frank Blome at email@hidden wrote:
The short story: After my app now started to crash with a SigBus error I
decide to clean the target (agin) and (here comes the difference)
_restart_ my Powerbook (running 10.1.5). After the next build my dc runs.
Please don't ask my why...
Happens to me all the time. My first step when something looks like it
should work but doesn't is to clean the target and rebuild it.
Me too. But new for me was the fact, that it now runs after doing a
restart!
I believe the next-to-last line should be:
[typeColumn setEditable:isEditable];
You believe right! Great! Now I spend close to the whole day to add one
feature and after that, to fix another. I think, I have to be a bit more
effective ;-)
Look at the NSTableColumn class reference document under setEditable:. The
dataCell is a special, shared instance of the cells used in a column, and
it
is usually (always?) used to set display attributes.
Bill, you are absolutely right. I think my main problem is at the moment
that I collect code and tips from all over the world. And since everyone
have got another style, you can imagine how my source-code is looking at ;
-)
Anyway, again many thank's for your support. I really appreciate it!!!
Frank
_______________________________________________
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.