Re: List of all applications
Re: List of all applications
- Subject: Re: List of all applications
- From: John Louch <email@hidden>
- Date: Wed, 30 Jul 2003 06:12:47 -0700
>
Hi,
>
>
There is just a simple doubt I have.
>
I need to observe UI of any front process, and I am using
>
AXUIElementCreateApplication() for the front process in my application. With
>
each application which comes to front I have to again create the
>
AXUIElementRef. So do I need to dispose the previous AXUIElementRef. I am
>
worried since I didn't found the counter call to release the current
>
AXUIElementRef. I wonder whether this is managed by the internal reference
>
counting? I am using Jaguar currently.
AXUIElementRefs are CFTypeRefs, so you can use all of the methods in
CFBase.h on them. In this case call CFRelease to release your reference.
Thanks,
jl
>
>
Thanks
>
Shashikant
>
_______________________________________________
>
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.
---------------------------------------------
John Louch Internet #: email@hidden
(805) 546 0216
_______________________________________________
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.