Re: AXObserverRemoveNotification & destroyed elements.
Re: AXObserverRemoveNotification & destroyed elements.
- Subject: Re: AXObserverRemoveNotification & destroyed elements.
- From: John Louch <email@hidden>
- Date: Thu, 01 Jun 2006 20:39:46 -0700
- Thread-topic: AXObserverRemoveNotification & destroyed elements.
> Are our observers automatically unregistered for notifications
> regarding destroyed AXUIElements? If I call
> AXObserverRemoveNotification with a destroyed element I get
> kAXErrorInvalidUIElement.
>
No there is no auto registration.
> I would like to be able to pass NULL for the element and/or the
> notification argument to AXObserverRemoveNotification to remove my
> observer from all elements and/or notifications.
This is not something we will be adding. You need to either manage your
elements that you are watching notifications on, or you can just have
observer sets, where you keep like notifications on the same observer, and
just release the observer when you are done with it.
>
> --Tom
>
> _______________________________________________
> 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
--------------------------------------------------
John Louch Internet #: email@hidden
_______________________________________________
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