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 2299 - 2328 of 2366   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2299
Hi, I am trying to test some control containers. Where can I get this? Regards....
goalfired
Offline Send Email
Sep 4, 2008
8:05 am
2300
Hi, I am trying to get one of my custom ActiveX controls to work and am having trouble. The TicTacToe demo all works fine in my FireFox 3.0.1 but I notice the...
goalfired
Offline Send Email
Sep 5, 2008
12:40 pm
2301
Hi Goalfired, To generate a JAR file: - you need a certificate to sign java packages (we got ours from Verisign) - you need to jar.exe and jarsigner.exe (cant...
Roumiantzeff, Nicolas
nicolasroumi...
Offline Send Email
Sep 5, 2008
1:33 pm
2302
Yes, you are right, on re-checking I found it was previously registered. Is pre-registering it the only way to get the code to the client from V3.0.1? ...
goalfired
Offline Send Email
Sep 8, 2008
7:47 am
2303
I've read the DPL format. Is there an example of a fully deployed control to try and understand this more? Goalfired....
goalfired
Offline Send Email
Sep 8, 2008
7:47 am
2304
Hi, Although I cannot deploy the code in 3.0.1, I have managed to get the basic UserControl background to appear. However, I am unable to use any of the...
goalfired
Offline Send Email
Sep 8, 2008
7:47 am
2305
Hi Goalfired, For simple ActiveX you can use an HTTPS URL (you need a server certificate from a recognized authority like Verisign) to store the ActiveX DLL...
Roumiantzeff, Nicolas
nicolasroumi...
Offline Send Email
Sep 8, 2008
8:05 am
2306
Hi Goalfired, Please, read the FAQ (available under the "Files" section of the Esker ActiveX Plug-in home page): there is an explanation about how to activate...
nicolasroumiantzeff
nicolasroumi...
Offline Send Email
Sep 8, 2008
8:21 am
2307
Hi Goalfired, No, sorry. No publicly available example of DPL format. Anyway, I recommand trying to stick to simple ActiveX (a stand alone DLL installed using...
nicolasroumiantzeff
nicolasroumi...
Offline Send Email
Sep 8, 2008
8:35 am
2308
Hi, Ok. Have checked this and I didn't have the window.xxx syntax, but it didn't fix it. The Debug log is telling me... lookup [deployer.version]: [7.96.0.0] ...
goalfired
Offline Send Email
Sep 8, 2008
12:40 pm
2309
Hi Goalfired, ... scripting and initialisation What do you mean by "package": are you producing a CAB file ? In that case, "safe for scripting" and "safe for...
Roumiantzeff, Nicolas
nicolasroumi...
Offline Send Email
Sep 8, 2008
12:50 pm
2310
Hi, Yes, I am referring to the AddIn and Deployment Package for the IE deployed CAB file. I assumed this meant that the OCX was also marked safe for...
goalfired
Offline Send Email
Sep 9, 2008
7:35 am
2311
Hi, Implementing IObjectSafety fixed the problem! Mine is quite a complex control (it transmits/receives packets to a remote server using WinSock), so I have a...
goalfired
Offline Send Email
Sep 9, 2008
7:36 am
2312
Typically, a packager tool would not modify your OCX implementation (add the IObjectSafty interface) but would generate a specific installation procedure...
Roumiantzeff, Nicolas
nicolasroumi...
Offline Send Email
Sep 9, 2008
7:47 am
2313
Hi Goalfired, Currently, the only thing I can point you to is HTTPS. This should work for "standard" ActiveX with a single component (the OCX or DLL file and...
Roumiantzeff, Nicolas
nicolasroumi...
Offline Send Email
Sep 9, 2008
7:55 am
2314
Hi Nicolas, I can arrange for a secure certificate and I assume this will then allow me to deploy the OCX to FF. But how do I then get it registered? I want to...
goalfired
Offline Send Email
Sep 9, 2008
12:15 pm
2315
Hi Goalfired, Yes, that's right : If the URL is secured using HTTPS, the Esker ActiveX Plug-in will download the OCX file, store it ont the local disk drive...
Roumiantzeff, Nicolas
nicolasroumi...
Offline Send Email
Sep 9, 2008
12:21 pm
2316
Hi Nicolas, Thanks for your help with this. I will need to order a secure certificate from Thawte before I can test this further. If I understand correctly,...
goalfired
Offline Send Email
Sep 9, 2008
4:26 pm
2317
Bonjour, la partie MSIE Fonctionne, pas la partie FXX, vous pouvez répondre en anglais si vous le souhaitez. merci. <!-- HTML --> <OBJECT ID="ImprimerIE" ...
alainvioll
Offline Send Email
Sep 10, 2008
7:17 am
2318
Hi Goalfired, ... secure connection it will register the OCX? That is correct. ... use. No: no agreement needed. ... consider? With previous versions of...
Roumiantzeff, Nicolas
nicolasroumi...
Offline Send Email
Sep 10, 2008
7:41 am
2319
... var monOCX = window.ImprimerFFX Beware that if you call your function in the page onload event, you will need to check and wait that the ActiveX control is...
Roumiantzeff, Nicolas
nicolasroumi...
Offline Send Email
Sep 10, 2008
4:03 pm
2320
Nicolas, I can register the tictacto.ocx without any problems. The active control shows in the registry. Thanks, Mike From: Mike Furlong Sent: Tuesday, April...
mike.furlong@...
mike.furlong...
Offline Send Email
Sep 19, 2008
7:30 am
2321
Nicolas, I can register the control too. The tictacto example works in IE so the ocx is registered. It just does not show in Firefox 2 or 3 or Netscape 8 or...
mike.furlong@...
mike.furlong...
Offline Send Email
Sep 19, 2008
1:19 pm
2322 Andrew Roberts
andrew.roberts@...
Send Email
Sep 19, 2008
1:34 pm
2323
Hi Mike, What is in the trace log when the OCX is registred prior launching FirFox on Vista? Nicolas Roumiantzeff ________________________________ From:...
Roumiantzeff, Nicolas
nicolasroumi...
Offline Send Email
Sep 19, 2008
1:34 pm
2324
Nicolas, Here is the contents of my .log file. This is in FF3. The addons show the version 7.96 installed. The tictacto example works in IE7 on this ...
mike.furlong@...
mike.furlong...
Offline Send Email
Sep 19, 2008
2:15 pm
2325
Hi Mike, It is surprising that there is no line containing "CreateControlInstance" (there was one in the first trace log you sent). Please, delete the trace...
Roumiantzeff, Nicolas
nicolasroumi...
Offline Send Email
Sep 19, 2008
2:19 pm
2326
Nicolas, Disregard my previous email this morning. I replied to the wrong email. Here is the log file. It does not show CreateControlInstance. The first log...
mike.furlong@...
mike.furlong...
Offline Send Email
Sep 23, 2008
12:21 pm
2327
Hi Mike, Thanks for clearing things out. It seems clear that there is a Vista issue. Unfortunately, I do not have a Vista platform to test myself. Does anyone...
Roumiantzeff, Nicolas
nicolasroumi...
Offline Send Email
Sep 23, 2008
12:37 pm
2328
Hi, I have my ActiveX control working on my Vista with FireFox 3.0.1 and Esker 7.96. My embed tag is something like the following. <embed ...
cclamatektron
Offline Send Email
Sep 23, 2008
1:03 pm
Messages 2299 - 2328 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