I have developed a Visual Basic ActiveX control and want to use it in a web application that will be run in Mozilla browser. To place the control on web page I...
I already tried to read properties from property bag within the ReadProperties Event of the USerControl . This works for IE but not for Mozilla. I have to...
Hi Abhinav, First, can you make sure that your ActiveX is marked as safe for initializing and scripting? Second, could you try settings the properties of your...
My control is marked as safe for both initialization and scripting. I am setting the properties via scripting in a function called on BODY onload event. Still...
Hi Subbu, It is true that plain Mozilla can host ActiveX controls, but if you want to access it through JavaScript then you need the Esker ActiveX Plug-in. ...
Hi Abhinav, ... Please note that the body onload event is typically triggered before the Esker ActiveX Plug-in has actually created your ActiveX instance. So, ...
Nicolas/ Subbu I have already tried calling the Start function with SetTimeOut but it is not working. I will again summarize the scenario to both of you. I...
Nicolas/Subbu, I have tried in the same way that you mentioned. Calling the Start function in SetTimeOut. In my VB Activex Control, I capture the properties...
Hi Abhinav, ... Just to be sure: you know that the "Start" function name is just an example; it is not a JavaScript reserved function. On the other hand, ...
Hi Abhinav, ... ('http://localhost//ReadFileInfo//sendfile.aspx','c:\\temp\\upload.doc', x); Its not " document.UserControl1" but "window.UserControl1". In...
Nicolas, I have tried setting the properties both with 1) UserControl1.DownloadURL = 'http://localhost//ReadFileInfo//sendfile.aspx'; 2) PropertyAccessor.Set ...
Nicolas, I hv tried all the three options as suggessted by you. Is it possible for you to try a simple application at your end and send me the code? Abhinav ...
Hi Abhinav, As I already mentioned, there is a working example available from the mailing list web site (follow the links "Files/Versions/..."). It's the ...
Hi I am new to use this plugin. Some queries here. 1. Is it necessary to specify this updateUrl parameter?. 2. Is there any work around to this ? What this...
Hi Manoj, 1. The updateUrl parameter is only required if you want to install your activex using a jar file. In this case, the codeBase parameter is typically a...
manoj_mail <manoj_mail@...> wrote: Hi I am new to use this plugin. Some queries here. 1. Is it necessary to specify this updateUrl parameter?. 2. Is...
Hi Abhinav, Uninstalling the Esker ActiveX Plug-in is very simple: - Close the browser. - Remove the np7esk32.dll from the "plugins" folder under the browser ...
Hi Everybody, I want to deploy my application in Mozilla. My application uses an OCX component. I want to check in javascript that the OCX is already installed...
Hi Joe, You can use the following e-mail address: info@... The corresponding Esker web page has been updated to point to this new e-mail address. Thank...
Hi, The navigator.plugins[] checks for the esker plug in installation. I want to check that the OCX that will be installed using esker plugin, is installed on...
Hi Abhinav, You are right, the navigator.plugins test checks for the Esker ActiveX Plug-in installation, not the ActiveX installation. The actual test for the...
Hi Nicolas, Thanks for solving my problem. Abhinav ... ActiveX ... is ... that ... This is ... in the ... I ... plugin, ... Nicolas" ... demo. ... the ... an ...
Version 7.91 of the plugin does not contain the latest version of np7esk32.dll in the np7esk32.jar. We use the np7esk32.jar file for installation from the...