... De : Nicolas Roumiantzeff <nicolasr@...> À : Charles Heath <heath@...> Cc : npeskp32@... <npeskp32@...>;...
310
Carla.Bolognesi@...
Apr 11, 2000 4:29 pm
I was trying a simple example before testing esker with an existing ActiveX control which is part of a distributed application and in IE is accessed through...
311
Carla.Bolognesi@...
Apr 11, 2000 4:51 pm
I just realised that the HTML I wrote is not seen as pure text. Sorry about that. Let's pretend that [ is a < [HTML][HEAD] [EMBED ...
312
Nicolas Roumiantzeff
nicolasr@...
Apr 11, 2000 5:44 pm
... It was not a problem with my mailer... Typically your problem could be that your ActiveX is not declared as "safe for scripting". The Latest version of the...
313
Carla.Bolognesi@...
Apr 12, 2000 10:54 am
thanks for the suggestion. I changed the code and in fact now (using IE) I don't get any security warning. I also changed the plug-in version. The result is...
314
Nicolas Roumiantzeff
nicolasr@...
Apr 12, 2000 12:27 pm
I saw an other error in your HTML page: The <embed> tag is in the <head> section so it is not displayed. It should be moved to the <body> section. Nicolas...
315
Stephane Labelle
stephane.labelle@...
Apr 12, 2000 2:36 pm
I did a setup using the plugin for IE4 and the plugin showed itself in the explorer window. I can't repoduce this in Netscape 4.5. I tried to update the plugin...
316
Nicolas Roumiantzeff
nicolasr@...
Apr 12, 2000 2:49 pm
... Maybe you should check that both Javascript and Java are enabled first. ... The NPESKP32.JAR file is an archive containing the NPESKP32.DLL which is the ...
317
Carla.Bolognesi@...
Apr 12, 2000 4:27 pm
cheers: now I can start testing our servlet on Netscape Carla...
318
heath@...
Apr 12, 2000 4:32 pm
Nicolas - Thanks for your help with the Esker plugin. Can you comment any more about the subject of Netscape 6, perhaps giving a timetable for your decision? ...
319
Nicolas Roumiantzeff
nicolasr@...
Apr 12, 2000 4:45 pm
1) The LiveConnect technology that enables communication between a plug-in and Javascript uses Java. And Java is not delivered with the Netscape 6 current beta...
320
georgesi@...
Apr 12, 2000 4:57 pm
Nicolas: Thanks for the information regarding the (rough) timeframe for making the decision regarding Netscape 6.0. Does anyone know when (expected,...
321
heath@...
Apr 12, 2000 7:11 pm
Thanks for your explanation, and thanks again for your efforts. - Charles Heath ... plug-in ... (required?) ... maintain ... Sun's Java ... the old ... ...
322
Deanne Lam
deanne.lam@...
Apr 13, 2000 7:09 pm
Has anyone tried using the IOleClientSite::GetContainer method with the Esker Plugin. Does the Pluging support this interface? Does anyone know if Netscape...
323
Nicolas Roumiantzeff
nicolasr@...
Apr 14, 2000 9:17 am
... IOleClientSite::GetContainer returns E_NOTIMPL (not implemented). ... Esker ActiveX Plug-in support for the IOleClientSite is currently limited to ...
324
Deanne Lam
deanne.lam@...
Apr 14, 2000 2:12 pm
Hi Nicolas, Thanks for the reply. I'm using GetContainer to query for the interface called "IID_IHTMLDocument2". ... Neles Automation SCADA Solutions Ltd. ...
325
Nicolas Roumiantzeff
nicolasr@...
Apr 14, 2000 2:42 pm
... It is very unlikely that the IID_IHTMLDocument2 interface will ever be implemented in the Esker ActiveX Plug-in. If I give my personal opinion, when...
326
Deanne Lam
deanne.lam@...
Apr 17, 2000 5:41 pm
Hi Nicholas, Are there any documentation on what kind of interfaces the Esker Plug- in supports? Thanks Deanne...
327
capher@...
Apr 18, 2000 3:23 am
hello. I'm using esker plugin 3.9 but, I have some trouble. I made an active-x control with BSTR type property. The problem is that when I get the property, it...
328
Deanne Lam
deanne.lam@...
Apr 19, 2000 9:58 pm
Hi Nicholas, I'm still trying to get an ActiveX to work with the Esker Plugin. The ActiveX uses the IHTMLstyle and IHTMLObjectElement interfaces to get...
329
hemanth@...
Apr 20, 2000 5:43 am
Hi, I downloaded the Esker ActiveX Plugin ver. 3.9 from the Esker site which is supposed to run ActiveX on Netscape. Of course, I placed the plugin...
330
srirambalaji@...
Apr 20, 2000 11:57 pm
Hi, I am using a TreeView ActiveX control in my webpage. I am not able to access the methods and properties of this control from a JavaScript method, which I...
331
Nicolas Roumiantzeff
nicolasr@...
Apr 26, 2000 9:41 am
... Nop... Nicolas Roumiantzeff....
332
Nicolas Roumiantzeff
nicolasr@...
Apr 26, 2000 10:38 am
No, the Esker ActiveX Plug-in does not support the IHTMLstyle nor the IHTMLObjectElement interfaces. The only way I see is to get information about the HTML...
333
Nicolas Roumiantzeff
nicolasr@...
Apr 26, 2000 11:59 am
Hi, Check the file on the client and compare it to the actual activex file on the server. It is likely that instead of containing th actual binary code of the...
334
Nicolas Roumiantzeff
nicolasr@...
Apr 27, 2000 9:45 am
Hello, I have just checked accessing a long string property of an ActiveX (over 1024 characters) and it takes less than a second. What version of Netscape are...
335
Nicolas Roumiantzeff
nicolasr@...
Apr 27, 2000 10:06 am
Hi, I checked your HTML (replacing your CLSID by one of my activex) and the button appears. In fact the button appears even with your CLSID (but in this case,...
336
Nicolas Roumiantzeff
nicolasr@...
Apr 27, 2000 10:14 am
Hi, You are trying to access a sub-object (Nodes) of the ActiveX (TreeView1). Typically, sub-objects do not expose their type information which is required by...
337
srirambalaji@...
Apr 30, 2000 6:27 pm
Hi Nicolas, Thanks a lot for your help. Sriram ... (TreeView1). ... the Esker ... for more ... that it ... third ... plugin@egroups.com> ... control's ... able...
338
hemanth@...
May 2, 2000 10:28 am
Hi, I tried using the embed tag outside the form. Although the button is visible, on clicking, still it's the same "IELink (ocx name) not defined" error. By...