Re: kAXWindowsAttribute always returns different AXUIElementRefs
Re: kAXWindowsAttribute always returns different AXUIElementRefs
- Subject: Re: kAXWindowsAttribute always returns different AXUIElementRefs
- From: Matt Gough <email@hidden>
- Date: Mon, 17 Mar 2003 16:02:23 +0000
>
The pointer values will always be different, per design. That is why there
>
is a CFEqual. Remember that the elements are coming from a different
>
process.
OK, so as long as I CFRetain an AXUIElementRef, then that AXUIElementRef
will still be usable for as long as that element exists (until the Destroy
notification). Regardless of how many other parts of my code have gotten
different AXUIElementRef values for the same element in the meantime.
Correct?
Matt
_______________________________________________
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.