Re: Akua display selector (again)
Re: Akua display selector (again)
- Subject: Re: Akua display selector (again)
- From: Laine Lee <email@hidden>
- Date: Sun, 25 Mar 2001 00:11:00 -0600
On 3/23/01 4:41 PM, "email@hidden" <email@hidden> wrote:
>
Am I misunderstanding what this command is supposed to do or am I using it
>
incorrectly?
It's not broken after all, I think.
While it doesn't seem to do what you want in the Finder, put a text file in
your Documents folder and try:
tell application "SimpleText" -- or whatever (except Finder, I guess)
activate
display selector from (path to startup disk as string) & ,
"Documents:" of type "TEXT" with prompt "Open" for file ,
without navigation services and invisibles
set mychoice to result
open mychoice
end tell
--
Laine Lee
email@hidden
http://www.txdirect.net/users/llee