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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 234 - 263 of 2377   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
234 Ben Cameron
bencameron@... Send Email
Mar 1, 2000
6:08 pm
Hi, I've written an ActiveX control which I am attempting to deploy in Netscape using the Esker plugin and a "dpl" file (as I need to deploy an additional...
235 Miles
anhtran@... Send Email
Mar 2, 2000
9:13 am
Hello, I'm trying to instantiate an ActiveX object in a clientside script. This is my syntax objExcel= new ActiveXObject("Excel.Application"); It works great...
236 Claudio Biagioli
biagioli@... Send Email
Mar 2, 2000
9:30 am
I'm afraid you can't do that way because the ActiveXObject object is not included in NS object model. I don't know if there's a similar way to reference a...
237 Nicolas Roumiantzeff
nicolasr@... Send Email
Mar 2, 2000
9:30 am
Hi Ben, Your DPL seems correct. The only thing is that for ActiveX, you must replace the "target=" entry by a "clsid=" entry for example: [MyControl.ocx] ...
238 Nicolas Roumiantzeff
nicolasr@... Send Email
Mar 2, 2000
10:41 am
Hi Miles, The Esker ActiveX Plug-in does not support the "ActiveXObject" function. To instanciate an ActiveX, you need to include an <EMBED> tag in the HTML ...
239 Carl Prothman
carlpr@... Send Email
Mar 6, 2000
7:47 am
Sorry if this is a FAQ in this list, but will the Esker Activex Plugin work for Microsoft's RDS Remote Data Control? If so, do you have some sample ASP code...
240 Nicolas Roumiantzeff
nicolasr@... Send Email
Mar 6, 2000
1:27 pm
The Esker ActiveX Plug-in is only usefull for client side ActiveX. ASP is just a meant to construct the HTML page. Specific ASP pages could generate client...
241 Carl Prothman, MVP, CCP
carlpr@... Send Email
Mar 6, 2000
4:37 pm
Nicolas, Thank-you for your reply. Actually, I was not referring to the URL page itself (http://www.able-consulting.com/RDS_Faq.htm#Q27), but I was referring ...
242 Jon Bergevin
jb@... Send Email
Mar 6, 2000
7:29 pm
Are there more samples of how to implement our own ActiveX .dll and deploy it with this activeX plugin ?? I am unable to get our ActiveX .DLL to display in the...
243 Claudio Biagioli
biagioli@... Send Email
Mar 7, 2000
7:45 am
Hi Carl, I've checked either the code in FAQ#27 or the code you attached on your last post, and, unfortunately there are some problems to make these scripts...
244 Nicolas Roumiantzeff
nicolasr@... Send Email
Mar 7, 2000
9:16 am
For how to implement your own ActiveX I would recommand the Miscrosoft site. You could use MFC or ATL tools to help you. MFC is a bit easier because of the...
245 Ben Cameron
bencameron@... Send Email
Mar 8, 2000
11:13 am
Hi Nicolas, Thanks for your reply. I have done as you suggested, (adding the "clsid=" tag into the dpl instead of the "target=" tag) Unfortunately, the activex...
246 Nicolas Roumiantzeff
nicolasr@... Send Email
Mar 8, 2000
12:33 pm
Hi Ben, You could add the version number of your activex in the codebase parameter just like for IE: codebase="nsleadmachine.dpl#Version=1,0,0,1" But if you...
247 Luis Peña Sanchez
lpena@... Send Email
Mar 10, 2000
8:50 am
Hi, I'm installing the esker plugin v.3.9 (.jar) and it doesn't work. I have copied it in the plugin directory and restarted the navigator. Some body can help...
248 Nicolas Roumiantzeff
nicolasr@... Send Email
Mar 10, 2000
9:46 am
Hi Luis, You have to place the .DLL file in your plug-in directory, not the .JAR. A .JAR file is a zipped archive file containing the NPESKP32.DLL file (the ...
249 Adrian Dams
adriandams@... Send Email
Mar 10, 2000
1:58 pm
__________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com...
250 Tad Boniecki
tadb@... Send Email
Mar 13, 2000
2:44 am
Hi Nicolas, Thanks for your help. Unfortunately, I need to use ATL. I fired an event in the C++ code and tried to get the JavaScript code to activate. I found...
251 Nicolas Roumiantzeff
nicolasr@... Send Email
Mar 13, 2000
9:40 am
Hi Dave, You can get the latest version (v3.9) from th "vault" of the Esker ActiveX Plug-in mailing list at: ...
252 Anil Singaraju
asingaraju@... Send Email
Mar 13, 2000
9:50 am
Hi I downloaded and used the Esker plugin for running my activex controls on Netscape and It works like a charm! I did a bit of research on this newsgroup but...
253 Nicolas Roumiantzeff
nicolasr@... Send Email
Mar 13, 2000
10:24 am
... it ... in ... Exactly! If you need more information, don't hesitate to ask for more help... Nicolas Roumiantzeff....
254 Nicolas Roumiantzeff
nicolasr@... Send Email
Mar 13, 2000
10:39 am
Hi Tad, About ATL: Good choice. I find that the event support is better with MFC but as you managed to fire the events (it works with IE/VBScript) it is not a...
255 Ainsley, Dave
dave.ainsley@... Send Email
Mar 13, 2000
4:16 pm
Hi Nicolas Thanks for the information, the latest plug-in has successfully displayed my components. I have signed up to the discussion list too! Cheers Dave...
256 Tad Boniecki
tadb@... Send Email
Mar 13, 2000
11:16 pm
Hi Nicolas, Here is the JavaScript HTML we have been using with our ActiveX. When the page loads we get the pop-up box saying "Test has been triggered!". ...
257 Tad Boniecki
tadb@... Send Email
Mar 14, 2000
6:27 am
Hi Nicolas, There was an error in my last email. I stated that we had the ActiveX executing out of Netscape and failing to trigger the JavaScript. In actual...
258 Nicolas Roumiantzeff
nicolasr@... Send Email
Mar 14, 2000
5:20 pm
Hi Tad, I think there are two syntax problems: 1) You have to modify the HTML page so that ActiveX work under Netscape using the Esker ActieX Plug-in. ...
259 Tad Boniecki
tadb@... Send Email
Mar 15, 2000
6:31 am
Hi Nicolas, I'm sorry to bother you with the same problem yet again but my deadline is tomorrow afternoon, Sydney time, so I should not bother you after this...
260 Nicolas Roumiantzeff
nicolasr@... Send Email
Mar 15, 2000
11:14 am
Hi Tad, I wont have time to look deep inside the problem until tomorow. The problem might be an incompatibillity of the Esker ActiveX Plug-in with ATL events. ...
261 Aleksandar Cosic
alexc@... Send Email
Mar 16, 2000
4:40 am
Hi, I have tested Esker plug-in. I used sample from ATL tutorial (Mcrosoft Visual C++). The executable and source files are easy to download from CD, and all...
262 Lata S
latas_24@... Send Email
Mar 16, 2000
5:51 am
I'm trying to use a user defined activex control using the esker plug-in in Netscape 4.6. I have copied the plug-in in the plugin folder of the netscape. When...
263 Luis Peña Sanchez
lpena@... Send Email
Mar 16, 2000
8:41 am
Hi, I've embeded an ocx made in VB in a HTML page, now I want to link from my control to another page with another ocx. Somebody know how to link to a HTML...
Messages 234 - 263 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