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 1367 - 1397 of 2366   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1367
Hi All , I have no idea this esker-activex-plugin is about, can anybody tell me what it is ? AND ONE MORE THING DOES ANY ONE HAVE ANY IDEA OF HOW TO CONNECT ...
sachinkatak@...
Send Email
Jun 1, 2001
7:04 am
1368
Hi, ... The Esker ActiveX Plug-in is a Netscape plug-in which allows viewing HTML pages containing ActiveX within Netscape browser. The HTML pages, initially...
Nicolas Roumiantzeff
nicolasr@...
Send Email
Jun 1, 2001
8:10 am
1369
Hi, I have the line inside my object: codebase="<URL>/<NAME>.ocx"#version="1,0,2,0 and I initially had codebase="<URL>/<NAME>.ocx"#version="1,0,0,0 however...
Sean Verret
sverret@...
Send Email
Jun 5, 2001
4:28 pm
1370
Hi Sean, ... Have you tried this: codebase="<URL>/<NAME>.ocx#version=1,0,2,0" It could be just a syntax problem. If not, please send me the 2 versions of your...
Nicolas Roumiantzeff
nicolasr@...
Send Email
Jun 5, 2001
4:43 pm
1371
If I want to get the codebase from an INF (IE) or DPL (Netscape) then how do I put it into the codebase declaration? codebase="name.inf" because this doesn't...
Sean Verret
sverret@...
Send Email
Jun 5, 2001
7:40 pm
1372
and what should the inf file contain?? Sean Verret, B.Sc., EIT Electronic Designer AMC Technologies Corporation Suite #201, 8625-112 St Edmonton, Alberta ...
Sean Verret
sverret@...
Send Email
Jun 5, 2001
7:42 pm
1373
Hi Sean, for DPL files with the Esker ActiveX Plug-in, it is definitely: codebase="name.dpl" where name.dpl file is located in the same directory than the HTML...
Nicolas Roumiantzeff
nicolasr@...
Send Email
Jun 6, 2001
8:15 am
1374
Hi Sean, From my memory (so don't take it for granted), the INF file should contain exactly what a regular INF file (within a CAB file) should contain except ...
Nicolas Roumiantzeff
nicolasr@...
Send Email
Jun 6, 2001
8:19 am
1375
Hi Nicolas I know that Esker 4.4 is stable for Netscape 4.x Can you give me a date when it will also be stable for Netscape version 6 and have all of the...
khaledharb@...
Send Email
Jun 6, 2001
8:52 am
1376
Hi Kaled, Usually, Esker Quality Assurence teams test the Esker ActiveX Plug-in within Esker applications before the Esker ActiveX Plug-in is released...
Nicolas Roumiantzeff
nicolasr@...
Send Email
Jun 6, 2001
10:07 am
1377
Hello, I have a few questions that I hope you can help me with : 1 - Can the plugin use an ocx that is in a dll ? 2 - Instead of using an ocx, is it possible...
dube_christian@...
Send Email
Jun 6, 2001
2:46 pm
1378
Hi Christian, ... Yes, the file extension is not important. OCX or DLL work well. DPL extension is special though. Note that ealy versions of the Esker Activex...
Nicolas Roumiantzeff
nicolasr@...
Send Email
Jun 6, 2001
3:15 pm
1379
Hey there, I have written a file that will work in both Netscape and IE (sort of) but I get one error. If I download the ocx using IE first everything works...
Sean Verret
sverret@...
Send Email
Jun 6, 2001
3:17 pm
1380
Hi Sean, Looks like a ActiveX download issue with the Esker ActiveX Plug-in. The most obvious reasons are: 1) Syntax problem in the CODEBASE attribute. 2)...
Nicolas Roumiantzeff
nicolasr@...
Send Email
Jun 6, 2001
3:29 pm
1381
I don't believe I'm using Smart Update to download the ActiveX - how do I do this? Sean Verret, B.Sc., EIT Electronic Designer AMC Technologies Corporation ...
Sean Verret
sverret@...
Send Email
Jun 6, 2001
3:41 pm
1382
Regarding returning an interface pointer (IDispatch*), how would you do that ? Since the object is created inside my component, do I need a EMBED tag for the...
dube_christian@...
Send Email
Jun 6, 2001
3:56 pm
1384
Hi Christian, ... No you don't need an EMBED tag for objects returned by calling your ActiveX. Just like with IE. ... Exactly. Just like with IE. Nicolas...
Nicolas Roumiantzeff
nicolasr@...
Send Email
Jun 6, 2001
4:19 pm
1385
Hi, Ok here is what I'm trying to do: I'm attempting to get an ActiveX working with Netscape 4.7. I've had no problems with using the ActiveX in IE but in...
Sean Verret
sverret@...
Send Email
Jun 6, 2001
5:52 pm
1386
Hi Sean, ... No there are 2 other ways: - you can download from your intranet, - you can download using HTTPS. ... . ... Yes. ... Yes. ... Use signtool.exe, a...
Nicolas Roumiantzeff
nicolasr@...
Send Email
Jun 6, 2001
6:17 pm
1387
Hi, here is the code I have: MainObj.Path = "some path"; var OtherObj = MainObj.GetObj(); alert( OtherObj.DoStuff() ); When this code is executed, I receive an...
dube_christian@...
Send Email
Jun 6, 2001
6:33 pm
1388
Okay so I used https in my "codebase" and I get this error: Netscape:netscape.exe - Bad Image The application or DLL C:<path>\<OCX_NAME>.ocx is not a valid...
Sean Verret
sverret@...
Send Email
Jun 6, 2001
7:18 pm
1389
Hi Nicolas, ... lets say I'm downloading my activeX from www.sean.com/testme/activex would my activexKey = "com/sean/testme" Thanks Sean Verret ... From:...
Sean Verret
sverret@...
Send Email
Jun 6, 2001
9:41 pm
1390
Hi Sean, It is not so much the web site from where you download the ActiveX, as there could be many mirror sites, it is the site of the person how packages the...
Nicolas Roumiantzeff
nicolasr@...
Send Email
Jun 7, 2001
8:19 am
1391
Hi Sean, This error is typically due to an invalid URL. Check the C:<path>\<OCX_NAME>.ocx file using notepad.exe, it should contain some HTML text describing...
Nicolas Roumiantzeff
nicolasr@...
Send Email
Jun 7, 2001
8:25 am
1392
Hi Christian, I tink I had the same problems with Netscape 6. I guess it was a problem with the "alert" it self. Try instead: window.status =...
Nicolas Roumiantzeff
nicolasr@...
Send Email
Jun 7, 2001
8:30 am
1393
Hi I'm passing parameters to an activex control it work on esker4.4 (netscape 4.x) , but not work on esker6.4 (netscape 6) can you help???...
khaledharb@...
Send Email
Jun 7, 2001
1:22 pm
1394
Hi nicolas I'm passing parameters to an activex control it work on esker4.4 (netscape 4.x) , but not work on esker6.4 (netscape 6) can you help??? This is my...
khaledharb@...
Send Email
Jun 7, 2001
1:43 pm
1395
Hi Khaled, Please, could you send your HTML page (at least the EMBED tag) as well. I suspect a problem with Netscape 6 tag attribute namse being case ...
Nicolas Roumiantzeff
nicolasr@...
Send Email
Jun 7, 2001
2:49 pm
1396
Here is the html document.write ('<embed type="application/x-eskeractivex"'); document.write ('id="ctlDownload"'); document.write...
khaledharb@...
Send Email
Jun 7, 2001
3:03 pm
1397
Hi Khaled, Can you check whether or not the "directory" parameter is actually passed successfuly (as its name contains only lower case characters)? Nicolas...
Nicolas Roumiantzeff
nicolasr@...
Send Email
Jun 7, 2001
3:15 pm
Messages 1367 - 1397 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