Search results

  1. V

    AppleScript: simply "OK" only dialog Howto?

    when using display dialog "Say something." The dialog is an Ok + Cancel type. I'd like an "Ok" (confirmation) only dialog. How does one specify this?
  2. V

    catch AppleScript error

    My AppleScript is calling a console app with "do shell script." I would like to get the integer return from this console app. According to Apple: Great, how do I catch an AppleScript error? Digging, through docs, haven't found answer yet. Please to help.
  3. V

    Make StdC++ Console App Droppable?

    New to Mac/OSX programming. In Windows when dropping a file (of which there are no restrictions) on a conole app, it is the equivalent of calling the application's main function with argv[1] as the full path to the file that was dropped on the app. This is pretty convenient. I've managed...
  4. V

    Call Console App from Applescript

    This is actually a two part question: Part 1: I've written a C++ "SIOUX Console App." It runs fine from within CodeWarrior, and on other systems, but when I call it from the console (bash or c-shell) the system says "permission denied." I opened permissions to 777, so it's not a permission...
Back
Top