Hi Saleh, Does your problem occur under Netscape only? Nicolas Roumiantzeff ... From: Saleh Diab [mailto:mr.slast@...] Sent: samedi 30 juin 2001 17:41 ...
Nicolas Roumiantzeff
nicolasr@...
Jul 3, 2001 9:40 am
1435
Hello, i have Build activeX using ATL. the activex is working good(i can see my interface"button" in netscape) but when i try to set some properties it failes...
o_helman@...
Jul 4, 2001 9:28 am
1436
Hi Ori, Is your activeX declared as safe for scripting? Nicolas Roumiantzeff ... From: o_helman@... [mailto:o_helman@...] Sent: mercredi 4...
Nicolas Roumiantzeff
nicolasr@...
Jul 4, 2001 12:26 pm
1437
No I'm using windows 2000 pro and my problem occur under Microsoft visual studio (VC++ 6) ... From: Nicolas Roumiantzeff [mailto:nicolasr@...] Sent:...
Saleh Diab
mr.slast@...
Jul 5, 2001 8:24 am
1438
Hi Saleh, This might be a threading model issue. When receiving the event, try posting a windows message to an other thread in wich you would open the dialog...
Nicolas Roumiantzeff
nicolasr@...
Jul 5, 2001 8:38 am
1439
Can you please provide me with some code. Thanks ... From: Nicolas Roumiantzeff [mailto:nicolasr@...] Sent: Thursday, July 05, 2001 11:43 AM To:...
Saleh Diab
mr.slast@...
Jul 7, 2001 8:52 pm
1440
I am using the Esker ActiveX Plug-in to enable client-side office automation (create an excel file in client-side). However, the example from Microsoft is in...
Jones
msgtojones@...
Jul 9, 2001 5:34 pm
1441
We need to include the plugin in our products. What I read in this group tell me that we only need to inform Esker that we use it and put a link on our web...
scoez@...
Jul 9, 2001 5:52 pm
1442
Hi, I have a question regarding the reinstall of Esker Plugin and my activex. I had no problem to install the Esker Plugin, my activex(a dll object) or the...
msavoj@...
Jul 10, 2001 5:13 pm
1443
I want to generate excel file through client-side office automation as follows: -<SCRIPT LANGUAGE="VBScript"> - sub button1_onclick() - ' Launch...
Jones
msgtojones@...
Jul 11, 2001 3:37 am
1444
Hi Carla I'm facing the same problem as yours and have installed the 4.5 version of esker plugin with Netscape 4.77 .But it dosnet seems to be working.My...
mudaipurwala@...
Jul 12, 2001 12:33 am
1445
mudaipurwala@...
Jul 12, 2001 12:34 am
1446
I'm experiencing that event arguments are always null. I'm declaring the ActiveX component the following way (I have here removed the actual classid): <embed ...
nielskirkegaard@...
Jul 12, 2001 8:20 pm
1447
Hi Saleh, I am quite buzzy now and I don't have any simple code example handy. Sorry... Nicolas Roumiantzeff ... From: Saleh Diab [mailto:mr.slast@...]...
Nicolas Roumiantzeff
nicolasr@...
Jul 16, 2001 9:56 am
1448
Hi Carla, First, the <embed> tag should be moved from the <head> section to the <body> section. Second, the <embed> tag should have explicit height and width...
Nicolas Roumiantzeff
nicolasr@...
Jul 16, 2001 1:46 pm
1449
Hi Murtaza, 1) the <embed> tag is in the correct section. 2) the <embed> tag has correct height and width. 3) the only that rmains to check is that your...
Nicolas Roumiantzeff
nicolasr@...
Jul 16, 2001 1:52 pm
1450
Hi Niels, Events withg arguments are supported (see the TicTacToe demo). The problem might be that the arguments are required in the function definition for...
Nicolas Roumiantzeff
nicolasr@...
Jul 16, 2001 5:05 pm
1451
Hi, You have got the idea. However there are several problem with your code: 1) In Netscape the width ane height atributes are mandatory for the embed tag...
Nicolas Roumiantzeff
nicolasr@...
Jul 16, 2001 5:21 pm
1452
Hi Marzieh, Have you tried the Netscape menu: Edit/Preferences/Advance/SmartUpdate option, then clicking the Uninstall button on the Esker ActiveX Plug-in, Tic...
Nicolas Roumiantzeff
nicolasr@...
Jul 16, 2001 5:30 pm
1453
Hi, I believe that a formal agreement is required for redistribution. You should e-mail to axplug-in@.... Tell me if you don't get any answer quickly, ...
Nicolas Roumiantzeff
nicolasr@...
Jul 16, 2001 5:35 pm
1454
Hi Everybody! First of all I'd like to thank so much Nicolas for this great job. Well, I'm facing some technical problems in deploying a visual basic activex. ...
cherchalli sofiane
sofianito@...
Jul 19, 2001 3:42 pm
1455
Hi Sofiane, ... Try adding it: [Run] MyActivex.dll=yes I must admit I havneot read your complete e-mail message but I will if you tell me that the above fixe...
Nicolas Roumiantzeff
nicolasr@...
Jul 19, 2001 4:17 pm
1456
Hi Nicolas! Yes, I added the "=yes", and now it works fine. Thanks. I have another question about the jar-dpl technology: if I write the following syntax under...
abou_sofiane@...
Jul 20, 2001 7:21 pm
1457
Hi Sofiane, Here is the order of proceeding for the Esker ActiveX Plug-in using SmartUpdate: 1) The Esker Plug-in checks whether or not the the ActiveX is...
Nicolas Roumiantzeff
nicolasr@...
Jul 23, 2001 9:27 am
1458
Hi All, Using NS 4.7 and WIN NT. Created a jar with install.js as follows ... // Conditional alert. function cAlert (message) { if (!this.silent) ...
ramesh2312@...
Jul 23, 2001 11:32 am
1459
Hi Ramesh, The problem is maybe in the command line (signtool) used to generate the JAR file: HAve you checked for success/error message displayed when running...
Nicolas Roumiantzeff
nicolasr@...
Jul 23, 2001 1:45 pm
1460
I did write to axplug-in@e... but no answer ...! Can you do something...We need to know now if we can go forward on this. TIA...
scoez@...
Jul 23, 2001 7:29 pm
1461
Greetings!! Nicolas, You are right. The prob was in command line. However, now I'm not using smartupdate builder. Using the signtool, I've signed the jar with...
ramesh2312@...
Jul 24, 2001 3:16 am
1462
Hi Ramesh, Please, use the tictacto.htm, install.htm, tictacto.jar and tictacto_u.jar files from the Esker ActiveX Plug-in demo as a starting point for your ...
Nicolas Roumiantzeff
nicolasr@...
Jul 24, 2001 8:42 am
1463
Sorry if this is a very basic question, but how exactly is the ActiveX plug-in to be installed when using Netscape 6? All that the read-me file says is that...