Program Linking
sims
sims at ezpzapps.com
Wed Mar 13 01:00:01 EST 2002
You wrote: "...to select a program to talk AppleEvents with.."
Make a btn
Place the following in it as a Custom Property:
set fileAttachThis to choose file -- of type "TEXT"
set fileList to {fileAttachThis}
Script that btn with:
on mouseUp
put the u_Find of me into tFind
do tFind as applescript
put the result -- into tData
end mouseUp
slice & dice what you get as the result.
Any help to you?
atb
sims
>on 3/12/02 3:11 PM, Ben Rubinstein at benr_mc at cogapp.com wrote:
>
> > Different command. 'Answer file', fully supported in Rev, brings up the
> > standard dialog to select an existing file. If you didn't have it, you
> > could build one yourself, using "the files" and "the folders". 'Answer
> > program', not supported at all in Rev/MC, is the standard dialog
>provided on
> > MacOS to select a program to talk AppleEvents with, including programs
> > running on remote machines. There is no way to replicate this
>functionality
> > within Transcript - hence it would be useful to have.
>----------
>Agreed. Thanks for clarifying the difference.
>
>Best regards,
>Ken N.
___________________________________________
http://www.EZPZapps.com info at EZPZapps.com
Software - Internet Development - Consulting
More information about the use-livecode
mailing list