appIsRunning(appName) not showing with filemaker
appIsRunning(appName) not showing with filemaker
- Subject: appIsRunning(appName) not showing with filemaker
- From: dealTek <email@hidden>
- Date: Sat, 26 Jan 2013 13:58:28 -0800
Hi all,
This simple script seems to work with some apps (like TextEdit ) but not with FileMaker Pro ...
I do have 2 versions on this app (v 10 and v 11) - is that the problem - ( they are both called the same by file maker = FileMaker Pro)?
--set appName to "TextEdit"
set appName to "FileMaker Pro"
if appIsRunning(appName) then
display dialog "Running"
else
display dialog "Not Running"
end if
on appIsRunning(appName)
tell application "System Events" to (name of processes) contains appName
end appIsRunning
--
Thanks,
Dave - DealTek
email@hidden
[db-3]
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden