Re: CELL PROBLEM! HELP!!! YES!!!
Re: CELL PROBLEM! HELP!!! YES!!!
- Subject: Re: CELL PROBLEM! HELP!!! YES!!!
- From: Gore <email@hidden>
- Date: Thu, 18 Apr 2002 15:12:58 +0300
thank you thank you thank you and thank you all for helping me with this
cell problem!!!
...as I said, there must have been an easy solution because it's cocoa,
and yes it was!
/Gore
On Thursday, April 18, 2002, at 03:27 , Matthew Formica wrote:
Well, one thing you could do is use a custom subclass of NSButtonCell,
and
override -trackMouse:inRect:ofView:untilMouseUp: and call the
superclass'
implementation, passing in a custom modified cellFrame.
- Matthew
On 4/17/02 3:02 PM, "Gore" <email@hidden> wrote:
On Thursday, April 18, 2002, at 12:53 , Ondra Cada wrote:
On Wednesday, April 17, 2002, at 11:07 , Gore wrote:
I have a checkbox cell in my outlineview, but I don't want it to
change state if I click on the text, it should change state ONLY if I
click the checkbox-box, how?! because I am editing the text in the
cell, so I don't want it to change state if I edit the text. please
help, thanks
If so, IMHO the cleanest solution would be to place the checkbox into
one column (without any text), and the text into another, independent
one. If you want to, you can programmatically ensure that those two
columns would be never moved apart.
but I want them to be on the same cell that's the whole idea! but
thanks
anyway
/Gore
---
Ondra Cada
OCSoftware: email@hidden http://www.ocs.cz
2K Development: email@hidden http://www.2kdevelopment.cz
private email@hidden http://www.ocs.cz/oc
_______________________________________________
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.
--
Matthew Formica
DTS Engineer - Developer Tools and Cocoa
Apple Computer, Inc.
email@hidden
Mac OS X Development Tools:
http://developer.apple.com/tools/
Project Builder on the web:
http://developer.apple.com/tools/projectbuilder/
Project Builder FAQ:
http://developer.apple.com/tools/projectbuilder/faq.html
Cocoa docs on the web:
http://developer.apple.com/techpubs/macosx/Cocoa/CocoaTopics.html
Cocoa sample code:
http://developer.apple.com/samplecode/Sample_Code/Cocoa.htm
_______________________________________________
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.