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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 566 - 595 of 2377   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
566 Nicolas Roumiantzeff
nicolasr@... Send Email
Aug 1, 2000
8:36 am
Hi Yaakov, ... strings ... I ... Array arguments are not currently supported by the Esker ActiveX Plug-in. I belive that string sould work. The encoding is not...
567 Yaakov Izygzon
yaakovi@... Send Email
Aug 1, 2000
8:46 am
The only one problem is here: conversion of special bytes to Wide (Unicode) characters. It surely does it OR MAY SOMETIMES DO IT as it's written in Java Help: ...
568 yaryard@... Send Email Aug 1, 2000
9:20 am
hi, do you know what is the earliest version of Netscape Browser which support the Esker-ActiveX-Plugin ? I tried Nescape Navigator V3.02 but once the ActiveX...
569 Nicolas Roumiantzeff
nicolasr@... Send Email
Aug 1, 2000
9:28 am
Hi Yariv, Check the archive of the mailing list, but from what I remember it is 4.03 or 4.04. In any case I would have been surprised if it would have worked...
570 Yaakov Izygzon
yaakovi@... Send Email
Aug 1, 2000
9:39 am
Hello Nicolas. I think I have found the generic solution for download in Netscape (but tested meanwhile only on Netscape 4.7). It works more slowly than...
571 Nicolas Roumiantzeff
nicolasr@... Send Email
Aug 1, 2000
9:41 am
No Yaakov, I was talking about the toString witch takes an integer argument to specify the high byte of each unicode characters. Although deprecated it should...
572 KarenE@... Send Email Aug 1, 2000
9:43 am
Hi, I've read the three questions and answers concerning the problem of handling hotkeys in my application, but the solutions given simply doesn't work. For...
573 Yaakov Izygzon
yaakovi@... Send Email
Aug 1, 2000
9:57 am
Yes, thanks, I have found such a thing also myself as I wrote in previous mail. Now we have generic solution for download in Netscape using ActiveX. Thank you....
574 KarenE@... Send Email Aug 1, 2000
10:36 am
Hi, I have an activex written with ATL (Win32 API). I need to do somthing when the netscape window is minimized. I'm implementing the OnFrameWindowActivate...
575 Nicolas Roumiantzeff
nicolasr@... Send Email
Aug 1, 2000
12:44 pm
Hi Yaakov, Thank you for sharing your original technique for downloading an URL to be used by an ActiveX. I would have never though to do it like this. One...
576 Yaakov Izygzon
yaakovi@... Send Email
Aug 1, 2000
12:48 pm
There is one VERY big advantage of JavaScript download: it does not "forget" cookies already set in the browsers as WinINet in Netscape does (moniker running...
577 mark.gambone@... Send Email Aug 2, 2000
12:05 am
When I try to call my activex files to load with a dll like this: <embed type="application/x-eskerplus" id="lmsmartchart2" ...
578 Janet
janet@... Send Email
Aug 2, 2000
4:10 am
Hello Nicolas! It seems the Esker ActiveX plug-in can only recognize the properties which has both put&get function, not the properties just having put...
579 Paul Gardiner
plugin@... Send Email
Aug 2, 2000
9:34 am
Hi, I've been following the messages on this group for a while and I think there has already been discussion concerning the problem I have, but I can't...
580 KarenE@... Send Email Aug 2, 2000
9:40 am
Hello, Can I handle somehow the context menu keyboard button push in my activex? In IE I receive the WM_CONTEXTMENU message and show my application context...
581 Nicolas Roumiantzeff
nicolasr@... Send Email
Aug 2, 2000
9:53 am
Hi Karen, The Esker ActiveX Plug-in does not currently support the IOleInPlaceActiveObject::OnFrameWindowActivate method. In any case, in Netscape, the only...
582 Nicolas Roumiantzeff
nicolasr@... Send Email
Aug 2, 2000
9:53 am
Hi Karen, I have just re-tested with my test ActiveX (under Netscape 4.74): 1) I get WM_KEYDOWN and WM_KEYUP messages for F2 and F5. So there should be no...
583 Nicolas Roumiantzeff
nicolasr@... Send Email
Aug 2, 2000
9:58 am
Hi Janet, I think you are right. This is by design due to very specific internal technical costraints. Write-only property are quite rare in my opinion and the...
584 Nicolas Roumiantzeff
nicolasr@... Send Email
Aug 2, 2000
11:29 am
Hi Paul, I think Yaakov suggestion is the best suited for your requirements. You would want to go directly to the conclusion of this long thread: ...
585 Nicolas Roumiantzeff
nicolasr@... Send Email
Aug 2, 2000
11:29 am
Hi Mark, I don't know what the problem is with your DPL file. I suggest you activate the Esker ActiveX Plug-in trace and look for "error" or other oddities. ...
586 Nicolas Roumiantzeff
nicolasr@... Send Email
Aug 2, 2000
11:29 am
Hi Karen, On my system, when pressing the context menu key produceses WM_KEYDOWN and WM_KEYUP (virtual key code: VK_APPS) messages sent to the focused window...
587 yaryard@... Send Email Aug 2, 2000
11:44 am
hi, The size of my ActiveX is over 1MB. I want to compress him (just like the CAB files on the IE), is there is a way to do this with Esker plugin? I thought...
588 Karen Eldor
KarenE@... Send Email
Aug 2, 2000
11:54 am
Hi Nicolas, Thanks again for the answers. I tested again the F5 and F2 and I only get the F5. Very wierd, but I'll see what I can do about it. About the...
589 Karen Eldor
KarenE@... Send Email
Aug 2, 2000
11:56 am
Hi Nicolas, First, thanks for the answers. Unfortunately, the solution you gave me for catching Netscape's minimization with WM_KILLFOCUS does not really help...
590 Nicolas Roumiantzeff
nicolasr@... Send Email
Aug 2, 2000
11:56 am
Hi Yariv, Yes, I think the way to go is using JAR files. My suggestion is to use SmartUpdate to download your ActiveX to a transit location on the local drive...
591 Nicolas Roumiantzeff
nicolasr@... Send Email
Aug 2, 2000
12:13 pm
Hi Karen, Unfortunately, there are no provision for developing accelerators in the Esker ActiveX Plug-in, unless specific commercila agreement (corresponding ...
592 Nicolas Roumiantzeff
nicolasr@... Send Email
Aug 2, 2000
12:17 pm
Hi Karen, Same answer as for your other request: Unfortunately, there are no provision for developing OnFrameWindowActivate in the Esker ActiveX Plug-in,...
593 kiran_tsp@... Send Email Aug 3, 2000
6:19 am
Hi Nicolas... I am an User of Activex Plugin...and i am running an activex control developed in VB6.0 in Netscape using your plug-in...And the Activex control...
594 Nicolas Roumiantzeff
nicolasr@... Send Email
Aug 3, 2000
8:20 am
Hi Kiran, There might be two different problems: - Netscape closes after a certain amont of time (30 seconds approximately) - GPF The autoritative closing of...
595 Janet
janet@... Send Email
Aug 3, 2000
9:01 am
Hello! After I read some document about using SmartUpdate technology and Esker ActiveX plugin I have some questions: 1. Does it mean that when I use...
Messages 566 - 595 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