AXUIElementDestroyed question
AXUIElementDestroyed question
- Subject: AXUIElementDestroyed question
- From: Matt Gough <email@hidden>
- Date: Mon, 17 Mar 2003 18:03:45 +0000
In my app I have just started observing AXUIElementDestroyed on my app as a
whole as I want to know when windows get destroyed. What has surprised me is
that my call-back proc only gets called for windows and not for other
UIElements which I assume must also exist within those windows (i.e.
controls etc)
This is actually exactly what I want for my purposes, but leaves me
suspicious that one day I will start being told about all the stuff I don't
care about being destroyed. Can someone clarify that this is the expected
behaviour and I'm not doing something fundamentally wrong.
If I wanted to be cautious, would it make sense to see if the Role of the
element being destroyed is AXWindow, or is that just being over-redundant.
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.