macOS, is my app active?

hh hh at hyperhh.de
Sat Nov 23 11:16:49 EST 2019


MacOS 10.15.1

This is fld "IN" (your snippet):

tell application "System Events"
  set activeApp to name of first application process whose frontmost is true
  return activeApp
end tell

on mouseUp
  do fld "IN" as "applescript"
  put the result into fld "OUT"
end mouseUp

yields in fld "OUT":

"Livecode-Community" or
"LiveCode-Indy" or
"LiveCode-Business"




More information about the use-livecode mailing list