Hi! When I access a page with ewebeditpro 3.1 an alert popup appears with "The page is still initializing. Please wait...." After a long time nothing happens,...
Hi Nenitarb, What is the version of your browser? What is the URL of the page? Was the Esker ActiveX Plug-in properly installed on your PC before accessing the...
Hi! sorry for the delay. I'm using firefox 1.03. The page is from Vignette(CMS). The esker plugin appear correctly. ... accessing the page? ... accessing the...
Hi Neni, ... Could you provide the precise URL? ... Please, answer this question too. Nicolas Roumiantzeff ... From: esker-activex-plugin@yahoogroups.com...
Hi!! Good News! I reinstalla ewebeditpro plugin and restart Firefox and All goes fine! Thanks a lot! ... [mailto:esker-activex-plugin@yahoogroups.com] On...
Hi Patrick, I haven't tried Netscape 8.0 Yet. Please, tel me if it works with the current version of the Esker ActiveX Plug-in (7.91). If not, I'll need to...
Hi, My name is Andrea and i'm an italian students, surfing in th web i see the esker-activex-plugin and i decided to use it for my project. I interesting to...
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...