Re: not getting window delegate messages
Re: not getting window delegate messages
- Subject: Re: not getting window delegate messages
- From: Nick Zitzmann <email@hidden>
- Date: Sun, 27 Jul 2003 18:18:34 -0700
On Sunday, July 27, 2003, at 05:56 PM, matt neuburg wrote:
I am an object named MyObject. When the user drags my window around
with
the mouse, I am not getting window delegate messages such as
windowDidChangeScreen: and windowDidMove:. I can confirm that I am in
fact
the window's delegate (my setDelegate: command to the window
succeeded, I
can log on mouseDown and see that I am the delegate, etc.). Therefore I
presume I'm up against some secret, undocumented issue. Now the
problem is
to guess what it is. Are these messages, perhaps, sent only by certain
kinds of window? (For example, my window isMovableByWindowBackground;
could
that make a difference?) Or maybe they don't work at all? Or something?
Did you open the window in the main thread, or in some other thread?
Nick Zitzmann
AIM/iChat: dragonsdontsleep
Check out my software page:
http://seiryu.home.comcast.net/
Famous last words: "OK, I've pulled the pin. Now what? Where are you
going?"
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.