Re: kAXPositionAttribute and kAXSizeAttribute
Re: kAXPositionAttribute and kAXSizeAttribute
- Subject: Re: kAXPositionAttribute and kAXSizeAttribute
- From: Bill Cheeseman <email@hidden>
- Date: Thu, 19 Jul 2007 05:40:42 -0400
- Thread-topic: kAXPositionAttribute and kAXSizeAttribute
on 2007-07-18 10:31 PM, spiderlama at email@hidden wrote:
> AXUIElementCopyAttributeValue(dock, kAXChildrenAttribute,
> (CFTypeRef*)&array);
In a couple of places you do something like that. Shouldn't the last part be
'(CFTypeRef)&array'? A CFTypeRef is already a pointer and doesn't need the
star.
If you're going to have more accessibility questions, you might want to
frequent the accessibility-dev mailing list. A bunch of us hang out there,
including Apple engineers with a special interest in accessibility.
--
Bill Cheeseman - email@hidden
Quechee Software, Quechee, Vermont, USA
www.quecheesoftware.com
PreFab Software - www.prefabsoftware.com
_______________________________________________
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