Re: mouseMoved messages (modifying DotView)
Re: mouseMoved messages (modifying DotView)
- Subject: Re: mouseMoved messages (modifying DotView)
- From: Graeme Phillipson <email@hidden>
- Date: Tue, 6 Nov 2001 19:52:07 +0000
Hello,
I got a reply from Kurt Revis pointing out that initWithFrame is called
before the window is created, so I moved that line to
viewDidMoveToWindow and now it works OK. Although no mouse move messages
are received until the first click in the window, which is odd.
Graeme.
On Tuesday, November 6, 2001, at 05:26 PM, Gregory Weston wrote:
What does [self window] return during initWithFrame? I'm not sure if I
buy that
there's a window associated with the view yet at that point.
G