Note that there are some explanatory texts on larger screens.

plurals
  1. USmnemia
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COI'm using the AppleScript-ObjC (ASOC) framework to run it. (Apple has about 4 methods of running AppleScript events from Objective-C code). With ASOC, you can embed AppleScript code directly into your Objective-C program, and call methods implemented in AppleScript from Objective-C (although the process for setting this up leaves a little bit to be desired: you have to implement an NSObject category to tell Objective-C about the signature of the AppleScript methods, since there are no header files for them). I used this method because it seems better than using NSAppleScript with strings.
      singulars
    2. COWell, I wasn't using IB to create the NSTextView. You can create one without embedding it in an NSScrollView if you do it programmatically, which is what I was doing (because it's just supposed to be embedded in a larger view that is itself added to the content view of an NSScrollView). I guess it's possible that NSTextView makes some sort of assumption that it will always be embedded in its own scroll view (since Apple seems to make it inconvenient not to do that). In my case, I was only using NSTextView because it is more flexible for formatting multiline text than NSTextField.
      singulars
    3. COAccepting this answer, as it basically answers my question, although I don't really agree that SB is a good alternative.
      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