I'm experiencing a weird problem, I'm using the cross-browser example from the documentation, however, the Esker plugin is not activating using the version 3.8...
133
Nicolas Roumiantzeff
nicolasr@...
Nov 2, 1999 11:46 am
... Just replace "Esker PLUS 3.0 plugin" by "Esker ActiveX Plug-in" (the plug-in has been renamed). If you want to make sure that the version 3.8 of the Esker...
The redraw/resize problems should be solved by the new version 3.9 of the Esker ActiveX Plug-in available at: ...
136
Nicolas Roumiantzeff
nicolasr@...
Nov 3, 1999 11:09 am
Hi all, Esker ActiveX Plug-in 3.9 is now available at: http://www.egroups.com/docvault/esker-activex-plugin/Versions/Esker%20Active ...
137
ebrehault@...
Nov 3, 1999 2:57 pm
Hello, I have developed an ActiveX using VB6, and I have packaged it for Internet (into a .cab). Now I need to make it work on Netscape with the Esker Plugin. ...
138
Nicolas Roumiantzeff
nicolasr@...
Nov 3, 1999 4:47 pm
Hi Eric, Unfortunatly, there is no way in the DPL to add a key to the registry or to mark an ActiveX as safe for scripting. You could call a generic DLL from...
139
ebrehault@...
Nov 4, 1999 12:11 pm
Thanks for the tip Nicolas, It works, my ActiveX declares itself as safe for scripting and initializing. For those who are using VB, here is the equivalent...
140
Nicolas Roumiantzeff
nicolasr@...
Nov 4, 1999 1:09 pm
Hi Eric, Thank you for providing the list with the VB code for declaring an ActiveX safe for scripting and initializing. I realized after sending the C++ code...
141
ingagi@...
Nov 5, 1999 10:49 am
Hello, I've dounloaded the Esker+ plugin and installed it as specified in the reference, but it do not see my personal ActiveX (It run under IE4.0). I've...
142
Nicolas Roumiantzeff
nicolasr@...
Nov 5, 1999 1:29 pm
Hi, Have you search the archive of this mailing list? There is a great chance that your problem (and the solution) has already been mensionned. I would take a...
143
Michael Zarozinski
MichaelZ@...
Nov 14, 1999 9:23 pm
I tried this via the on-line form and was told "The message you recently sent is not allowed to be posted"... so I'll try it via e-mail: (1) I downloaded...
144
Nicolas Roumiantzeff
nicolasr@...
Nov 15, 1999 11:37 am
... Well at least it works using e-mail. Too bad the on-line form does not work. May be a EGroups policy issue. Had you suscribed before doing the on-line ...
145
Michael Zarozinski
MichaelZ@...
Nov 15, 1999 9:18 pm
I can't seem to get my controls to accept parameters. It works in IE (using <param name="param1" values="value1">) but when I change it to the Netscape format...
146
Nicolas Roumiantzeff
nicolasr@...
Nov 16, 1999 1:05 pm
OK, IPersistStreamInitImpl should not be a problem and IPersistPropertyBagImpl is exactly was is needed. The problems I see are: - The usual syntax rules in...
147
Koneti, Lakshmi_Prasad
Lakshmi-Prasad-Koneti...
Nov 17, 1999 9:41 am
How can I work with VB Script in Netscape. If yes is there any scripting to plug in into netscape.....
148
Nicolas Roumiantzeff
nicolasr@...
Nov 17, 1999 10:35 am
The Esker ActiveX Plug-in only supports JavaScript, not VBScript. Remarques: - JavaScript allows to write pages that are compatible this both IE and Netscape. ...
149
Nicolas Roumiantzeff
nicolasr@...
Nov 17, 1999 10:43 am
The latest available version of the Esker ActiveX Plug-in (currently 3.9) may be found in the "vault" of the Esker ActiveX Plug-in mailing list at: ...
150
Koneti, Lakshmi_Prasad
Lakshmi-Prasad-Koneti...
Nov 17, 1999 10:50 am
Thank u for advice. Can u please help me objects present or the methods to access windows registry from java script. ... From: Nicolas Roumiantzeff...
151
Nicolas Roumiantzeff
nicolasr@...
Nov 17, 1999 11:11 am
JavaScript as well as VBScripts are very limited languages by them selves. For example, access to the Windows registry, is not directly supported by these...
152
Michael Zarozinski
MichaelZ@...
Nov 18, 1999 5:37 pm
I'm having problems calling member functions/events for an ActiveX control from JavaScript. I've built an ALT/COM ActiveX sample provided by Microsoft. It is...
153
Nicolas Roumiantzeff
nicolasr@...
Nov 18, 1999 5:48 pm
There is no event declaration at all in your page for Netscape. The Esker ActiveX Plug-in cannot just guess how you want to handle your events;-) Try this...
154
Michael Zarozinski
MichaelZ@...
Nov 18, 1999 7:38 pm
Thank You! I had tried that before and it made Netscape crash... must have been something with my machine at that point. Two more questions: (1) How do I...
155
Nicolas Roumiantzeff
nicolasr@...
Nov 18, 1999 7:59 pm
OK, there could be an other problem which has to do with the relationship between the "window" object and "document" object in Netscape. Try: <EMBED...
156
Michael Zarozinski
MichaelZ@...
Nov 18, 1999 8:17 pm
Ahh... perhaps I wasn't clear, your suggestion to add: ClickOut(x,y)="PolyCtl1.Sides = PolyCtl1.Sides +1;" worked! Now my problem is initializing and calling...
157
Nicolas Roumiantzeff
nicolasr@...
Nov 19, 1999 9:12 am
What do you mean by "initializing the activex"? Also, "call a method of an activex when clicking outside the object" seems a little strange. Here is what I...
158
Michael Zarozinski
MichaelZ@...
Nov 19, 1999 3:06 pm
By "initialize" I mean calling a function at the start of the control like the Start() function in the tic-tac-toe example. By "clicking outside the object" I...
159
Nicolas Roumiantzeff
nicolasr@...
Nov 19, 1999 3:28 pm
... So send the HTML code so I can understand exaxtly what you are trying to do with your activex! ... Let me understand: "clicking outside the object" means...
160
Michael Zarozinski
MichaelZ@...
Nov 19, 1999 9:10 pm
Nicolas, thank you for your time and patience! It turns out my problem was that I had stripped the "if (window["PolyCtl1"])" logic out of the Start()...
161
Nicolas Roumiantzeff
nicolasr@...
Nov 22, 1999 9:09 am
Ouf! as we say in french. I don't know about you, but I personaly though of quiting this thread more than once! But now I am glad that we broke the record of...