RubyAEOSA FAQ

$Date: 2004/06/28 01:43:52 $

After Install

Q: I cannot stop running Ruby script.

I cannot stop running Ruby script include "OSX.do_osascript".

A: Foerce Quit using ProcessViewer application.

Using "OSX.do_osascript" in normal Ruby script (not application style), a Ruby script becomes this status when an AppleScript script action is with GUI. To stop the script, you need to use ProcessViewer application. Select the process, do "Quit Process" and click "Force Quit" button. In RubyCocoa application, this problem is nothing.