Re: NULL elements resolved
Re: NULL elements resolved
- Subject: Re: NULL elements resolved
- From: Mike Engber <email@hidden>
- Date: Fri, 22 Nov 2002 10:44:41 -0800
It has finally dawned on me that I am receiving NULL affected elements
in
response to the AXUIElementDestroyed notification because -- well, the
element was destroyed.
Your callback should never be receiving NULL for the UI Element ref. If
you are, it's a bug. I tried reproducing this (closing a TextEdit window
with a visible ruler) and none of the 3 destroyed notifications that
fired
got NULL.
Are you sure you're library isn't creating the NULL - perhaps passing
the UI ELement to some call and ignoring a kAXErrorInvalidUIElement?
-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.