Has anyone worked with the xtra "Acroviewer"
and have been successful at making it work on both mac and pc?
here is the script I am using,
on opnDoc pdfFile
gViewerObj = new( xtra "AcroViewer" )
tPath = lookForAcrobat (gViewerObj)
gSearchPath = getAt(lookForAcrobat (gViewerObj),1)
if tPath = [] then
open the moviePath & "installers\ar405eng.exe"
else
launchViewer (gViewerObj,gSearchPath,the moviePath & " ",pdffile)
bringViewerToFront
end if
end
do you see anything wrong?
morgan
[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!]