Fwd: Disabling the Table Panel
Fwd: Disabling the Table Panel
- Subject: Fwd: Disabling the Table Panel
- From: "Jim O'Connor" <email@hidden>
- Date: Wed, 15 Mar 2006 13:00:25 -0600
Thanks for the reply Corbin,
I'm looking to disable the Table panel utility window when the
selection is in a text field which doesn't support tables in the
underlying model, but does support simpler aspects of rich text.
Jim
On Mar 15, 2006, at 12: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:
This email sent to email@hidden