I am working on trying to get my ActiveX control to work in Netscape 7.1. I have it working in Netscape 4.7 and Netscape 6.2. The esker plug-in gets...
Nichalous, I fixed my own problem. The .jar file for my ActiveX control contained the wrong install.js. I fixed this and everything works good. Thanks, Mike ...
Has anyone tried to create an XPI file for the installation of their activex control instead of using the install.htm file? I do not want to have to got to...
Hi, I have sent a message enquiring about the use of the plug-in in a commercial product but have not received any response after almost 2 weeks. My client...
Hi Mike, In the tic-tac-toe demo, the tictacto.jar is actually a signed XPI package. The install.htm page could be bypassed by calling the following script in ...
Hi! I've integrated a WYSIWYG-Web editor with the Esker-Plugin and the Property Accessor. It works perfect under NS 4.x, but under NS 7 I get problems, because...
Hi Jörg, Are you aware that the type attribute of the embed tag has changed from npeskp32.dll to np7esk32.dll? It is now: type="application/x-eskeractivex" (I...
Nicholas, Thanks for the information. Does the XPI package need to be signed with a certificate? The documentation I read said the package does not need to...
Hi Mike, It seems that the XPI packages need not be signed. In my opinion, this is a big regression from Netscape 4 and it goes against the growing need for...
Hi The plug in isn't the problem. It's only the call of the methods. The Plug in is already embed regrading the ohter attributes. Is the API of the newer...
Hi Jörg, The Esker ActiveX Plug-in API is in fact the actual API of the ActiveX specified as the CLSID attribute. This is the whole idea of the Esker ActiveX...
hi guys! i'm having set up a web-page which should handle a WYSIWYG-editor! the editor object is made like this: <embed type="application/x-eskeractivex" ...
Hi MeX, I have tried the your javascript snipet WebEditor.ExecCommand(DECMD_COPY, OLECMDEXECOPT_DODEFAULT); with DECMD_COPY=0 and OLECMDEXECOPT_DODEFAULT=0 I...
Hi MeX, ... I dont understand this. How do you generate the html code? Nicolas Roumiantzeff ... De : m_e_x_e_m [mailto:M_e_X__@...] Envoye : mercredi 5...
hi Nicolas!! i will tell you all the things i came accross during devel! [01] how i embed the objects: <embed type="application/x-eskeractivex" id="WebEditor" ...
hi again!! i've made a sample page for you!! but i don't know where to send it to?! i think it contains what you need to know, to solve my probs!! maybe you...
Hi MeX, ... This is fine for Netscape 6 and 7. Note: the "clsid:" before the hexadecimal value is not usefull but it is not harmfull either. ... I gess that...
Hi, I was trying a simple example to test Esker Activex Plugin with an existing ActiveX upload control (Posting Acceptor 2.0-WPIE4x86.CAB allows upload...
Hi Tracey, There are several problems in you code: 1) VBScript is not supported by Netscape browser (even with the Esker ActiveX Plug-in). 2) The URL in the...
Hi Tracey, I usualy don't do other people works but since it is along time since I haven't given an example of how to port a simple HTML page containing an ...
Hi Nicolas, Thank you very much. It is working now. Regards, Tracey ... since I ... containing an ... waranty)... ... simplicity of ... slight ... in has...
Hi Nicolas, I did some change for Netscape 6.2, but I got an error: "unhandled exception in netcap6.exe(xpcom.dll) 0x0000005: Access Violation", and then exit...
Hi Tracey, Make sure you are using the correct version of the Esker ActiveX Plug-in ***: For Netscape 6.2 you shoulkd be using np6esk32 version 6.8. Nicolas...
Hi! I've installed the npeskp32.dll for NS 4.5 or later with the install.htm and also the accessor.ocx with the corrosponding install.htm by using the...
Hi Jörg, What is the exact version of Netscpae are you using (Click Netscape "Help" menu, option "About Communicator")? What is the exact version of the Esker...
Hi Jörg, I suspect a problem in the domwnload of the accessor.ocx file. Typically, if the URL of the accessor.ocx is incorrect, Netscape creates an HTML file...