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 = 0else
theme = sprite(2).getVariable("_root.themeVar")
toFX = xtra("FileXtra4").new()
put toFX.fx_FileOpenDocument(the moviePath & "pdfs:themes:" & theme)
toFX = 0end 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!]
