Re: Subclass of NSView not responding to mouseDown event

2009-09-26 Thread Paul Buxton
I get warnings like that again it is something to double check quite carefully. Paul 2009/9/25 Mike Abdullah > > On 25 Sep 2009, at 15:03, Paul Buxton wrote: > > Hi guys. I am working though the book 'Learning Cocoa with Objective-C 2nd >> edition and have reached the Do

Subclass of NSView not responding to mouseDown event

2009-09-25 Thread Paul Buxton
w, any thoughts? Looking through the lists I saw some suggestions to previous questions that suggested adding the acceptsFirstMouse and acceptsFirstResponder methods, so I have added those as well, but still no luck. Sample code below. // // DotView.h // // Created by Paul Buxton on 25/09/