I'm using the fileXtra to open PDF docs off the CD. It works like a charm on the PC, but nothing doing on the Mac. I've done this before using FileXtra3 on OS9. Has anyone else had this problem?

FileXtra is returning the failed code, "0" so it is being called. The variables are the same cross-platform so I don't know what the problem could be.

any help would be much appreciated,

kyle

Here is the code I'm using:

On getPDF

if the platForm contains "win" then

theme = sprite(2).getVariable("_root.themeVar")

    toFX = xtra("FileXtra4").new()
    put toFX.fx_FileOpenDocument(the moviePath & "pdfs\themes\" & theme)
    toFX = 0

else

theme = sprite(2).getVariable("_root.themeVar")

    toFX = xtra("FileXtra4").new()
    put toFX.fx_FileOpenDocument(the moviePath & "pdfs:themes:" & theme)
    toFX = 0

end if

end

[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/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