Skip to search.
esker-activex-plugin · Esker ActiveX Plug-in mailing list

Group Information

  • Members: 1319
  • Category: ActiveX
  • Founded: May 11, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 17 - 46 of 2377   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17 Nicolas Roumiantzeff
nicolasr@... Send Email
Jun 2, 1999
2:01 pm
Interesting info from the Mozzilla mailing list: >The npmozctl.dll that is part of Mozilla can be conditionally >compiled as an ActiveX plugin for 4.x and...
18 biagioli@... Send Email Jun 9, 1999
9:17 am
I tryed to load the demo page of the esker plugin at http://www.esker.com/online/eskerplus_v3/plugin/tictacto.htm, but i noticed that a "unterminated string...
19 Nicolas Roumiantzeff
nicolasr@... Send Email
Jun 9, 1999
10:15 am
Thank you. This page has been indeed recently updated to cope with a problem with the new version 4.6 of Netscape: "setTimeout" added to access ActiveX...
20 Nicolas Roumiantzeff
nicolasr@... Send Email
Jun 10, 1999
1:41 pm
From: 75271.2323@... To: esker-activex-plugin@eGroups.com Subject: Problem hosting MediaPlayer Date: Thu, 10 Jun 1999 08:02:24 -0000 Hi, I have...
21 Nicolas Roumiantzeff
nicolasr@... Send Email
Jun 10, 1999
2:27 pm
The MediaPlayer control is not compatible with the current version of the Esker ActiveX Plug-in. For an unknown raison, the ASX file is not loaded by the...
22 Nicolas Roumiantzeff
nicolasr@... Send Email
Jun 10, 1999
2:36 pm
From: h-santos1@... To: esker-activex-plugin@eGroups.com Subject: ActiveX Problem Date: Wed, 09 Jun 1999 20:42:35 -0000 I have change the HTML that...
23 Nicolas Roumiantzeff
nicolasr@... Send Email
Jun 10, 1999
3:13 pm
The in place activation of the Microsoft Forms 2.0 TextBox control fails with an unrecognized OLE error (0x80004005). The control seems to be unhappy with the...
24 Claudio Biagioli
biagioli@... Send Email
Jun 14, 1999
6:56 am
... Esker web site: http://www.esker.com Esker ActiveX Plug-in home page: http://www.esker.com/online/eskerplus_v3/eskerplus30plugin.htm Esker ActiveX Plug-in...
25 Claudio Biagioli
biagioli@... Send Email
Jun 14, 1999
6:57 am
Questa notte sono tornato da Roma, con un po' di bagaglio... durante il viaggio sono riuscito a: 1. Ore 19.00 -- Perdere una bicicletta sull'autostrada... con...
26 Nicolas Roumiantzeff
nicolasr@... Send Email
Jun 22, 1999
2:12 pm
Declaring the control as safe for initializing, is not required by the Esker ActiveX Plug-in (the parameters are just ignored in this case) so you can leave...
27 biagioli@... Send Email Jun 24, 1999
9:46 am
I'll need to run in my web page an ActiveX that has already been installed = through a CD-Rom setup program. I tried to test the plugin with a simple activeX...
28 Nicolas Roumiantzeff
nicolasr@... Send Email
Jun 24, 1999
12:04 pm
Yes, your control must be declared as safe for scripting even if installed through a CD-ROM program. This is because once the control is installed, any web...
29 Claudio Biagioli
biagioli@... Send Email
Jun 28, 1999
8:25 am
Since the activeX passes through the esker plugin, how can I detect if the activeX is present? I mean: In explorer I can use html between <object> </object>...
30 Nicolas Roumiantzeff
nicolasr@... Send Email
Jun 28, 1999
8:51 am
Assuming you do not want the ActiveX to be downloaded (no "codebase" parameter specified) there is a way to find out if the ActiveX is present on the local PC....
31 Claudio Biagioli
biagioli@... Send Email
Jul 1, 1999
4:04 pm
I tryed the plugin with an old, simple (just a single method) activeX developed a few months (or years? :) ago and I received the error 398: Client side not...
32 Nicolas Roumiantzeff
nicolasr@... Send Email
Jul 1, 1999
4:18 pm
Try and generate a log file by adding the "log=yes" entry in the "[Mode]" section in the "deployer.ini" file located under the Windows directory. Browse to the...
33 biagioli@... Send Email Jul 2, 1999
10:16 am
The logfile reported no error. At last I decided to rewrite the activeX from scratch and throw away the ol= d one. Of course the mine works very well :)...
34 Nicolas Roumiantzeff
nicolasr@... Send Email
Jul 2, 1999
12:24 pm
Although the Esker ActiveX Plug-in doesn't support .CAB files, it can download multiple OCX but you need to use a .DPL file as the codebase. A .DPL file...
35 r.i.evers@... Send Email Jul 9, 1999
9:53 am
Hi, I have downloaded Esker ActiveX plugin. It works great......except a thing that I need: JAVASCRIPT. Suppose I have a control with a property containing...
36 Nicolas Roumiantzeff
nicolasr@... Send Email
Jul 9, 1999
10:10 am
Hi, Some ActiveX have their properties declared in a special way not recognizied by Esker PLUS Plug-in version 3.5 and it seams to be the case for your...
37 r.i.evers@... Send Email Jul 9, 1999
12:32 pm
... Esker web site: http://www.esker.com Esker ActiveX Plug-in home page: http://www.esker.com/online/eskerplus_v3/eskerplus30plugin.htm Esker ActiveX Plug-in...
38 Nicolas Roumiantzeff
nicolasr@... Send Email
Jul 9, 1999
2:59 pm
The Esker ActiveX Plug-in was originaly designed for controls developed with MS/VC++/MFC. Version 3.6 has been enhaced to deal with more ActiveX property...
39 Nicolas Roumiantzeff
nicolasr@... Send Email
Jul 12, 1999
2:26 pm
I tried your activex with the Esker ActiveX Plug-in. It loads fine and the "Versuch" label appears. To make it work I add to install VB5 runtime libraries...
40 Claudio Biagioli
biagioli@... Send Email
Jul 14, 1999
3:46 pm
It is known that before use the activeX through the esker plugin, it is needed to wait that plugin/activeX is ready. Usually it is used a setTimeout loop....
41 magnus.hornstrom@... Send Email Jul 15, 1999
7:34 am
Hi! I have installed the plugin and tried the tictacto-demo. And it works fine for me. I tried to use some of my own activeX-components but with no luck. The...
42 Nicolas Roumiantzeff
nicolasr@... Send Email
Jul 15, 1999
7:48 am
... Esker web site: http://www.esker.com Esker ActiveX Plug-in home page: http://www.esker.com/online/eskerplus_v3/eskerplus30plugin.htm Esker ActiveX Plug-in...
43 Nicolas Roumiantzeff
nicolasr@... Send Email
Jul 15, 1999
8:08 am
Hi Jurgen, Thanks for the feedback! I'm posting it to the Esker ActiveX Plug-in mailing list at: http://www.egroups.com/group/esker-activex-plugin/info.html...
44 Nicolas Roumiantzeff
nicolasr@... Send Email
Jul 15, 1999
9:17 am
Hi Claudio, The javascript specification is quite clear: a javascript function should return without blocking. If a javascript function call takes too long...
45 Claudio Biagioli
biagioli@... Send Email
Jul 15, 1999
9:34 am
The problem is that while the page loads, I've some javascripts that perform different document.write() based on the activeX call example: <body> .... ......
46 Nicolas Roumiantzeff
nicolasr@... Send Email
Jul 15, 1999
9:44 am
Hi Magnus, The .jar file you heard about is certainly a beta version of the Esker ActiveX Plug-in delivered on private demande as a SmartUpdate (.jar) client...
Messages 17 - 46 of 2377   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help