Re: IKImageView and delegate callback/notification of image

2008-10-07 Thread Dave Jewell
On Tue, 7 Oct 2008 at 09:38:01, Jim Turner said: Binding to my IKImageView's "image" property nets the following: [ addObserver: forKeyPath:@"image" options:0x7 context:0x1adc3c30] was sent to an object that is not KVC-compliant for the "image" property. Is "image" not the key to which I should

Re: Utility/Floating window with titlebar on left side

2008-09-20 Thread Dave Jewell
On Thu, 18 Sep 2008 17:30:27 -0700, Nick Beadman said: Interface Builder does have "Side Title" checkbox in the Appearance section of the window attributes inspector when working on Carbon window. IB2 is slightly more intelligent in that it knows it should only be enabled for certain window typ

Re: Application Launch (or doesn't Launch as such) (David Wilson)

2008-04-25 Thread Dave Jewell
HOWEVER, I have found a solution which is to look at the "Stop on Debugger()/DebugStr()" menu item in the Run menu. For some reason, this got checked when I installed the iPhone SDK beta. If you uncheck this item, then sanity will be restored, and xCode will start behaving normally agai

Re: Cocoa-dev Digest, Vol 5, Issue 670

2008-04-25 Thread Dave Jewell
Message: 9 Date: Thu, 24 Apr 2008 13:43:26 +1200 From: David Wilson <[EMAIL PROTECTED]> I'm running Xcode 3.1 (actually iPhone SDK Beta 3) on Mac OS 10.5.2 My application doesn't launch when I click the run button in Xcode (note it is NOT an iPhone app). It's an application to control USB devices

Re: NSTextView text coloring problem

2008-04-24 Thread Dave Jewell
On 24 Apr 2008, at 8:42 am, Graham Cox wrote: Aside: your ivars shouldn't start with an underscore - Apple reserves such names for its own classes. Interesting - I was unaware of that convention. Dietmar Planitzer provides something of an alternative view here: http://lists.apple.com/archi