Hi, The person in charge has just come back from vacation and she is in the process of answering messages from axplug-in@.... Thank you for your...
Nicolas Roumiantzeff
nicolasr@...
Aug 1, 2001 8:02 am
1511
Hi Ramesh, Here is what your DPL would look like to store the ActiveX in the "ActiveX" subdirectory of your Windows directory: ========== activex.dpl====== ...
Nicolas Roumiantzeff
nicolasr@...
Aug 1, 2001 8:44 am
1512
my .inf contained in the cab file is the folowing: ; This file will control the installation of the tvnpluginplayer control. [version] signature="$CHICAGO$" ...
Matthieu
m.gasnier@...
Aug 1, 2001 3:36 pm
1513
Hi Matthieu, You also need to change the version number in the resource of your ActiveX from 1,0,0,1 to 1,0,0,2. Nicolas Roumiantzeff ... From: Matthieu...
Nicolas Roumiantzeff
nicolasr@...
Aug 1, 2001 4:45 pm
1514
Hi Nicolas, I added the "controlCache" entry in the dpl file as you've said. So now my dpl is as follows: ========== activex.dpl====== [run] ...
ramesh2312@...
Aug 2, 2001 3:03 am
1515
Hi Ramesh, I told you ... Other then adding the ControlCache entry in the DPL file. So do not change the URL in the CODEBASE nor change the SmartUpdate...
Nicolas Roumiantzeff
nicolasr@...
Aug 2, 2001 12:59 pm
1516
I created my own ActiveX control (AfmPage.ocx) using C++. it works perfect in IE. But no go for Netscape 4.x. I tried to install esker Netscape plug-in and use...
yingnming@...
Aug 7, 2001 2:56 pm
1517
Hi ! I have problem: when I upgrade my active-X, I see that before Registration of the new activeX, there is activation of the DllUnregisterServer function of...
yaryard@...
Aug 8, 2001 8:33 am
1518
Netscape 6.1 just crashes when I open the tictacto.htm page. I have the v6.4beta plugin. Is there any known work around?...
Becky
ddomeny@...
Aug 9, 2001 8:41 pm
1519
Hi, I hope someone can give me some advice here, I've tearing my hair out with this one :) I had a script written in vbscript to open an excel document and...
meekon@...
Aug 10, 2001 9:44 am
1520
Declaring the method as public in the .ctl file is enough. Example, VB: Public Sub Method1() End Sub JavaScript, where id is the name of your control. IE: ...
Becky
ddomeny@...
Aug 10, 2001 8:52 pm
1521
... I'm having the same issue. I couldn't get the plug-in to be recognized on 6.01 and now it crashes in 6.1. Bummer....
jtinsky_2000@...
Aug 17, 2001 8:46 pm
1522
OK, I'm pretty new to activex and need to install software artisans xfile on a site I'm working on. It was easy to install and works fine in IE but netscape...
jtinsky_2000@...
Aug 17, 2001 11:44 pm
1523
Hi Jesse, The Esker ActiveX Plug-in is not compatible with the Opera browser. It only works with Netscape. Nicolas Roumiantzeff ... From: CHISHOLM, JESSE...
Nicolas Roumiantzeff
nicolasr@...
Aug 20, 2001 10:09 am
1524
Hi Tapio, Installing the plug-in manually is not recommanded any longer because doing so, there is no check for changes from the original version released by ...
Nicolas Roumiantzeff
nicolasr@...
Aug 20, 2001 12:41 pm
1525
Hi Ying, Could you give more detail about the failure? Please, activate the Esker ActiveX Plug-in trace mode and send the generated log file... Nicolas...
Nicolas Roumiantzeff
nicolasr@...
Aug 20, 2001 1:43 pm
1526
Hi Yariv, What problem do you encounter when DllUnregisterServer is called? Nicolas Roumiantzeff ... From: yaryard@... [mailto:yaryard@...] ...
Nicolas Roumiantzeff
nicolasr@...
Aug 20, 2001 1:46 pm
1527
Hi Becky, I have just been notified that Netscape 6.1 has been released. I'll have a look at it as soon as I have time (next week at best). Nicolas...
Nicolas Roumiantzeff
nicolasr@...
Aug 20, 2001 1:59 pm
1528
... Just as a comment from the peanut gallery: Please note that the TicTacTo.htm page does not check for NS6 but assumes NS4. The page needs so rewrite...
CHISHOLM, JESSE
JesseChisholm@...
Aug 20, 2001 3:33 pm
1529
Hi D, ... It worked on Netscape 6.01 for me. ... Acknoledged. Nicolas Roumiantzeff ... From: jtinsky_2000@... [mailto:jtinsky_2000@...] Sent:...
Nicolas Roumiantzeff
nicolasr@...
Aug 20, 2001 4:19 pm
1530
Hi Jesse, ... I belive that the Esker ActiveX Plug-in for Netscape 6 was pretty stable for Netscape 6.0 (and 6.01). The only reason it has not been release (as...
Nicolas Roumiantzeff
nicolasr@...
Aug 20, 2001 4:26 pm
1531
Hi J, ... I don't. ... The Esker ActiveX Plug-in is not that popular (yet) as for every ActiveX editor to make sure they are compatible with it. ... Correct. ...
Nicolas Roumiantzeff
nicolasr@...
Aug 20, 2001 4:33 pm
1532
Dear Nicolas, our activeX starts unfortunately just one time with the Esker Netscape Plugin. The problem is the following, when I start Netscape 4.7 and type...
TSchuldes@...
Aug 21, 2001 8:27 am
1533
Hi Tapio, ... You are right, WinZip is not the default opener for .jar files. You need to right click on the file and choose "Open With -> WinZip executable"...
Nicolas Roumiantzeff
nicolasr@...
Aug 21, 2001 10:10 am
1534
Hi Thomas, This problem is not related to DPL o download mechanism because the ActiveX is already installed and when you come bac to the page, the ActiveX is...
Nicolas Roumiantzeff
nicolasr@...
Aug 21, 2001 10:22 am
1535
Dear Nicolas, thank you for your quick response. Actually our activeX has four secondary COM object. The four dll files refereced in the DPL file are secondary...
TSchuldes@...
Aug 21, 2001 11:22 am
1536
Hi Thomas, The fact that your ActiveX actually uses secondary COM objects, moreover in different DLL components, reenforce the possibility that you have...
Nicolas Roumiantzeff
nicolasr@...
Aug 21, 2001 12:55 pm
1537
Hi Tapio, Ok, this is why we recommand using the SmartUpdate thechnic which does the certification. I admit this method is more complicate to package your...
Nicolas Roumiantzeff
nicolasr@...
Aug 21, 2001 3:35 pm
1538
How can I determine if my plug in is installed. I seem to remember something like the ability to type "plug-in info" into the address window. How can I...
jtinsky_2000@...
Aug 21, 2001 4:20 pm
1539
Hi J, 1) Try "about:plugins" in Netscape URL box. 2) In fact, there is a warning in the Esker ActiveX Plugin log file if the ActiveX is not declared as safe...