Hello all,
I have built an interface using Interface Builder and have used a NSButton (Momentary Push In). On clicked theObject performs an applescript. The issue I am having is if I accidentally double-click the button it runs the script two times (I want the script to run only once, until clicked again at a much later time).
I have tried disabling the button momentarily after click but this doesn’t help.
Anyone have a solution?
Any info would be greatly appreciated,
ApplescriptJunkie