I have embedded an ActiveX control in a web page (having read the documentation and downloaded/installed the Esker plug-in). When I load the IE version of the...
184
Nicolas Roumiantzeff
nicolasr@...
Jan 4, 2000 6:40 pm
1) If you wrote the ActiveX yourself, and you can't tell whether or not it is declared as safe for scripting, then it probably is not declared as safe for...
185
Shimon Walner
shimon.walner@...
Jan 6, 2000 5:05 pm
Nicolas, Thank you very much for your help; I was able to download the Esker ActiveX Plug-in (thanks for the URL - I hadn't been able to find 3.9 on the site)....
186
Shimon Walner
shimon.walner@...
Jan 6, 2000 6:37 pm
For those folks creating ActiveX controls in VB6.0, I have discovered how to mark them "safe for scripting". Under the "Add-Ins" menu, use the "Add-In Manager"...
187
Claudio Biagioli
biagioli@...
Jan 7, 2000 7:45 am
... I don't remember very well, since it is a lot of time I did it, but you could try to search (on the VB help) for the "propertybag" object. I think that's...
188
Shriyan
sshriyan@...
Jan 10, 2000 7:37 pm
Hi I would like to know how to write a plugin in netscape which calls active X components. I couldn't dowload PLUS 3.0 Plug-in, Can somebody help with this...
189
Nicolas Roumiantzeff
nicolasr@...
Jan 10, 2000 8:02 pm
Hi, ... You can download the latest version of the Esker ActiveX Plug-in from the "vault" of the Esker ActiveX Plug-in mailing list at: ...
190
Shimon Walner
shimon.walner@...
Jan 10, 2000 9:14 pm
Thanks very much. Indeed, it turns out that if an ActiveX control is set to scriptable (and initializable), then during initialization of the control the ...
191
AdrianDams
adriandams@...
Jan 19, 2000 9:58 am
I have downloaded and used the Esker plugin to start porting my web from IE to Netscape (4.7). Most things work fine but the following aspects are failing: 1....
192
Nicolas Roumiantzeff
nicolasr@...
Jan 19, 2000 11:04 am
... De : Mark Beasley (Redirected by "Florian de Joannes" <joannes@...>) <mbeasley@...> À : nicolasr@... <nicolasr@...> Date : mercredi...
193
Claudio Biagioli
biagioli@...
Jan 19, 2000 11:20 am
Try to use the Pluginpage and Pluginsurl attributes into the embed tag. Here is their explanation from the Netscape Reference... PLUGINSPAGE="instrURL" ...
194
Nicolas Roumiantzeff
nicolasr@...
Jan 20, 2000 11:23 am
I don't know Microsoft Themes. Could you give us your URL so we can see what goes wrong? Nicolas Roumiantzeff. ... De : AdrianDams <adriandams@...> À :...
195
Claudio Biagioli
biagioli@...
Feb 2, 2000 12:58 pm
Sorry for the late (4 months: ugh!) I answer this message, but I was near to the deployment phase of my application and there was no more time to test new...
196
Nicolas Roumiantzeff
nicolasr@...
Feb 2, 2000 1:35 pm
Hi Claudio, It's good to get a message that is not about a problem once in a while. Thank you for taking the time to give your feedback. And as we say in...
197
Revill, Rich
RRevill@...
Feb 2, 2000 6:58 pm
Of course, great work Nicolas. Now go HOME !!!!!! ;-) Cheers Rich ... From: Nicolas Roumiantzeff [mailto:nicolasr@...] Sent: Wednesday, February 02, 2000...
198
Dave Zang
dzang@...
Feb 10, 2000 10:32 am
Hi, I've downloaded the 3.0 version of Esker plus, and have been try to get it to work with an active x object (TX Text control) with limited success. It...
199
Nicolas Roumiantzeff
nicolasr@...
Feb 11, 2000 10:28 am
Hi Dave, You can download the latest version of the Esker ActiveX Plug-in from the version directory of mailing list "vault" at: ...
200
Lance Smith
lances3@...
Feb 11, 2000 4:36 pm
We have an ActiveX control with several properties, all of which work except the one returning an interface pointer, which returns a null. This works ok from...
201
Nicolas Roumiantzeff
nicolasr@...
Feb 11, 2000 7:30 pm
Hi Lance, Indeed, a property holding an interface pointer should work. It only works for an IDispatch interface, though. Are you sure that your IItemCollection...
202
Nicolas Roumiantzeff
nicolasr@...
Feb 14, 2000 11:40 am
1. The first thing to do should be to have the tic-tac-toe example working. - open Netscape browser (version 4.5 or 4.7 recommanded) and go to...
203
Lance Smith
lances3@...
Feb 14, 2000 6:16 pm
Yes, it's a dual interface (see below). The control is built with ATL 3.0 VC++ 6.0. It works from WSH with JavaScript and VBScript. The interfaces are marked...
204
Nicolas Roumiantzeff
nicolasr@...
Feb 14, 2000 6:58 pm
In the Esker PLUS application, (the Esker ActiveX Plug-in was originally designed for this application), there are working expamples of properties returning an...
205
Scott Povlot
scott.povlot@...
Feb 15, 2000 8:30 am
I have my ActiveX control working fine in Netscape Navigator. However, when a user hits the "Back" button or jumps to another URL, the browser GPFs or just...
206
Nicolas Roumiantzeff
nicolasr@...
Feb 15, 2000 9:05 am
Hi Joseph, ... Correct, the Esker ActiveX Plug-in does not support CAB files. You could use a DPL file to do what you want or use the OCX files directly. The...
207
Nicolas Roumiantzeff
nicolasr@...
Feb 15, 2000 9:20 am
Hi Scott, What version of Netscpae are you using? Are you using the latest verison of the Esker ActiveX Plug-in? Is your ActiveX developped using MFC, ATL or...
208
Povlot, Scott
Scott.Povlot@...
Feb 15, 2000 7:55 pm
Netscape Navigator 4.08 (But I believe it happens with later versions) Esker ActiveX Plugin version 3.9 ActiveX control developed using MFC This is a...
209
Nicolas Roumiantzeff
nicolasr@...
Feb 15, 2000 8:36 pm
Hi Scott, First, I would recommend Netscpae 4.5 or 4.7 (4.6 was buggy) although I must say that the Esker ActiveX Plug-in already worked well for 4.07. Second,...
210
Dave Zang
dzang@...
Feb 16, 2000 3:30 pm
Hi, I am using the 3.9 plugin to embed the TX Text (RTF editor) control into my netscape apps. It works great on my machine, which has the development kit for...
211
Nicolas Roumiantzeff
nicolasr@...
Feb 16, 2000 3:42 pm
Hi Dave, I am afraid that the Microsoft License Manager is not compatble with the current version of the Esker ActiveX Plug-in. See the message from the ...
212
Jeremy
jtsang@...
Feb 18, 2000 10:02 am
ANyone have any ideas to package the plugin then to have a link on a page to get it installed the user machine. I need the plugin to display access snapshots? ...