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...
88
tim@...
Sep 21, 1999 11:01 am
Hi Nicolas Roumiantzeff: I have implemented these Registry entries: * HKEY_CLASSES_ROOT\Component Categories\{7DD95801-9882-11CF-9FA9-00AA006C42C4} *...
89
Nicolas Roumiantzeff
nicolasr@...
Sep 21, 1999 12:47 pm
Hi Tim, The CLSID entry for your activex is indeed destroyed and recreated each time your ActiveX is downloaded. So the registry entries to mark your control...
90
tim@...
Sep 22, 1999 1:00 pm
Hi Nicolas, Thanks for the reply. v3.6 did work and the ActiveX control runs in Netscape. However, v4.5 and v4.61 of Netscape both crash if you try to load...
91
Tanneberger
ttannebe@...
Sep 23, 1999 7:29 am
Hi, i'm not a programmer and i´m making a web page for IE 4+ and Netscape 4+. i´ve read the Esker PLus 3.0 Plug-In Reference, but if i´m be honest I don´t...
92
Nicolas Roumiantzeff
nicolasr@...
Sep 24, 1999 8:28 am
Hi Thomas, The Esker ActiveX Plug-in documentation is indeed a little stiff. It is more a reference manual than a user guide. The easiest way to use the Esker...
93
swapna_s@...
Sep 27, 1999 10:47 am
Hi, I am using Esker Plus 3.0 plugin for Netscape to view my ActiveX control in an html page. This activex control is developed in VB. I set the...
94
Thomas Tanneberger
ttannebe@...
Sep 28, 1999 12:26 pm
Hello Nicolas, thanx for your quick response. I got that example (tictactoe.html). That is very useful indeed. But I counldn't make any progress. That point is...
95
Nicolas Roumiantzeff
nicolasr@...
Sep 28, 1999 12:53 pm
Hi Thomas, From the HTML example you provide, I would say that the tabular data control uses specific HTML tags that are not standard and unlikely supported by...
96
Nicolas Roumiantzeff
nicolasr@...
Sep 28, 1999 2:43 pm
Hi Thomas, I have found some more information about the Microsoft Tabular Data Control. It is confirmed that this control is very specific has it requires MS...
97
Claudio Biagioli
biagioli@...
Sep 29, 1999 3:45 pm
I've an activeX written in Delphi (but I have the same problem with an activeX written in Visual Basic). It seems that events raised by my activeX aren't sent...
98
Claudio Biagioli
biagioli@...
Sep 29, 1999 4:38 pm
I've noticed that with Esker in my activeX is not called the method eventSinkChanged. This is the help of Delphi about this method: ___________ This method is...
99
Nicolas Roumiantzeff
nicolasr@...
Oct 4, 1999 7:27 am
I don't use Delphi myself, so I don't know what the EventSinkChanged method correspond to but I guess it correspond to the Advise method of the ...
100
Nicolas Roumiantzeff
nicolasr@...
Oct 4, 1999 7:39 am
Nothing seems wrong with your code. The only thing I can advise is for the onLoad event handler: 1) In Netscape, do not call the "alert" method in the onLoad...
101
Nicolas Roumiantzeff
nicolasr@...
Oct 5, 1999 4:10 pm
Hi Claudio, First, your ActiveX must be declared as safe for scripting in order for the events to be handled (same as with IE). But, as I can gess, you have...
102
A A
aadash@...
Oct 5, 1999 4:33 pm
Hi, Does the plugin support ATL activeX controls ? -A A ______________________________________________________...
103
Nicolas Roumiantzeff
nicolasr@...
Oct 5, 1999 5:11 pm
Yes it does. I haven't tested all the features though because most of our activex have been developed using MFC. Try it! Nicolas Roumiantzeff. ... De : A A...
104
Claudio Biagioli
biagioli@...
Oct 6, 1999 7:39 am
All that I can guess (since I'm not so much into MFC) reading the type library file of the ActiveX is that Delphi doesn't use the IProvideClassInfo2 interface....
105
Nicolas Roumiantzeff
nicolasr@...
Oct 6, 1999 11:05 am
Ok, I have implemented a new method to get the event sink IID of the ActiveX (using the type lib info). I am sending the new version of the Esker ActiveX...
106
Nicolas Roumiantzeff
nicolasr@...
Oct 13, 1999 9:32 am
My gess is that your activex relies on the ambiant properties for the font (which are not implemented in the Esker ActiveX Plug-in). What activex are you...
107
ebrehault@...
Oct 13, 1999 12:37 pm
Hello, I try to use Esker ActiveX plugin. But the ActiveX is not initialized. Here is the HTML code: <HTML> <BODY> <!--<object id="testmenu" WIDTH=0 HEIGHT=0 ...
108
Nicolas Roumiantzeff
nicolasr@...
Oct 13, 1999 2:04 pm
Hi Eric, ... HEIGHT=0 ... The height and width in the embed tag must be a least 2 (Netscape does not create the plug-in window if the values are zero). Appart...
109
ebrehault@...
Oct 13, 1999 2:40 pm
Well, Actually this ActiveX accepts some pamaraters to set the different colors (and fonts): <embed id="testmenu" type="application/x-eskerplus" WIDTH=100...