I have placed the plugins for the above versions of Netscape in the appropriate locations, however I can only get the Netscape 4.x plugin to work, the others...
Hi Sankara, ... Once the OCX is registered, search for "p.ocx" in the registry, HKEY_ROOT\CLSID branch, using regedit.exe. The Classid of the ActiveX is the...
Given a simple ActiveX control which happens to return the Variant value Null from a property P or function F, the instant you attempt to access P or F from...
Hello All, I have to open a NetMeeting conference with Netscape. MS provides information and code to do this in IE. I have modified it to be used in Netscape...
Hello, - I'm using the np6esk32Version = 6.7 plugin, to be able to use netmeeting within Netscape. For the 4.x version and the corresponding plugin, I didn't...
We have developed a small active X component using Microsoft Visual C++. The component has 2 methods. When we use the Esker active X plugin, the component is...
Hi Helsenwim, The name of the CLASSID attribute has changed because it is a reserved word ... clsid="3E9BAF2D-7A79-11d2-9334-0000F875AE17" Nicolas Roumiantzeff...
Hi helsenwim, You must make sure that the ActiveX is marked as safe for scripting. If not, the method calls will sillently fail. Nicolas Roumiantzeff ... De :...
Thanks for the hint. I'll try to put all togheter. and yes I'm Italian endeed. The JS file was attached to the message posted from Francesco. Thanks Francesco....
Hello Nicolas,... thanks for the quick response!! Netmeeting is now working.... But still one problem. When I want to make a call, it takes an awfull lot of...
Hi Wim, I have no idea why NetMeeting would take longer on Netscape 6.2 than on Netscape 4. It seems quite fast to load and display the ActiveX on my PC...
Hi J, I have upgraded the Esker ActiveX Plug-in for Netscape 7 to cope with VT_NULL javascript objects. Would you be interested in testing the new version...
Hi all, Esker ActiveX Plug-in 7.1 is now available from the mailing list web site, following the Files/Versions link. This version is for Netscape 7.0 (and...
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...