Skip to search.
esker-activex-plugin · Esker ActiveX Plug-in mailing list

Group Information

  • Members: 1319
  • Category: ActiveX
  • Founded: May 11, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 99 - 128 of 2377   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
99 Nicolas Roumiantzeff
nicolasr@... Send Email
Oct 4, 1999
7:27 am
I don't use Delphi myself, so I don't know what the EventSinkChanged method correspond to but I guess it correspond to the Advise method of the ...
100 Nicolas Roumiantzeff
nicolasr@... Send Email
Oct 4, 1999
7:39 am
Nothing seems wrong with your code. The only thing I can advise is for the onLoad event handler: 1) In Netscape, do not call the "alert" method in the onLoad...
101 Nicolas Roumiantzeff
nicolasr@... Send Email
Oct 5, 1999
4:10 pm
Hi Claudio, First, your ActiveX must be declared as safe for scripting in order for the events to be handled (same as with IE). But, as I can gess, you have...
102 A A
aadash@... Send Email
Oct 5, 1999
4:33 pm
Hi, Does the plugin support ATL activeX controls ? -A A ______________________________________________________...
103 Nicolas Roumiantzeff
nicolasr@... Send Email
Oct 5, 1999
5:11 pm
Yes it does. I haven't tested all the features though because most of our activex have been developed using MFC. Try it! Nicolas Roumiantzeff. ... De : A A...
104 Claudio Biagioli
biagioli@... Send Email
Oct 6, 1999
7:39 am
All that I can guess (since I'm not so much into MFC) reading the type library file of the ActiveX is that Delphi doesn't use the IProvideClassInfo2 interface....
105 Nicolas Roumiantzeff
nicolasr@... Send Email
Oct 6, 1999
11:05 am
Ok, I have implemented a new method to get the event sink IID of the ActiveX (using the type lib info). I am sending the new version of the Esker ActiveX...
106 Nicolas Roumiantzeff
nicolasr@... Send Email
Oct 13, 1999
9:32 am
My gess is that your activex relies on the ambiant properties for the font (which are not implemented in the Esker ActiveX Plug-in). What activex are you...
107 ebrehault@... Send Email Oct 13, 1999
12:37 pm
Hello, I try to use Esker ActiveX plugin. But the ActiveX is not initialized. Here is the HTML code: <HTML> <BODY> <!--<object id="testmenu" WIDTH=0 HEIGHT=0 ...
108 Nicolas Roumiantzeff
nicolasr@... Send Email
Oct 13, 1999
2:04 pm
Hi Eric, ... HEIGHT=0 ... The height and width in the embed tag must be a least 2 (Netscape does not create the plug-in window if the values are zero). Appart...
109 ebrehault@... Send Email Oct 13, 1999
2:40 pm
Well, Actually this ActiveX accepts some pamaraters to set the different colors (and fonts): <embed id="testmenu" type="application/x-eskerplus" WIDTH=100...
110 Rich Hatlen
rich_hatlen@... Send Email
Oct 13, 1999
3:17 pm
yes private copy will be sent to you.. am checking with developer... to ensure we get you the correct information..ie correct ActiveX control, with an HTML...
111 Nicolas Roumiantzeff
nicolasr@... Send Email
Oct 19, 1999
10:18 am
Hi all, From now on, all the released versions of the Esker ActiveX Plug-in will be available at: http://www.egroups.com/group/esker-activex-plugin-versions ...
112 Nicolas Roumiantzeff
nicolasr@... Send Email
Oct 19, 1999
10:27 am
The new Esker ActiveX Plug-in 3.8 is available at: http://www.egroups.com/group/esker-activex-plugin-versions/2.html Nicolas Roumiantzeff....
113 Nicolas Roumiantzeff
nicolasr@... Send Email
Oct 19, 1999
10:32 am
Hi Fitzroy, Thank you for providing the complete test case. It allowed me to find the problem: the size of the ActiveX was not set properly (not using the OLE...
114 nicolasr@... Send Email Oct 19, 1999
10:49 am
As the colors are passed as string parameter values, I would say that the convertion to an OLE_COLOR value is achieved by the ActiveX not the plug-in. So I...
115 swwoolse@... Send Email Oct 19, 1999
3:09 pm
Has anyone gotten the Crystal Reports smart viewer ActiveX to work under Netscape. I am about to delve into now, just wanted to see if anyone had any...
116 aaron@... Send Email Oct 21, 1999
7:58 am
I had installed the Esker ActiveX plugin 3.0.0.3 which wasn't working for my controls. Before seeking more assistance I figured that I should pull down the...
117 Nicolas Roumiantzeff
nicolasr@... Send Email
Oct 21, 1999
8:36 am
You can download the NPESKP32.JAR file from http://www.egroups.com/group/esker-activex-plugin-versions/2.html The JAR file is compatible with the WINZIP...
118 Nicolas Roumiantzeff
nicolasr@... Send Email
Oct 21, 1999
11:53 am
Hi Sam, It seams you are the first one to try the Esker ActiveX Plug-in with Crystal Reports ActiveX. So, how is it going? Nicolas roumiantzeff. ... De :...
119 Wayne Stinson
wayne_stinson@... Send Email
Oct 21, 1999
1:20 pm
Yes, Mobil Oil is using the Crystal Reports smart viewer Active X with Netscape. I use the latest version that you sent me and it works fine. Wayne Stinson ...
120 Sam W. Woolsey
swwoolse@... Send Email
Oct 21, 1999
3:00 pm
With little effort, the control is loading just fine with no JavaScript errors. (got those with Ncompass Script Active). However, It is not passing the info...
121 Sam W. Woolsey
swwoolse@... Send Email
Oct 21, 1999
3:01 pm
Anyway you could send me a snippet of code? I can get the control to load but getting the data passed over to the control to run the report is giving me some...
122 johnnyf@... Send Email Oct 23, 1999
12:07 am
Netscape Version: 4.7 IE Version: 5.0 MSVC++ 6.0 Esker Plugin Version: 3.8 Background info: I've used ActiveX objects quite extensively (IE and javascript) ...
123 Nicolas Roumiantzeff
nicolasr@... Send Email
Oct 25, 1999
8:49 am
Your HTML seems fine. The only obvious questions are: - Is your ActiveX control declared as safe for scripting? - Is the name of the method "DisplayMsg"...
124 Nicolas Roumiantzeff
nicolasr@... Send Email
Oct 25, 1999
5:26 pm
Hi Dave, All seem OK. I would advise to use a relative codebase for the DPL file though: codebase="pdm.dpl". Also, you shoud add the "VersionResource=yes"...
125 Nicolas Roumiantzeff
nicolasr@... Send Email
Oct 25, 1999
5:48 pm
Hi Dave, Yes, it is more precise with the log file! The Problem is clearly du to the PESGO32.OCX activeX that does not register. The windows error 87, invalid...
126 johnnyf@... Send Email Oct 25, 1999
6:20 pm
Nicolas, Merci beaucoup - I had not declared my control as safe for scripting. This solved the problem, and I am now able to use my control from within...
127 Nicolas Roumiantzeff
nicolasr@... Send Email
Oct 26, 1999
1:23 pm
Hi Dave, It seems to get beter! What do you mean by "PESGO32.OCX & PEPCO32.OCX need to be installed in the SYSTEM directory". From the log file these ativex...
128 Nicolas Roumiantzeff
nicolasr@... Send Email
Oct 26, 1999
2:12 pm
... De : Dave Baskerville <daveb@...> À : Nicolas Roumiantzeff <nicolasr@...> Date : mardi 26 octobre 1999 15:34 Objet : RE: DPL ... run ......
Messages 99 - 128 of 2377   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help