Perhaps the problem is that my JInternalFrame in inside a JDesktopPane that is inside a JScrollPane. Is it possible the the JActiveX container is not looking...
Hi Stefan, we have same problems using 'Find'. Note: The generated wrappers are not out of synch with the underlying COM Server. The problem is not depending...
Hi Stefan, Microsoft has confirmed that this is a bug in the Microsoft products. See following articles in Microsoft Knowledge Base: 292744 - BUG: Automation...
Hi, you can create the wrappers with the -d+ option. Then all the calls will go through the dispatch interface, which should solve your problem. You can...
Hello, we are testing the latest build (14.05.2004) of jacozoom with sun jdk1.5.0beta2. Everything seems to works fine except drawing of activeX inside a...
Hi, I encounter the following error with jacozoom 14.05.2004: the Java code in the Device.java is: public void finalize() { if (element != null) { try { ...
Hello David, ... May be. ... I will change my sample to mirror your issue ( JInternalFrame in JScrollPane) and post a feedback. ... Regards, Hermann...
Hello, ... (ComLib.java:102) ... at com.inzoom.axjni.AxWrap.init(AxWrap.java:164) izmComJniAx.dll will be loaded. I think a dependencies module was not found....
Hello David, ... I are right. The internal jacoZoom implementation does analyze location offset only up to the first JRootPane. Today's latest version (see...
Hello, No it isn't atl71.dll as I just tried it. But found the problem :-) I forgot the "regsvr32 C:\Program Files\Java\jdk1.5.0\jre\bin\IzmJniComAx.dll" after...
Hi Stefan, thanks for your help. Using dispatch-wrappers for the Find-object works fine! But we would like to handle our problem using late bindung in our ...
Hi, the Find.Execute method has more parameters, than you pass in the Variant-array. Try filling in Variants for all possible parameters. You can use...
I recently downloaded Jacozoom to see if it will meet our needs, but after looking over the download, I haven't been able to find the documentation that tells...
Hi Stefan, i also tried to set all parameter for find.execute (see example), but a ComJniException has been thrown. It seems that setting parameter "Replace"...
Hi, previously you mentioned, that when generating dispatch-wrappers with the -d+ option, the find/replace works. With the -d+ option, the generated code...
Hi, just use the DLL-path of the COM-DLL as argument to the CreateJCW- command line instead of the OLB or EXE-files in the Word/Excel sampl, this will create...
Thank you for the fast reply, but I'm still having problems. Here is what I tried: I edited your createjcw.bat file to point to the correct location for java...
Hi, if you call CreateJCW without arguments it spits out the command line options. Try changing the call to C:\JavaToCOM\JacoZoom\jacozoom>createjcwtest.bat -f...
That did it! And it actualy worked...first one of several tools that I have tried that actually worked! Thanks. ... Here ... explains ... corresponding ... ...
Hi Stefan, that's right. Using dispatch-wrappers for the Find-object works fine! But if possible we would like to handle our problem using invoke- methods of...
Hi, what I meant is: Take the code from the dispatch wrappers, which does use late binding, and copy it into your implementation. If you have a look at the...
Hello, In my quest to test jdk1.5.0 beta2 and jacozoom, when compiling my generated wrappers, I got a compiler error: com....MyClassName as of release 1.5,...
Hi Stefan, using parameters in reverse order works ! Thanks a lot. Regards Matthias ... [] ... []{ ... already ... wrappers ... and ... noParam ... disappear, ...
Hi, I am integrating ActiveX controls into a UI framework, written in Java Swing, using JActiveX component. Some of the ActiveX controls are single threaded. I...
Hello Ajay, ... in ... controls ... solution ... can you please provide a example what demonstrate your issue, prb. A another hint. Jacozoom already create a...
Hi, Does JacoZoom provide a moniker for Java classes that: - Generate COM IDL from a java class - Register a java class with a progid/classid in the registry -...
Hi, I have uploaded ThreadProblemDemo.zip file to demonstrate the problem I mentioned. I have modified the JCal.java file from JacoZoom samples. You can...
I am trying to set a custom cursor on a JActiveX frame. When I mouse over the ActiveX control, the cursor only changes on the first line of pixels (y == 0). I...
Hello Ajay, I can reproduce your prb with single threaded VB Controls. Jacozoom ActiveX control host is based on MS ATL ActiveX control container. I was...
Hallo David, the current Jacozoom version does't support custom cursors for Swing framework. This behavior may be changed in future versions. Regards, Hermann ...