Page 1 of 1

Revlet crashes when opening file in Firefox

Posted: Mon Feb 28, 2011 3:50 pm
by uabclst
Hi,

Here's a strange problem. Maybe a bug. I have also mailed (bugs @ runrev . com) about the matter.

When I use "answer file" in a revlet running on Firefox 3.6.13 it crashes and Windows (Vista Business) reports: "revWebPlayer for Win32 has stopped working."

This comes after trying to open a file. The code parts involved are shown below.

On desktop version and when running the revlet on IE8 the code works. It is just on Firefox I get the error.

In the Standalone Application Settings I have checked "Ask Dialog" and "Answer Dialog" and included the "internet" and "SSL and Encryption" script libraries. On the Web tab I have checked "Disk","Network and "Privacy" and all platforms supported.

I have the latest plugin (4.0.0.950).

Anyone have any idea?

Thanks

Code: Select all

on menuPick pItemName
   global theFilePath
   switch pItemName
      case "Open"
      get openFile()
      break
   end switch
end menuPick

function openFile
   global theFilePath
   answer file "Open data file"
-------------------------- program crashes here -----------
   if it is "" then return false
   put "file:" & it into theFilePath
   put URL theFilePath into fld "SourceField"
   return true
end openFile

Re: Revlet crashes when opening file in Firefox

Posted: Mon Feb 28, 2011 5:24 pm
by BvG
The default email is support at runrev etc. So if you do not receive an answer to your mail, try that one.

I know that there where problems with "answer" in the beta, but haven't used web deployment since, so can't help with that.