Friday, 9 August 2013

How to exit function while it is running in Xcode with applescript

How to exit function while it is running in Xcode with applescript

I am coding Mac App on Xcode with Applescript.
I made a function that doesn't stop forever, but I can't stop it.
It starts when I push a button that is located on the window.
Because this function doesn't stop, the button appears pushed forever.
And I have to force quit with 'Command+Option+Escape'.
I want release the button before the function starts, and I want to stop
this function safely with pushing another button.

Sorry I am Japanese, I can't write English very well.

No comments:

Post a Comment