Re: Problems with an "on" handler
Re: Problems with an "on" handler
- Subject: Re: Problems with an "on" handler
- From: Emmanuel <email@hidden>
- Date: Wed, 20 Dec 2000 12:14:54 +0100
At 3:30 +0100 20/12/00, Robert Seckendorf wrote:
>
on open client_folder
>
find_the_folder()
>
end open
>
>
on find_the_folder()
>
tell application "Finder"
>
activate
>
select client_stuff
>
end tell
>
end find_the_folder
>
However, I need
>
to pass that reference into the handler somehow.
Not sure I fully understand your problem - if that's also the case for
other people, it could explain why you have not been answered earlier.
I suppose that you ought pass "client_folder" as the argument to
"find_the_folder", which should be able to use it in order to define
"client_stuff".
HTH
Emmanuel