Re: How to code a TableView into a CustomView?
Re: How to code a TableView into a CustomView?
- Subject: Re: How to code a TableView into a CustomView?
- From: "Erik M. Buck" <email@hidden>
- Date: Fri, 9 Nov 2001 13:28:28 -0600
>
Yes but how do i disable the tableview?
The same way you enable and disable any control.
From NSControl documentation
Enabling and disabling the control
- isEnabled
- setEnabled:
You MUST read the super class's documentation!
I have not tried these methods. Do they not work for tables for some reason
?
Maybe I will try it now.