Re: How to get NSText for custom NSCell in NSTable?
Re: How to get NSText for custom NSCell in NSTable?
- Subject: Re: How to get NSText for custom NSCell in NSTable?
- From: Corbin Dunn <email@hidden>
- Date: Mon, 5 Dec 2005 10:32:52 -0800
Guy,
On Dec 3, 2005, at 7:47 PM, Guy Umbright wrote:
I have a custom NSCell that I want to use in an NSTable. The
custom cell consists of an NSTextFieldCell
and an NSButtonCell when the TextFieldCell is being editted. So
when I click I want to cause the
NSTextFieldCell to edit but to call
editWithFrame:inView:editor:delegate:event I need an NSText object?
Where do I get it from?
Use [[table window] fieldEditor:YES table]
-corbin
_______________________________________________
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