Search the web
Sign In
New User? Sign Up
esker-activex-plugin · Esker ActiveX Plug-in mailing list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2018 - 2047 of 2366   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2018
I am working on trying to get my ActiveX control to work in Netscape 7.1. I have it working in Netscape 4.7 and Netscape 6.2. The esker plug-in gets...
mfurlong2003 <mfurlon...
mfurlong2003
Offline Send Email
Feb 3, 2003
4:22 pm
2019
Nichalous, I fixed my own problem. The .jar file for my ActiveX control contained the wrong install.js. I fixed this and everything works good. Thanks, Mike ...
mfurlong2003 <mfurlon...
mfurlong2003
Offline Send Email
Feb 3, 2003
8:18 pm
2020
Has anyone tried to create an XPI file for the installation of their activex control instead of using the install.htm file? I do not want to have to got to...
mfurlong2003 <mfurlon...
mfurlong2003
Offline Send Email
Feb 3, 2003
9:40 pm
2021
Hi, I have sent a message enquiring about the use of the plug-in in a commercial product but have not received any response after almost 2 weeks. My client...
lgauthier08 <lgauthie...
lgauthier08
Offline Send Email
Feb 10, 2003
1:59 pm
2022
Hi Mike, In the tic-tac-toe demo, the tictacto.jar is actually a signed XPI package. The install.htm page could be bypassed by calling the following script in ...
Nicolas Roumiantzeff
nicolasroumi...
Offline Send Email
Feb 10, 2003
4:01 pm
2023
Hi! I've integrated a WYSIWYG-Web editor with the Esker-Plugin and the Property Accessor. It works perfect under NS 4.x, but under NS 7 I get problems, because...
joergdraeger <joergdr...
joergdraeger
Offline Send Email
Feb 25, 2003
12:35 pm
2024
Hi Jörg, Are you aware that the type attribute of the embed tag has changed from npeskp32.dll to np7esk32.dll? It is now: type="application/x-eskeractivex" (I...
Nicolas Roumiantzeff
nicolasroumi...
Offline Send Email
Feb 25, 2003
4:11 pm
2025
Nicholas, Thanks for the information. Does the XPI package need to be signed with a certificate? The documentation I read said the package does not need to...
Michael Furlong
mfurlongcwb
Offline Send Email
Feb 28, 2003
3:51 pm
2026
Hi Mike, It seems that the XPI packages need not be signed. In my opinion, this is a big regression from Netscape 4 and it goes against the growing need for...
Nicolas Roumiantzeff
nicolasroumi...
Offline Send Email
Mar 3, 2003
10:24 am
2027
Hi The plug in isn't the problem. It's only the call of the methods. The Plug in is already embed regrading the ohter attributes. Is the API of the newer...
joergdraeger <joergdr...
joergdraeger
Offline Send Email
Mar 4, 2003
12:28 pm
2028
Hi Jörg, The Esker ActiveX Plug-in API is in fact the actual API of the ActiveX specified as the CLSID attribute. This is the whole idea of the Esker ActiveX...
Nicolas Roumiantzeff
nicolasroumi...
Offline Send Email
Mar 4, 2003
2:15 pm
2029
hi guys! i'm having set up a web-page which should handle a WYSIWYG-editor! the editor object is made like this: <embed type="application/x-eskeractivex" ...
m_e_x_e_m
Offline Send Email
Mar 5, 2003
4:33 pm
2030
and by the way ... i have to use the property accessor! there is no other way to get out the generated html-code!! thanx.MeX...
m_e_x_e_m
Offline Send Email
Mar 5, 2003
5:04 pm
2031
Hi MeX, I have tried the your javascript snipet WebEditor.ExecCommand(DECMD_COPY, OLECMDEXECOPT_DODEFAULT); with DECMD_COPY=0 and OLECMDEXECOPT_DODEFAULT=0 I...
Nicolas Roumiantzeff
nicolasroumi...
Offline Send Email
Mar 6, 2003
10:12 am
2032
Hi MeX, ... I dont understand this. How do you generate the html code? Nicolas Roumiantzeff ... De : m_e_x_e_m [mailto:M_e_X__@...] Envoye : mercredi 5...
Nicolas Roumiantzeff
nicolasroumi...
Offline Send Email
Mar 6, 2003
10:18 am
2033
hi Nicolas!! i will tell you all the things i came accross during devel! [01] how i embed the objects: <embed type="application/x-eskeractivex" id="WebEditor" ...
m_e_x_e_m
Offline Send Email
Mar 10, 2003
8:42 am
2034
hi again!! i've made a sample page for you!! but i don't know where to send it to?! i think it contains what you need to know, to solve my probs!! maybe you...
m_e_x_e_m
Offline Send Email
Mar 10, 2003
9:37 am
2035
Hi MeX, ... This is fine for Netscape 6 and 7. Note: the "clsid:" before the hexadecimal value is not usefull but it is not harmfull either. ... I gess that...
Nicolas Roumiantzeff
nicolasroumi...
Offline Send Email
Mar 10, 2003
10:29 am
2036
Hi MeX, Please, sent it to me by e-mail as a file attachment, to my personal e-mail address: nicolasr@... Thank you, Nicolas Roumiantzeff ... De :...
Nicolas Roumiantzeff
nicolasroumi...
Offline Send Email
Mar 10, 2003
10:36 am
2037
Hi, I was trying a simple example to test Esker Activex Plugin with an existing ActiveX upload control (Posting Acceptor 2.0-WPIE4x86.CAB allows upload...
tracey_cui
Offline Send Email
Mar 19, 2003
9:30 am
2038
Hi Tracey, There are several problems in you code: 1) VBScript is not supported by Netscape browser (even with the Esker ActiveX Plug-in). 2) The URL in the...
Nicolas Roumiantzeff
nicolasroumi...
Offline Send Email
Mar 19, 2003
9:59 am
2039
Hi Nicolas, Thank you very much. The following code is working on IE, Please help me to fix my problems for Netscape. <% Upload_path="http://" &...
tracey_cui
Offline Send Email
Mar 20, 2003
8:27 am
2040
Hi Tracey, I usualy don't do other people works but since it is along time since I haven't given an example of how to port a simple HTML page containing an ...
Nicolas Roumiantzeff
nicolasroumi...
Offline Send Email
Mar 20, 2003
10:15 am
2041
Hi Nicolas, Thank you very much. It is working now. Regards, Tracey ... since I ... containing an ... waranty)... ... simplicity of ... slight ... in has...
tracey_cui
Offline Send Email
Mar 21, 2003
8:44 am
2042
Hi Nicolas, I did some change for Netscape 6.2, but I got an error: "unhandled exception in netcap6.exe(xpcom.dll) 0x0000005: Access Violation", and then exit...
tracey_cui
Offline Send Email
Mar 24, 2003
8:37 am
2043
Hi Tracey, Make sure you are using the correct version of the Esker ActiveX Plug-in ***: For Netscape 6.2 you shoulkd be using np6esk32 version 6.8. Nicolas...
Nicolas Roumiantzeff
nicolasroumi...
Offline Send Email
Mar 24, 2003
9:00 am
2044
Hi! I've installed the npeskp32.dll for NS 4.5 or later with the install.htm and also the accessor.ocx with the corrosponding install.htm by using the...
joergdraeger
Offline Send Email
Apr 2, 2003
4:59 pm
2045
Hi Jörg, What is the exact version of Netscpae are you using (Click Netscape "Help" menu, option "About Communicator")? What is the exact version of the Esker...
Nicolas Roumiantzeff
nicolasroumi...
Offline Send Email
Apr 3, 2003
8:19 am
2046
Hi Nicolas! I've tried it with Netscape 4.76 and 4.78. The version of the npeskp32.dll is 4.4(using the install.htm of the demo) The problem is the...
joergdraeger
Offline Send Email
Apr 3, 2003
10:53 am
2047
Hi Jörg, I suspect a problem in the domwnload of the accessor.ocx file. Typically, if the URL of the accessor.ocx is incorrect, Netscape creates an HTML file...
Nicolas Roumiantzeff
nicolasroumi...
Offline Send Email
Apr 3, 2003
11:02 am
Messages 2018 - 2047 of 2366   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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