Search results

  1. S

    Path encoding to use with AppleScript

    Hi everybody, I have written a small Cocoa app that needs to communicate with AppleScript through an NSTask. (Or, to be more specific, an NSTask with "/usr/bin/osascript" as launchPath) If the filename is 7-bit-ASCII-"clean", everything works fine. But as soon as I'm dealing with filenames...
  2. S

    NSMovieView causes crash

    Hi everybody, I'm having a problem with an NSMovieView. My App shows previews for files which are selected which works fine. The previews can either be images or movies, that's why I don't use a statically typed IBOutlet but id. The method that causes trouble is passed two arguments: the...
Back
Top