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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 2106 - 2135 of 2366   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2106
I currently sign the JAR file used to install our ActiveX control using Netscape's signtool command. The signtool uses the Netscape Object Signing...
mfurlongcwb
Offline Send Email
Nov 14, 2003
6:40 pm
2107
Hi Mfurlong, I think that all the -i option of signtool does is to reference the install.js file in the manifest.mf file: Install-Script: install.js I am not...
nicolas.roumiantzeff@...
nicolasroumi...
Offline Send Email
Nov 17, 2003
8:28 am
2108
I've experienced the same problem. What seems to be happening is that the "window" test you're doing is only validating that the window for the Esker plugin...
Daniel Bradley
danielanddayna
Online Now Send Email
Nov 20, 2003
8:40 am
2109
Hi Daniel, the window["activex_id"] test actually checks that the activex instance (not the plug-in window) is ready. The Esker ActiveX Plug-in creates the...
nicolas.roumiantzeff@...
nicolasroumi...
Offline Send Email
Nov 20, 2003
9:27 am
2110
Do I need to sign my JAR file which contains the activeX control to be installed on Netscape 6 and Netscape 7? I thought I read somewhere if using XPI to...
mfurlongcwb
Offline Send Email
Dec 10, 2003
2:39 pm
2111
Hi Mike, It seems that Netscape 6 does not require signing the XPI jar files. It might even not verify the signature if one is provided. Note : I haven't tried...
nicolas.roumiantzeff@...
nicolasroumi...
Offline Send Email
Dec 12, 2003
8:27 am
2112
i am a newbie i read lots of articles int this mail list, but i don not know how to use the .DPL file ,how to let it work? thanks...
water_zhang1981
Offline Send Email
Dec 15, 2003
8:22 am
2113
Hi Water, To use a DPL file, simply specify its URL in the CODEBASE attribute of the EMBED tag. The file name must have the .dpl extension to distinguish a DPL...
nicolas.roumiantzeff@...
nicolasroumi...
Offline Send Email
Dec 15, 2003
9:30 am
2114
hi, where can i get these version? ... and the ... site, ... different...
limanjiang
Offline Send Email
Dec 16, 2003
9:29 am
2115
Hi Limanjiang, All the Esker ActiveX Plug-in versions are available from the mailing list web site, http://www.egroups.com/list/esker-activex-plugin From the...
nicolas.roumiantzeff@...
nicolasroumi...
Offline Send Email
Dec 16, 2003
9:35 am
2116
thanks for the fast reply. thank a lot, I have get all plugins I need, thank. ... mailing list ... Install ? ... in ... higher. ... not...
limanjiang
Offline Send Email
Dec 16, 2003
10:17 am
2117
I build a activeX,can work perfectly in IE,and good job in NS 4.x with esker activex plugin. and it can not work in NS 6.x and 7.0, I am sure I have installed...
limj@...
limanjiang
Offline Send Email
Dec 17, 2003
11:38 am
2118
Hi Limj, Are you aware that NS 4, NS 6 and NS 7 each require a different version of the Esker Activex Plug-in ? You can find information about which plug-in to...
nicolas.roumiantzeff@...
nicolasroumi...
Offline Send Email
Dec 17, 2003
11:48 am
2119
I know,I'm sure I have installed the correct version through demo web page, and my activeX has been diaplayed, but my html button can not send message to my...
limj@...
limanjiang
Offline Send Email
Dec 17, 2003
1:09 pm
2120
Hi Limj, Have you checked the Esker ActiveX Plug-in trace log to be sure that the ActiveX is recognized as safe for scripting? Nicolas Roumiantzeff ... De :...
nicolas.roumiantzeff@...
nicolasroumi...
Offline Send Email
Dec 17, 2003
1:12 pm
2121
Yes, I'm sure, I have checked the log, found the safe item. you can look this link to find my problem. I promises the web page do no harm to your PC. ...
limj@...
limanjiang
Offline Send Email
Dec 17, 2003
2:43 pm
2122
Hi Limj, ... No offence, but I am not alowed to take the chance, sorry. Could you please send your log file (np*esk*.log) in private at nicolasr@...? ...
nicolas.roumiantzeff@...
nicolasroumi...
Offline Send Email
Dec 17, 2003
2:49 pm
2123
Somehow I can not access any UserControl object in my activeX when loaded by Esker ActiveX Plugin. For example, the TypeName(UserControl.Parent) will give an...
jianzhi_tang@...
jianzhi_tang
Offline Send Email
Dec 18, 2003
8:16 am
2124
Hi jianzhi, What is a UserControl object ? Is it an object instanciated insid your ActiveX and specified in the EMBED tag of your HTML page ? Please, describe...
nicolas.roumiantzeff@...
nicolasroumi...
Offline Send Email
Dec 22, 2003
2:43 pm
2125
Hi limj, The Esker ActiveX Plug-in log files seem correct. The ActiveX is instanciated and is recognized as safe for scripting and initializing. There is no...
nicolas.roumiantzeff@...
nicolasroumi...
Offline Send Email
Dec 22, 2003
2:48 pm
2126
thanks, maybe some compatible problem been in my control or the plugin. ... and...
limanjiang
Offline Send Email
Dec 22, 2003
5:08 pm
2127
Does anyone know how to check if the ActiveX control is installed in JavaScript? The problem we are having is some users do not click on the Yes button for...
mfurlong2003
Offline Send Email
Feb 11, 2004
10:19 pm
2128
Hope this helps. function netscapeVersion () { var version = 0.0; var ua = window.navigator.userAgent; var pNetscape6 = ua.indexOf("Netscape6"); if (pNetscape6...
Swiderski, Joseph
swijo04
Offline Send Email
Feb 11, 2004
10:21 pm
2129
Joseph, Thanks for the quick reply. Let me know if I am missing something in your example, but it looks like it checks if the Esker Plugin is installed and...
mfurlong2003
Offline Send Email
Feb 11, 2004
10:28 pm
2130
Are there any plans for an updated version of this plug-in that supports newer versions of Mozilla?...
vaseretic
Offline Send Email
Feb 16, 2004
8:32 am
2131
Hi Vaseretic, There is no plan to stop support for the Esker ActiveX Plug-in. In case of (likely) incompatibility with a new official release of Mozilla or...
nicolas.roumiantzeff@...
nicolasroumi...
Offline Send Email
Feb 16, 2004
8:55 am
2132
Hi Mike, Here is a suggestion that you could try: - specify an EMBED tag in your HTML page for the Esker ActiveX Plug-in, - specify the class id of the ActiveX...
nicolas.roumiantzeff@...
nicolasroumi...
Offline Send Email
Feb 17, 2004
10:54 am
2133
Nicolas, Thank you very much for the quick response to my question. I did indeed recieve errors when attempting to use Ektron's eWebEditPro ...
vaseretic
Offline Send Email
Feb 23, 2004
9:10 am
2134
Hi Scott, I will download Mozilla 1.5 and 1.6 and build the corresponding versions of the Esker ActiveX Plug-in. If all is well, I plan to do this this week or...
nicolas.roumiantzeff@...
nicolasroumi...
Offline Send Email
Feb 23, 2004
9:15 am
2135
hi! i'm currently a beginner in asp What i would like to do is to use a calendar control in a web page. So i did an activeX control with vb6 in whitch I added...
seb_vb
Offline Send Email
Mar 1, 2004
8:49 am
Messages 2106 - 2135 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