Re: Why doesn't "choose from list (name of processes)" work?
Re: Why doesn't "choose from list (name of processes)" work?
- Subject: Re: Why doesn't "choose from list (name of processes)" work?
- From: Andy Wylie <email@hidden>
- Date: Sun, 01 Jul 2001 02:37:47 +1200
on 1/7/01 1:59 am, Michelle Steiner at email@hidden wrote:
>
tell application "Finder"
>
choose from list (name of processes)
>
end tell
>
--> Finder got an error: Some data was the wrong type.
>
>
However the following works just fine,
>
>
tell application "Finder"
>
set foo to name of processes
>
choose from list foo
>
end tell
>
same result here , these work too...
{} & name of processes
name of processes as list
name of processes & ""
must be one of those recordy list thingos :) Got Akua? It's got all manner
of 'processes'. Choose from list does odd thing in tell blocks here anyway.
_____________________________ Andy