Re: Using tell application "name" where the name comes from GUI Script...
Re: Using tell application "name" where the name comes from GUI Script...
- Subject: Re: Using tell application "name" where the name comes from GUI Script...
- From: "Kevin Bohan" <email@hidden>
- Date: Thu, 17 Apr 2003 13:59:11 +0000
Hi,
Any idea how I can get this to distinguish creator codes based on case?
This looks like one of System Events many bugs.
Interestingly I get a similar issue if do the following which doesn't even
use System Events...
property theExceptions : {"sdev", "PNfx", "PRLN", "tims", "osaM"}
tell the application "Finder" to ,
get (the name of every application process ,
whose creator type is not in theExceptions) as list
So it looks like it not an issue with System Events, might be something to
do with the considering clause not working with a whose clause perhaps?
Kirby
PS Have a great day Bill Cheeseman, and may you have many, many more...
_________________________________________________________________
Use MSN Messenger to send music and pics to your friends
http://www.msn.co.uk/messenger
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.