Q: How to force quit a running procedure?

Is there a short-cut key to force quit a running procedure?

thanks,

YHL
On a PC, it's Ctrl+Break, or click the Abort button at the bottom of Igor's window frame.

On a Mac, it's command-period (the period key with command held down).

Software Engineer, WaveMetrics, Inc.
I've just come across this issue on a Mac (there is no abort button to click on). I'll use CMD+. instead - glad to have found this info as it was driving me mad! Is there a reason why there is no abort button on the Mac implementation of Igor?
Another useful alternative is the Function PressEscapeToAbort(phase, title, message) function provided in section IV-6 of the Igor User Manual. This allows for the opportunity of a "softer" function-controlled Abort than what you get by using the key or shortcut.
notwhatucallanatural wrote:
I've just come across this issue on a Mac (there is no abort button to click on). I'll use CMD+. instead - glad to have found this info as it was driving me mad! Is there a reason why there is no abort button on the Mac implementation of Igor?


On Macintosh, Igor doesn't have an outer frame in which it could put such a button like it does on Windows.
aclight wrote:
On Macintosh, Igor doesn't have an outer frame in which it could put such a button like it does on Windows.

Ah yes, of course! I really wish it did. Igor is at least 25% nicer to use on Windows.
notwhatucallanatural wrote:
... Igor is at least 25% nicer to use on Windows.


That's odd. I find just the opposite to be true. :-)

--
J. J. Weimer
Chemistry / Chemical & Materials Engineering, UAHuntsville
jjweimer wrote:
notwhatucallanatural wrote:
... Igor is at least 25% nicer to use on Windows.


That's odd. I find just the opposite to be true. :-)

--
J. J. Weimer
Chemistry / Chemical & Materials Engineering, UAHuntsville


Maybe I'll start a thread about likes and disklikes on the two platforms. Hopefully I'll learn some new tips on how to ease the pain of Igor on OSX ;)
Quote:
Maybe I'll start a thread about likes and disklikes on the two platforms. Hopefully I'll learn some new tips on how to ease the pain of Igor on OSX ;)


For an extensive list of tips, choose Help->Shortcuts.