Re: Minor Scriptability Quesiton

2013-05-15 Thread Shane Stanley
On 16/05/2013, at 2:19 AM, Seth Willits wrote: > With just that I can make a few things easier through scripting without > having to dive into anything else. I was afraid that was where you were headed. Really, GUI scripting is a finnicky, unreliable hack. Unless you need a complex object mode

Re: Minor Scriptability Quesiton

2013-05-15 Thread Seth Willits
On May 14, 2013, at 6:19 PM, Shane Stanley wrote: >> [button accessibilitySetValue:@"My Title" >> forAttribute:NSAccessibilityTitleAttribute]; > >> Discovered -accessibilitySetOverrideValue:forAttribute: but that has no >> effect. The title is still empty. > > The docs for the latter say: "Ens

Re: Minor Scriptability Quesiton

2013-05-14 Thread Shane Stanley
On 15/05/2013, at 9:55 AM, Seth Willits wrote: > [button accessibilitySetValue:@"My Title" > forAttribute:NSAccessibilityTitleAttribute]; > Discovered -accessibilitySetOverrideValue:forAttribute: but that has no > effect. The title is still empty. The docs for the latter say: "Ensure that you

Re: Minor Scriptability Quesiton

2013-05-14 Thread Seth Willits
On May 14, 2013, at 4:55 PM, Seth Willits wrote: > Any thoughts on what I should do to be able to name the button for > accessibility? Addendum: Discovered -accessibilitySetOverrideValue:forAttribute: but that has no effect. The title is still empty. -- Seth Willits