Re: kAXResizedNotification and kAXMovedNotification working?
Re: kAXResizedNotification and kAXMovedNotification working?
- Subject: Re: kAXResizedNotification and kAXMovedNotification working?
- From: Eric Schlegel <email@hidden>
- Date: Tue, 17 Jan 2006 14:10:59 -0800
On Jan 17, 2006, at 1:06 PM, Tom Bunch wrote:
Hi guys,
Has anyone successfully used the following notifications?
axErr = AXObserverAddNotification(_observer,
focusedElement, kAXResizedNotification, self);
axErr = AXObserverAddNotification(_observer,
focusedElement, kAXMovedNotification, self);
I have registered for kAXWindowMovedNotification and
kAXWindowResizedNotification successfully, but focusedElement may
in this case be contained in a split view and could therefore be
resized and/or moved without moving the window. I've checked that
axErr == kAXErrorSuccess, that the _observer and focusedElement
look reasonable, and that _observer is actually registered with
focusedElement's application and not some other application.
What kind of app are you trying to observe, Carbon or Cocoa? I
honestly don't know offhand what the behavior of either framework is,
but we'll need to know which framework before we can research an answer.
-eric
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Accessibility-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden