Note that there are some explanatory texts on larger screens.

plurals
  1. USfoo
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. CONo. All you can do is 1. monitor the raw Apple events being sent to the target application for hints (see http://stackoverflow.com/questions/15422004/tap-appleevents-being-sent-to-another-application) and develop new code to send similar commands, or 2. woo the original developer into revealing their secrets.
      singulars
    2. CO`make document with properties {showing window:true}` shouldn't run at all since `showing window` is not a valid property name (it's actually a parameter name to ID's `open` command). Perhaps you could post a valid example? BTW, to format code blocks correctly on SO you need to prefix each line with 4 spaces. The easiest way is to paste your original code into the form, highlight it, then click the `{}` button. See also http://stackoverflow.com/editing-help
      singulars
    3. COYeah, Apple really screwed up SB. ObjC-Appscript worked (works?) an absolute treat and it's a huge shame Apple didn't learn from/copy/steal it, but it's no longer maintained or supported as a result of Apple legacying/deprecating the Carbon APIs it relies on without providing any Cocoa alternatives. For doing anything non-trivial from ObjC nowadays, AppleScript-ObjC is often the best option: AppleScript may be a PITA as a language but it knows how to speak Apple events properly, and the ASOC bridge takes most of the pain out of connecting the two.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload