site_archiver@lists.apple.com Delivered-To: cocoa-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=uibSPbgaHOGHwUqL6zjLs/7G0YFjl/OPrUPbsTehyqs=; b=I0T6T7g0cFNtDBD0fHi12SU2uV4rf3NuU+8YVe2NkFOhIqRB0aj7eMiBEEsnhWtz9V 2PVvu1fTcV1anrZF7S3/yEh0jk5zUp3jHWX2lYZrjrTK1MBkQuXrsO4QM8liPAkf8mES xKuLquvu9JWkhzv+Fef+hUXlwoP3UFa2okL8k= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=AfQtwvi2VssYjpbm77w/aUwI6eofIyjM1fPYDgij1eDoRIiDvhoPLV5F0e3UHQmkLp F3BTROrn4HLZfJdKVRn9dVNZfDvHDx/1UfzBqWi5yB9RXjv+ff8y9xUG+pq0vs/kToxA nFy2H6o6REi8hY5aocIPQ8T5uFQFxYBQJlfU4= On Tue, Sep 30, 2008 at 1:16 PM, Ken Ferry <kenferry@gmail.com> wrote:
On Tue, Sep 30, 2008 at 8:57 AM, Benjamin Stiglitz <stig@apple.com> wrote:
I've googled for over a week, and I can't find out what I'm missing here.
See the AppKit release notes for 10.5 at <http://developer.apple.com/releasenotes/Cocoa/AppKit.html>
In short, the enabled property only works if you link your app against 10.5+.
-Ben
Actually, it's the editable property that changed for 10.5, and now hopefully does what people expect.
Disabling the level indicator should keep it from responding to mouse events, so I don't know what's wrong in Michael's case.
On second thought, Michael is only logging the enabled property at awakeFromNib time. It's probably being modified after that, perhaps due to a bindings interaction. Try binding the enabled property.
Works fine for me. (Though, if we didn't have binary compatibility to worry about, a disabled level indicator ought to be dimmed out, which is probably not what Michael wants.)
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/site_archiver%40lists.apple... This email sent to site_archiver@lists.apple.com