Re: removing notifications
Re: removing notifications
- Subject: Re: removing notifications
- From: Mike Engber <email@hidden>
- Date: Thu, 31 Jul 2003 09:29:55 -0700
On Wednesday, July 30, 2003, at 8:59 PM, Joji Mori wrote:
Does anyone know whether when you register yourself for an
accessibility notification, and during this, the UIElement is killed.
Do you need to remove the notification for that element? Or is it
automatically removed for you?
To do this, you would have to remove the notification after you receive
a kAXUIElementDestroyedNotification notification?
You shouldn't receive any notifications on the dead elements - so that
won't be a problem.
However, if you don't unregister you'll cause memory to be leaked in
some of our internal tables (definitely true in Jaguar).
Why don't you file a bug/enhancement request for auto-unregistering for
deallocated elements. We may be able to do something about this.
-ME
_______________________________________________
accessibility-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/accessibility-dev
Do not post admin requests to the list. They will be ignored.