You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to use mack for some simple Tell's, but also have some logic that requires if application X is running before calling a tell in the same tool.
Either the ability to call mack.If and pass in a Tell if it tests true, or simply to be able to pass and entire script as a string to mack. mack.Run(script string) or something along those lines would be handy
The text was updated successfully, but these errors were encountered:
You should get any return data from AppleScript in one form or other into "info".
Possibly also embed the AppleScript in the compiled file to make it invisible to the user (and to in effect "pass an entire script as a string"). Haven't tested any of this concretely for Mack or AppleScript-files, but am curious.
I’m just being practical and understand your original issue was regarding further development of Mack.
Btw, this fork is slightly more updated as long as this current repo doesn't respond to pull requests.
I want to be able to use mack for some simple Tell's, but also have some logic that requires
if application X is running
before calling a tell in the same tool.Either the ability to call
mack.If
and pass in a Tell if it tests true, or simply to be able to pass and entire script as a string to mack.mack.Run(script string)
or something along those lines would be handyThe text was updated successfully, but these errors were encountered: