Skip navigation.
 
mlRe: How do I programmatically disable/enable an NSButton
FROM : mmalc crawford
DATE : Sun Jan 20 19:32:41 2008

On Jan 20, 2008, at 10:28 AM, Philip Bridson wrote:

> I know that you can set whether a button is Disabled/Enabled in IB 
> but how do I change it programmatically so that I can do it in 
> runtime? I have searched the API and Documentation but I can't seem 
> to find a method for doing it.
>

Remember inheritance...
<http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSControl_Class/Reference/Reference.html#//apple_ref/occ/instm/NSControl/setEnabled:
>

mmalc

Related mailsAuthorDate
mlHow do I programmatically disable/enable an NSButton Philip Bridson Jan 20, 19:28
mlRe: How do I programmatically disable/enable an NSButton Clark Cox Jan 20, 19:31
mlRe: How do I programmatically disable/enable an NSButton mmalc crawford Jan 20, 19:32
mlRe: How do I programmatically disable/enable an NSButton Philip Bridson Jan 20, 19:35
mlRe: How do I programmatically disable/enable an NSButton Kyle Sluder Jan 20, 19:35
mlRe: How do I programmatically disable/enable an NSButton Bertil Holmberg Jan 20, 22:19