Being informed when the window moves
Being informed when the window moves
- Subject: Being informed when the window moves
- From: Matthew Smith <email@hidden>
- Date: Mon, 22 Apr 2002 19:38:10 +1000
Hello peoples,
My program needs to know when the user moves a window, so I'm using the
notification: NSWindowDidMoveNotification to inform me whenever this occurs.
The strange thing is that it only tends to notify the the object interested
in the notification when the user stops dragging the window for a bit (ie if
I move a window around, I only get a handful of notifications).
When I register for other notifications (like
NSWindowDidResizeNotification), it sends me a heap of notifications (which
I'd prefer).
Is it possible to get the same behaviour from NSWindowDidMoveNotification as
NSWindowDidResizeNotification? Or should I use a different method of getting
that kind of information?
Thanks
Matt Smith
_______________________________________________
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.