Re: Disabling the Table Panel
Re: Disabling the Table Panel
- Subject: Re: Disabling the Table Panel
- From: "I. Savant" <email@hidden>
- Date: Wed, 15 Mar 2006 13:53:40 -0500
I think the OP means the "insert table" UI for inserting tables
into a text view. I may be wrong. :-)
--
I.S.
On Mar 15, 2006, at 1:50 PM, Corbin Dunn wrote:
Do you mean to disable an NSTableView? Currently on Tiger, it
doesn't respect the enabled state very well.
You will have to do it manually, by:
1. Disabling all the header cells
2. Disabling the default cell for each NSTableColumn (can be done
in the willDisplayCell delegate method).
3. Disable selection via the appropriate delegate methods
-corbin
On Mar 15, 2006, at 8:42 AM, Jim O'Connor wrote:
I need to disable the table panel when the user is editing in some
of my text views.
I have disabled the "Table" menu item during these times, but
haven't found a way to keep the panel inactive.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40gmail.com
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