It is possiblle, but you don't use the VoiceOver dictionary. I was about 50 percent comlete on creating an AppleScript to toggle the preview pane in apple mail when the logic board on my system died. I was using the UI scrippting elements within the System Events scripting library.
Something like tell spilter view1 of splitter view 1 tell the splitter set value to maximum value end tell end tell will hide the preview ppane when in classic mode. I was testing code to switch into and out of classic view when the computer became completely unresponsive. Note: this was a 2009 computer that has been used quite a bit, and the batteries were getting to the point where they would only hold about 2 hours of use. Jonathan Cohn > On Jun 12, 2015, at 2:46 AM, Nicholas Parsons <[email protected]> > wrote: > > I’ve written a few AppleScripts for VoiceOver but I’ve never written scripts > for windows screen readers, though I have used some, so can’t really answer > your question. sorry. Hopefully someone else on the list will be able to. > > What I do know is, one can create AppleScripts which accessibly speak certain > information from particular apps or perform certain functions in particular > apps which might otherwise not be accessible with VoiceOver. However, this is > often dependant on the scriptability of the particular app in question, not > the scriptability of VoiceOver. > > -- > You received this message because you are subscribed to the Google Groups > "MacVisionaries" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/macvisionaries. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "MacVisionaries" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/macvisionaries. For more options, visit https://groups.google.com/d/optout.
