Hi Nicolas, I am using esker plug-in for running the active-x control within netscape navigator. I have included the HTML code for your reference. I am using...
Smishra@...
Feb 6, 2001 7:55 pm
1140
Hi all. I found a bug in the Esker plug-in that has a work-around. If you encounter this problem you may recall this mail and it may save you some time. If you...
samsonfr@...
Feb 8, 2001 8:11 pm
1141
i use the CodeBase tag to get the component from the server, i notice that component are downloaded but unlike I.E are not register... am i doing something...
samsonfr@...
Feb 12, 2001 2:40 pm
1142
Hi, ActiveX controls should be registered automatically. You should activeate the trace mode for the Esker ActiveX Plug-in and search for "error". There might...
Nicolas Roumiantzeff
nicolasr@...
Feb 12, 2001 3:20 pm
1143
Hi Frederick, You are right, there is definitely a thread issue with the Esker ActiveX Plug-in. Netscape accesses Javascript object properties in a specific...
Nicolas Roumiantzeff
nicolasr@...
Feb 12, 2001 3:31 pm
1144
Hi, I do not understand the "Loading Plug-in" messages. With the HTML page you have included, either the Esker ActiveX Plug-in is not installed in which case...
Nicolas Roumiantzeff
nicolasr@...
Feb 12, 2001 3:40 pm
1145
Hi all, The Esker ActiveX Plug-in 6.0 beta is now available from the mailing list home page under the Files/Versions link. You are welcome to post your...
Nicolas Roumiantzeff
nicolasr@...
Feb 12, 2001 8:19 pm
1146
Hi, I'm having a bit of trouble with an ActiveX and the Esker plugin. Everytime a user hits the web page containing the exker plugin and ActiveX control, the...
John Mehan
jmehan@...
Feb 14, 2001 5:30 pm
1147
Hi John, The class id specifyed in the Embed tag does not matches the one specified ... That could explain the problem. Also the version specified in the...
Nicolas Roumiantzeff
nicolasr@...
Feb 14, 2001 5:49 pm
1148
Thanks for the quick response. I'll give that a try. Thanks, John ... __________________________________________________ Do You Yahoo!? Get personalized email...
John Mehan
jmehan@...
Feb 14, 2001 5:52 pm
1149
I am trying to understand how to use the activex plugin. I don't really understand javascript (admittedly). I was hoping for more of a walk through then what...
apolfj4all@...
Feb 15, 2001 11:58 pm
1150
Hi The version number in the install.js is still 4.3. Another thing... I am developing a ActiveX control that downloads a file using InternetOpenUrl. This...
Fredrik Andersson
fredrik.andersson@...
Feb 16, 2001 10:52 am
1151
Hi Apolfj, The Reference document is indeed reference and not a walk through. Its aim is to be complete. The sample code is complicate mainly because it...
Nicolas Roumiantzeff
nicolasr@...
Feb 16, 2001 11:53 am
1152
Hi all, I just realisezd that the tictacto.htm (modified for Netscape 6) was missing from the mailing list Files. It is now available so that testing the Esker...
Nicolas Roumiantzeff
nicolasr@...
Feb 16, 2001 11:55 am
1153
Hi all, I have uploaded a tutorial explaining the basic usage of the Esker ActiveX Plug-in. It is available from the Files link at the Esker ActiveX Plug-in...
Nicolas Roumiantzeff
nicolasr@...
Feb 16, 2001 12:01 pm
1154
hi I try embed a NetMeeting object in a web page, but when I open this page with Netscape the page closed automatically, why?. The code is the ... <HTML> ...
Carlos Gonzalez
cgonzalez@...
Feb 16, 2001 12:33 pm
1155
Hi Fredrik and all, ... The new versions of the following files (under npeskp32 subdirectory) did not make out for the 4.4 release: - npeskp32.jar -...
Nicolas Roumiantzeff
nicolasr@...
Feb 16, 2001 12:55 pm
1156
Hi Fredrik, The exact same InternetOpen call works for me. There might be some missing system DLLs or versions that are not uptodate. Does the problem occur on...
Nicolas Roumiantzeff
nicolasr@...
Feb 16, 2001 1:08 pm
1157
Hi Carlos, I have no idea. Your page looks correct. Please, try a simpler page with only one Embed tag and no javascript to see if the problem remains. Does...
Nicolas Roumiantzeff
nicolasr@...
Feb 16, 2001 2:15 pm
1158
Hi Nicolas, The tutorial really worked well. I was able to see it work out in smaller peices. It helped to be able to see the code to iniate the plugin...
apolfj4all@...
Feb 16, 2001 10:29 pm
1159
Hi Nicolas, I have found the problem. The url is password protected. This works in IE, shouldn't it also work when using Netscape and the Esker plug-in? Thanks...
Fredrik Andersson
fredrik.andersson@...
Feb 19, 2001 6:12 am
1160
Hi Fredrik, As you know, IE and Windows system are very tightly bound so when you access a password protected URL, the password is cached and automatically...
nicolasr@...
Feb 19, 2001 8:38 am
1161
hello I try a simpler page with only one Embed tag and no javascript and havenīt any problem When I use IExplorer to view the same web page havenīt any...
Carlos Gonzalez
cgonzalez@...
Feb 19, 2001 3:23 pm
1162
Hi Carlos, I am not 100% sure I have understand your reply: A simple page works with Netscape without closing after 30 second? If this is the case, then the...
Nicolas Roumiantzeff
nicolasr@...
Feb 20, 2001 10:10 am
1163
Hi, The tutorial has been upgraded. All the issues you mensioned and more are now covered. At the top of each page source, there is a list of words to search...
nicolasr@...
Feb 20, 2001 11:48 am
1164
Hi, I really need some help there, I you can I am a C++/Java programmer, I have never used ActiveX before but I need to know some things about Eskel ActiveX...
jamilkouicem@...
Feb 22, 2001 9:11 am
1165
Hi, Since I had similar problem, and solved it a hour ago, try doing the following: 1. In your function check if the ActiveX is activated with this statement ...
David Shadmi
davids@...
Feb 22, 2001 9:32 am
1166
Hi Jamil, The problem with Esker ActiveX Plug-in is that the ActiveX is not instanciated imediately so it is not accessible "on the fly" that is in ... With...
Nicolas Roumiantzeff
nicolasr@...
Feb 22, 2001 9:38 am
1167
... link. ...Or the sample code given by David ;-) Thanks, Nicolas Roumiantzeff P.S. the frist <BODY> tag (in the HEAD section) might be redundent....
Nicolas Roumiantzeff
nicolasr@...
Feb 22, 2001 9:46 am
1168
Hi Nicolas, I was reading through the README file of Netscape 6 plug-in file and had few questions for you. As per the document, the new name for the plug-in...