Re: NSLevelIndicator - setEnabled not respected

2008-09-30 Thread Ken Ferry
On Tue, Sep 30, 2008 at 1:16 PM, Ken Ferry <[EMAIL PROTECTED]> wrote: > On Tue, Sep 30, 2008 at 8:57 AM, Benjamin Stiglitz <[EMAIL PROTECTED]> 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 >>

Re: NSLevelIndicator - setEnabled not respected

2008-09-30 Thread Ken Ferry
On Tue, Sep 30, 2008 at 8:57 AM, Benjamin Stiglitz <[EMAIL PROTECTED]> 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 > > > In short, the enabled property on

Re: NSLevelIndicator - setEnabled not respected

2008-09-30 Thread Benjamin Stiglitz
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 In short, the enabled property only works if you link your app against 10.5+. -Ben