... De : Nicolas Roumiantzeff <nicolasr@...> À : Charles Heath <heath@...> Cc : npeskp32@... <npeskp32@...>;...
Nicolas Roumiantzeff
nicolasr@...
Apr 6, 2000 9:30 am
310
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...
Carla.Bolognesi@...
Apr 11, 2000 4:29 pm
311
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 ...
Carla.Bolognesi@...
Apr 11, 2000 4:51 pm
312
... 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...
Nicolas Roumiantzeff
nicolasr@...
Apr 11, 2000 5:44 pm
313
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...
Carla.Bolognesi@...
Apr 12, 2000 10:54 am
314
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...
Nicolas Roumiantzeff
nicolasr@...
Apr 12, 2000 12:27 pm
315
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...
Stephane Labelle
stephane.labelle@...
Apr 12, 2000 2:36 pm
316
... 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 ...
Nicolas Roumiantzeff
nicolasr@...
Apr 12, 2000 2:49 pm
317
cheers: now I can start testing our servlet on Netscape Carla...
Carla.Bolognesi@...
Apr 12, 2000 4:27 pm
318
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? ...
heath@...
Apr 12, 2000 4:32 pm
319
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...
Nicolas Roumiantzeff
nicolasr@...
Apr 12, 2000 4:45 pm
320
Nicolas: Thanks for the information regarding the (rough) timeframe for making the decision regarding Netscape 6.0. Does anyone know when (expected,...
georgesi@...
Apr 12, 2000 4:57 pm
321
Thanks for your explanation, and thanks again for your efforts. - Charles Heath ... plug-in ... (required?) ... maintain ... Sun's Java ... the old ... ...
heath@...
Apr 12, 2000 7:11 pm
322
Has anyone tried using the IOleClientSite::GetContainer method with the Esker Plugin. Does the Pluging support this interface? Does anyone know if Netscape...
Deanne Lam
deanne.lam@...
Apr 13, 2000 7:09 pm
323
... IOleClientSite::GetContainer returns E_NOTIMPL (not implemented). ... Esker ActiveX Plug-in support for the IOleClientSite is currently limited to ...
Nicolas Roumiantzeff
nicolasr@...
Apr 14, 2000 9:17 am
324
Hi Nicolas, Thanks for the reply. I'm using GetContainer to query for the interface called "IID_IHTMLDocument2". ... Neles Automation SCADA Solutions Ltd. ...
Deanne Lam
deanne.lam@...
Apr 14, 2000 2:12 pm
325
... 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...
Nicolas Roumiantzeff
nicolasr@...
Apr 14, 2000 2:42 pm
326
Hi Nicholas, Are there any documentation on what kind of interfaces the Esker Plug- in supports? Thanks Deanne...
Deanne Lam
deanne.lam@...
Apr 17, 2000 5:41 pm
327
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...
capher@...
Apr 18, 2000 3:23 am
328
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...
Deanne Lam
deanne.lam@...
Apr 19, 2000 9:58 pm
329
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...
hemanth@...
Apr 20, 2000 5:43 am
330
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...
srirambalaji@...
Apr 20, 2000 11:57 pm
331
... Nop... Nicolas Roumiantzeff....
Nicolas Roumiantzeff
nicolasr@...
Apr 26, 2000 9:41 am
332
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...
Nicolas Roumiantzeff
nicolasr@...
Apr 26, 2000 10:38 am
333
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...
Nicolas Roumiantzeff
nicolasr@...
Apr 26, 2000 11:59 am
334
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...
Nicolas Roumiantzeff
nicolasr@...
Apr 27, 2000 9:45 am
335
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,...
Nicolas Roumiantzeff
nicolasr@...
Apr 27, 2000 10:06 am
336
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...
Nicolas Roumiantzeff
nicolasr@...
Apr 27, 2000 10:14 am
337
Hi Nicolas, Thanks a lot for your help. Sriram ... (TreeView1). ... the Esker ... for more ... that it ... third ... plugin@egroups.com> ... control's ... able...
srirambalaji@...
Apr 30, 2000 6:27 pm
338
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...