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...
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...
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? ...
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...
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...
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...
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...
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] ...
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...
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...
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...
Typically, a packager tool would not modify your OCX implementation (add the IObjectSafty interface) but would generate a specific installation procedure...
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...
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...
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...
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,...
Bonjour, la partie MSIE Fonctionne, pas la partie FXX, vous pouvez répondre en anglais si vous le souhaitez. merci. <!-- HTML --> <OBJECT ID="ImprimerIE" ...
Hi Goalfired, ... secure connection it will register the OCX? That is correct. ... use. No: no agreement needed. ... consider? With previous versions of...
... 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...
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...
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...
Hi Mike, What is in the trace log when the OCX is registred prior launching FirFox on Vista? Nicolas Roumiantzeff ________________________________ From:...
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 ...
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...
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...
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...