Re: Disabled button looks like enabled
Re: Disabled button looks like enabled
- Subject: Re: Disabled button looks like enabled
- From: "Donnie Lee" <email@hidden>
- Date: Mon, 12 Jan 2009 21:32:24 +0300
That's not better than my way. I never need to handle events from this button.
On Mon, Jan 12, 2009 at 9:28 PM, Dave DeLong <email@hidden> wrote:
> Then simply subclass NSButton, add an ivar called fakeEnabled, then override
> the mouseDown and mouseUp events to do the following:
...
> Do the same for mouseUp, and just have a getter and setter for fakeEnabled.
> VoilĂ : a button that always looks enabled but can be set to respond only
> part of the time.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden