When you are on the mac, behavior like that descibed by Nik happens, when
Acrobat is already open. On Mac you need to use BuddyAPI to be able to
reliably open acrobat documents.

Pekka

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Sean Wilson
> Sent: 5. syyskuuta 2001 4:46
> To: [EMAIL PROTECTED]
> Subject: RE: <lingo-l> open xxxx with yyyy
>
>
> > >> open "Corp_brochure.pdf" with "Acrobat� Reader 4.0" <<
>
> When you use the "open" command, you need to supply the FULL path to both
> parameters.
>
> ie.
> fName = the moviePath & "Corp_brochure.pdf"
> appName = the moviePath & "Acrobat� Reader 4.0"
> open fName with appName
>
> Why don't you just use budAPI's baOpenFile(the moviePath &
> "Corp_brochure.pdf")
>
> "Acrobat� Reader 4.0" doesn't look like a Windows .exe fileName - are you
> working on a Mac?
>
>
> [To remove yourself from this list, or to change to digest mode, go to
> http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
> email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
> Lingo-L is for learning and helping with programming Lingo.  Thanks!]
>


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to