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: "Mark's Studio" <email@hidden>
- Date: Fri, 9 Nov 2001 20:36:46 +0100
On fredag, november 9, 2001, at 08:28 , Erik M. Buck wrote:
>
> 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.
I have tried
[(NSControl *)tableView setEnabled: NO]
[tableView setEnabled: NO]
and nothing really happens
I can't seem to find anything about setEnable in NSView,
>
>
>
>
Peter Mark
Mark's Recording Studio A/S
Faelledvej 19 b DK2200 N
Copenhagen Denmark
Tel: +45 35366078 Fax: +45 35366038
www.marks-studio.dk
email@hidden