Nicolas, Sorry for the delay I was out of the office for most of last week, The one remaining problem I have is how to put the "Safe for scripting" id in the ...
59
n.a.hallam@...
Aug 4, 1999 7:45 am
Hi, I have an ActiveX dll written in VB5 that I can access within IE4+ using JScript, but am now looking at how to implement within netscape browsers. SO I...
60
Nicolas Roumiantzeff
nicolasr@...
Aug 4, 1999 3:03 pm
... Hi Dave, There is no direct way to declare your ActiveX "safe for scripting" in the DPL file. Typically, it is done by the ActiveX its-self while it is...
61
Dave Baskerville
daveb@...
Aug 4, 1999 6:15 pm
There is no direct way to declare your ActiveX "safe for scripting" in the DPL file. Typically, it is done by the ActiveX its-self while it is registered. Your...
62
Nicolas Roumiantzeff
nicolasr@...
Aug 5, 1999 7:44 am
Hi all, Is there anybody on this list that uses VB6 and knows how to declare an activex as "safe for scripting"? Thank you... Nicolas Roumiantzeff. ... De :...
63
Claudio Biagioli
biagioli@...
Aug 5, 1999 9:47 am
Usually VB uses the registry for declaring an activeX safe for scripting: the setup program should insert the particular values in the registry. There's also a...
64
Mark McDonald
mark_mcdonald@...
Aug 5, 1999 1:37 pm
Nicolas, I'm sure that the knowledge base article that Claudio referred you to is your best bet. I do have a couple of controls written in VB6 by someone...
65
Nicolas Roumiantzeff
nicolasr@...
Aug 5, 1999 2:02 pm
Hi Mark, Yes, IObjectSafety is what I use for my C++/MFC ActiveX. In MFC, implementing IObjectifSafety is quite tedius and I didn't know if it was simpler with...
66
Nicolas Roumiantzeff
nicolasr@...
Aug 10, 1999 9:52 am
Your OCX file seems to be corrupted. This could be due to a bad download or because the OCX itself is bad. Here is what you can try: First edit the...
67
Nicolas Roumiantzeff
nicolasr@...
Aug 10, 1999 9:52 am
... De : Dave Baskerville <daveb@...> À : Nicolas Roumiantzeff <nicolasr@...> Date : mardi 10 août 1999 08:23 Objet : RE: [Esker ActiveX...
68
Nicolas Roumiantzeff
nicolasr@...
Aug 10, 1999 10:06 am
The version 3.6 of the Esker ActiveX Plug-in alows instanciation of ActiveX that are not safe for scripting but JavaScript call to methods and access to ...
69
wayne_stinson@...
Aug 11, 1999 6:32 pm
Below is the code page that I am using to active my Activex control with Netscape. I have verified the classid is right and the ocx is registered on my...
70
Nicolas Roumiantzeff
nicolasr@...
Aug 12, 1999 10:20 am
Although not explaining why your ActiveX is not instanciated even if registered on your local PC, there are several problems with your EMBED tag: 1) the...
71
Wayne Stinson
wayne_stinson@...
Aug 12, 1999 2:20 pm
Nicolas, I made the changes you recommended. I removed the codebase parameter completely. (When I used the codebase parameter as you suggested, the ocx...
72
Nicolas Roumiantzeff
nicolasr@...
Aug 12, 1999 2:55 pm
Hi Wayne, So now we know for sure from the log trace that the problem comes from "safe for scripting" declaration. I advise that you double check the registry...
73
Wayne Stinson
wayne_stinson@...
Aug 12, 1999 4:28 pm
Nicolas, My VB Activex Control works great with 3.6.0.0 (beta). Thanks for all the help. I am going to test it with several other off the shelf controls. ...
74
fortune.elkins@...
Aug 13, 1999 8:55 am
o gurus: i'm not a programmer, just a technical writer, so please bear with me. <g> i'm making a web page for IE 4+ and Netscape 4+. the idea is to make the...
You my have more luck with the latest (beta) version of the Esker ActiveX Plug-in (attached). Let me know if it works or not... Nicolas Roumiantzeff....
77
Nicolas Roumiantzeff
nicolasr@...
Aug 13, 1999 10:22 am
I appology for having send an attached file to the entire list. This message was ment to be sent to only one member. Nicolas Roumiantzeff. ... De : Nicolas...
78
Nicolas Roumiantzeff
nicolasr@...
Aug 23, 1999 10:48 am
No it's not a javascript problem: I traced with a debugger, the the MediaPlayer ActiveX is instanciated, its Play method is called and returns no error. The...
79
Nicolas Roumiantzeff
nicolasr@...
Aug 26, 1999 10:11 am
Sorry Eric, The Microsoft ActiveX License Manager is not compatible withe the current version of the Esker ActiveX Plug-in. The reason is that the Microsoft...
80
Nicolas Roumiantzeff
nicolasr@...
Sep 1, 1999 7:44 am
There no need for objectsigning nor authenticode to download ActiveX using Netscape with the Esker ActiveX Plug-in. The security model for the Esker ActiveX...
81
Taylor, Doug (Douglas...
dvtaylor@...
Sep 3, 1999 4:52 pm
Adding and / or confirming the following information in the registry allowed my ActiveX control to function in Netscape using the Esker plugin: *...
82
Nicolas Roumiantzeff
nicolasr@...
Sep 6, 1999 7:35 am
Thanks for the tip Doug. Nicolas Roumiantzeff. PS: recall to evryone: Mark your control as safe for scripting and safe for initializing ONLY if it IS safe for...
83
arisse@...
Sep 10, 1999 9:12 am
I am a contractor and the Esker ActiveX plug-in is exactly what my client has been looking for. They are understandably concerned about license fees. As far...
84
Nicolas Roumiantzeff
nicolasr@...
Sep 10, 1999 10:40 am
There are no license fee for the Esker ActiveX Plug-in and there is no plan at Esker (that I am aware of) to change this in the short or long term. We started...
85
Marko Larooy
marko.larooy@...
Sep 10, 1999 1:42 pm
Hi All, I have a problem calling an active-X method. I attached the HTML code of my page, when I try to load it in Netscape and push de 'Download' button...
86
Nicolas Roumiantzeff
nicolasr@...
Sep 10, 1999 2:54 pm
Have you tried calling other methods of your ActiveX? Is the DownLoadCoupon the only methods that fails with the Esker ActiveX Plug-in? If so, it is likely...
87
Nicolas Roumiantzeff
nicolasr@...
Sep 17, 1999 4:00 pm
Neville, It looks like you forgot the parenthesis (required by JavaScript) when calling the FunctionName method of your activex. If its not the case, please...