Re: "hooking" into another app
Re: "hooking" into another app
- Subject: Re: "hooking" into another app
- From: Jens Alfke <email@hidden>
- Date: Tue, 15 Apr 2008 15:13:20 -0700
On 15 Apr '08, at 3:07 PM, Don Arnel wrote:
Actually, after playing around with the Accessibility API I've found
that changing the layout of UI elements won't adversely affect the
external app's code at all.
Changing the x/y coords of views in the nib won't, but other types of
changes might, since the views just seem to be identified according to
some numeric order. It might be the tab (responder-chain) order, or
the order in which the views are listed in the compiled nib, but in
any case it could change if the nib is changed. For example, if you
decide to change the tab ordering, or if you delete a button and
replace it with a new one.
—Jens
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden