Re: Detecting Applescript and SKYPE - MORE
Re: Detecting Applescript and SKYPE - MORE
- Subject: Re: Detecting Applescript and SKYPE - MORE
- From: Don Wieland <email@hidden>
- Date: Fri, 10 Oct 2008 13:09:57 -0700
On Oct 10, 2008, at 11:33 AM, Luther Fuller wrote:
tell application "Finder"
exists application file id "com.skype.skype"
end tell
I ended up going with the following:
tell application "Finder"
exists application file id "com.skype.skype"
set x to result
end tell
tell application "FileMaker Pro Advanced"
set cellValue of cell "Result" of current record to x
end tell
Obviously, by the last tell statement, I am pushing the result to
FMP9. Works great. Anything NOT EQUAL to "true", I generate a FMP9
message and close the file. Thanks!
----
Now for the next logical step, if the application DOES EXIST, how can
I trap for if it is one of the LAUNCHED applications (Apple-TAB)? I
run other Applescripts which rely on the app being LAUNCHED.
Appreciate it.
Don Wieland
D W D a t a C o n c e p t s
~~~~~~~~~~~~~~~~~~~~~~~~~
email@hidden
Direct Line - (714) 389-4026
Integrated data solutions to fit your business needs.
JUST RELEASED - Appointment 1.0v9 for FileMaker Pro 9
http://www.appointment10.com
For a quick overview -
http://www.appointment10.com/Appt10_Promo/Overview.html
Don Wieland
D W D a t a C o n c e p t s
~~~~~~~~~~~~~~~~~~~~~~~~~
email@hidden
Direct Line - (714) 389-4026
Integrated data solutions to fit your business needs.
JUST RELEASED - Appointment 1.0v9 for FileMaker Pro 9
http://www.appointment10.com
For a quick overview -
http://www.appointment10.com/Appt10_Promo/Overview.html
_______________________________________________
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