Test regarding subscription problems, please ignore... Sorry, Nicolas Roumiantzeff...
771
stepmi@...
Oct 2, 2000 8:44 am
Hi Nicolas I changed the CLSID of the control and everything works fine now. I tried using the Name "_iLanguage" in IE and NS but this doesn't work, so I have...
772
eyalb@...
Oct 2, 2000 1:01 pm
Hi Nicolas, I am using a dpl file to register 2 files : 1. A Dll containing an ActiveX control 2. A Dll which is a COM module. I have to register the COM Dll,...
773
Kevin Kelly
kefoo@...
Oct 2, 2000 2:23 pm
Is it possible to turn this off? The powers that be are uncomfortable introducing that security hole into our user's systems. Kevin ... HTTPS. ... internet. ...
774
Nicolas Roumiantzeff
nicolasr@...
Oct 2, 2000 2:59 pm
Hi Kevin, Which one is unsecure, HTTPS or SmartUpdate or both? We could remove HTTPS (for future versions only, not installed versions) but not SmartUpdate as...
775
Kevin Kelly
kefoo@...
Oct 2, 2000 3:38 pm
They're concerned that the plugin could be used to download and run a malicious activex control from a site running HTTPS. Of course, this would require a site...
776
clawler@...
Oct 2, 2000 4:41 pm
Dear Nicolas, My company recently decided to try using the Esker Active-X plug-in for Netscape. Our company publishes on-line reports for our clients. The...
777
Nicolas Roumiantzeff
nicolasr@...
Oct 3, 2000 7:56 am
Hi Eyal, ... Target=%\SYSTEM\%YourActiveX.ocx Register=yes ;CLSID= ; commented out Nicolas Roumiantzeff ... De : eyalb@... <eyalb@...> À :...
778
Nicolas Roumiantzeff
nicolasr@...
Oct 3, 2000 8:10 am
Yes, but they would need a valid server certificate signed by an authority like Verisign. This means that if they put a malicious ActiveX on their web site...
779
Nicolas Roumiantzeff
nicolasr@...
Oct 3, 2000 2:56 pm
Hi Chris, First of all, I noticed a syntax error in your EMBED tag: For the Esker ActiveX Plug-in, the parameters are declared using their plain name, without...
780
hetim@...
Oct 4, 2000 3:38 am
I have an activeX in my application, i try to get it worked with netscape by using activex esker plugin but i don't know why i can not access my ativex id nor...
781
Nicolas Roumiantzeff
nicolasr@...
Oct 4, 2000 8:25 am
Hi Thuan, Before accessing your ActiveX through JavaScript you have to wait until it is effectively loaded (this could take some time notably when the ActiveX ...
782
heath@...
Oct 4, 2000 2:47 pm
We can't get properties through the Esker plugin for MFC ActiveX controls. I understand we need to implement something like IPersistPropertyBag if we want to...
783
Nicolas Roumiantzeff
nicolasr@...
Oct 4, 2000 2:57 pm
Hi Charles, Accessing properties of an MFC ActiveX using the Esker ActiveX Plug-in should work about the same as calling methods. The I PropertyBag interface...
784
heath@...
Oct 4, 2000 7:00 pm
Nicolas - Thanks for the reply. We've got method calls working fine using the ESKER control (see http://video.lycos.com, for example). The problem I'd like to...
785
heath@...
Oct 4, 2000 10:16 pm
I think I may have answered this; it looks like I can get the values by adding PX_XXX() declarations to the DoPropExchange() function for the control. The get_...
786
crisdias@...
Oct 4, 2000 10:38 pm
Hi ! I am trying to run an Esker ActiveX object on Netscape, inside a DIV tag. Everything works fine, but if I add an ID to my DIV, so I can manipulate it with...
787
hetim@...
Oct 5, 2000 12:36 am
Thanks for your prompt reply, I have checked the documentation and registry. My activex is marked as safe for scripting. I have tried your function. However...
788
Nicolas Roumiantzeff
nicolasr@...
Oct 5, 2000 8:06 am
Hi Charles, Yes, you are right, adding PX_XXX() declarations to the DoPropExchange() function does the trick. I was not sure after reading your first message...
789
Nicolas Roumiantzeff
nicolasr@...
Oct 5, 2000 8:17 am
Hi, We have been successfully using DIV and Javascript/DHTML. Please, send your HTML pages, the one that works (without an ID) and the one that does not (with...
790
Nicolas Roumiantzeff
nicolasr@...
Oct 5, 2000 8:28 am
HiThuan, I dont know what does the DHTML Edit Control Safe For Scripting does but I gess it is too IE specific to work with Netscape and the Esker ActiveX ...
791
Cristiano A.Dias
crisdias@...
Oct 5, 2000 4:12 pm
OK... I sent it as .CFM, but this is 100% HTML, don't worry non-ColdFusion users. ... ======================================= Cristiano Dias - Developer ...
792
Cristiano A.Dias
crisdias@...
Oct 5, 2000 4:14 pm
Hello Nicolas ! Here it goes... Remove the ID tag on line 75 and all will work fine. The code is actually bigger than that, with several layers being...
793
Bidisha Ganguli
ganguli@...
Oct 5, 2000 5:44 pm
Hello, I have downloaded the Esker plugin and installed it as specified, but when I try and use it with the hhctrl.ocx; it doesn't work. The plugin loads in ...
794
hetim@...
Oct 5, 2000 9:08 pm
It's a Wysiwyg Web editor. This is a fully developed product for our company. Our product utilize DHTML, Javascript and more... What I show you is just a...
795
Nicolas Roumiantzeff
nicolasr@...
Oct 6, 2000 9:16 am
Hi Bidisha, The hhctrl.ocx is a weird thing as it is half an ActiveX, half a DLL and quite integrated to the IE/Windows system components. For our Web-To-Host...
796
clawler@...
Oct 6, 2000 3:47 pm
Dear Nicolas, Thank you very much for your advice! The changes that you recommended resolved the issue that we were having with the IQXViewer plug-in not...
797
Nicolas Roumiantzeff
nicolasr@...
Oct 9, 2000 10:18 am
Hi Chris, That's good news. Now for the NCompass / Esker compatible HTML page: I don't think it is possible to have a HTML page containing the two tags (what...
798
Nicolas Roumiantzeff
nicolasr@...
Oct 9, 2000 10:56 am
Hi, ... if you have defined javascript inside a DIV, remember that the current object is not the window but the layer. So when you want to access a property of...
799
dave@...
Oct 9, 2000 11:04 am
Currently working on a site with an IIS back-end, using sessions and basic authentication. The site uses a number of controls which retrieve XML generated by ...