Hi, this error occurs, when the wrappers of a COM object are out of synch with the COM object itself. This can either be the wrappers of your ActiveX Control...
When the below given code is executed it gives exceptions /** * Description: * Demonstation to embbed ActiveX control in a swing application * * Copyright:...
Hello ... [SNIP] ... Hm, using swing wrapper with awt ?... JActiveX is a swing(!) wrapper for ActiveX you are use Applet , also a awt-container. jacoZoom...
The exception si runRoyaltyFree() must be the first method called. I think this happens if the dll has not yet unloaded. Will calling dll.isLoaded() before...
I am using jacozoom to find out the HWND of my java app which is used as a parent window to another application. For some reason it seems like the child...
This was a datatype mismatch issue between java and javascript. The applet method had param as int but javascript (is not strongly typed) - so was causing an...
Hi, I assume SWT also acts as COM-client. Possibly it tries to initialize the current thread as apartment- client (see Windows docs of CoInitializeEx()). But...
... Do you use embedding((J)ActiveX, (J)OleDocument) or only com.inzoom.win.Util.get(J)HWND method is used ? ... jacoZoom and IMHO Sun/AWT libraries are use...
I got error when using activeX sample. If I use Internet Explorer and post the URL below I'm able to browse data (got Warning Security window, enter Yes, data...
Hi, I assume this is an intranet url, so we can't test it. First, does the JWeb sample run with another url? Second, try a VB sample to see whether it runs...
Hi, i have a signed applet and if i grant permission grant { permission java.security.AllPermission; } all works fine. Its ok for testing but in real...
Hi, for jacoZoom to work the izmjnicom.dll is loaded by jacoZoom using System.load or System.loadLibrary. In order to grant permission for this: You have to...
Aha! I'm quite embarassed. Seems as though case is important, the variant definition should be something like this. ... var[0] = new Variant("Title"); var[1]...
Got a little further, I now have ... import jcw.GoogleDesktopSearchAPILib.*; import com.inzoom.comjni.*; public class GDS { public static void main(String[]...
Hi, do you have a working example in C# or VB or other? Then I can check it against your jacoZoom efforts. Stefan ... (IGoogleDesktopSearchEventJCW.java:28) ...
Working! Just need to make sure you supply all the fields that the "Google.Desktop.IM" method expects... i.e. ... // add IM event properties Variant...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the jacoZoom group. File : /GDS.java ...
jacoZoom@yahoogroups....
Jun 14, 2005 2:26 pm
2535
This is a follow-up from some postings from Hang Le. We now have a log file which shows communication to our web server when we issue the URL from IE and when...
Hi, I followed the example jacoZoom ActiveX Control Sample : JWeb.java and it works ok, the problem is that it takes almost 30 seconds to load any of the...