Re: Listing apps in launch order
Re: Listing apps in launch order
- Subject: Re: Listing apps in launch order
- From: "Bryan" <email@hidden>
- Date: Mon, 29 Jan 2001 11:31:12 -0500
Sorry,
For those who were watching, the Akua event is obviously not << event
AEHKAllP>>; it's <<event AkusPrcQ>>. The rest of the command line syntax is
correct. (a copy error on my part)
Bryan
----------
>
From: Bryan <email@hidden>
>
To: AppleScript-Users Mail <email@hidden>
>
Subject: Re: Listing apps in launch order
>
Date: Now Mon, Jan 29, 2001, 04:56 AM
>
>
OOps,
>
>
There's that OSAXen load order problem again...
>
>
Akua Sweets and Process Hacking OSAX both use the term "all processes"
>
The Akua version, Like the LNS version, lists all apps in launch order by
default
>
but you can get it to return just the background a
>
>
This is the corrected list:
>
>
if you want a list of apps in launch order:
>
>
Just the foreground apps:
>
Process Hacking OSAX :
>
"all processes"
>
+event AEHKAllP;
>
>
Foreground and Background apps:
>
Late Night Software Suite :
>
Processes Dictionary OSAX :
>
"list processes"
>
+event ScTllApp;
>
>
Akua Sweets :
>
"all processes"
>
+event AEHKAllP;
>
>
Process Hacking OSAX :
>
"all processes background processes true"
>
+event AEHKAllP; with background processes
>
>
Just the background apps:
>
Process Hacking OSAX :
>
"all processes foregroundable processes false background processes
true"
>
+event AEHKAllP; with background processes without foregroundable
>
processes
>
>
Akua Sweets :
>
"all processes background only true"
>
+event AEHKAllP; with background only
>
>
the ancient (1996) Process List OSAX seems to be broken in OS 9
>
>
>
I wrote:
>
>
> if you want a list of apps in launch order:
>
>
>
> Just the foreground apps:
>
> Akua Sweets :
>
> "all processes"
>
>
>
> Foreground and Background apps:
>
> Late Night Software Suite :
>
> Processes Dictionary OSAX :
>
> "list processes"
>
>
>
> Bryan Kaufman
>
_______________________________________________
>
applescript-users mailing list
>
email@hidden
>
http://www.lists.apple.com/mailman/listinfo/applescript-users