Search the web
Sign In
New User? Sign Up
jacoZoom
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1803 - 1833 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1803
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...
David R Robison
kc7bfi
Offline Send Email
Jun 1, 2004
5:47 pm
1804
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...
curmas2003
Offline Send Email
Jun 2, 2004
1:31 pm
1805
Hi Stefan, Microsoft has confirmed that this is a bug in the Microsoft products. See following articles in Microsoft Knowledge Base: 292744 - BUG: Automation...
curmas2003
Offline Send Email
Jun 3, 2004
4:57 am
1806
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...
szschocke
Offline Send Email
Jun 3, 2004
8:10 am
1807
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...
paul_10352000
Offline Send Email
Jun 4, 2004
7:27 am
1808
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 { ...
paul_10352000
Offline Send Email
Jun 4, 2004
7:34 am
1809
Hello David, ... May be. ... I will change my sample to mirror your issue ( JInternalFrame in JScrollPane) and post a feedback. ... Regards, Hermann...
Hermann Scheibe
h_scheibe
Offline Send Email
Jun 4, 2004
9:33 am
1810
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....
Hermann Scheibe
h_scheibe
Offline Send Email
Jun 4, 2004
10:05 am
1811
Hello David, ... I are right. The internal jacoZoom implementation does analyze location offset only up to the first JRootPane. Today's latest version (see...
Hermann Scheibe
h_scheibe
Offline Send Email
Jun 4, 2004
3:08 pm
1812
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...
paul_10352000
Offline Send Email
Jun 7, 2004
7:16 am
1813
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 ...
curmas2003
Offline Send Email
Jun 7, 2004
12:41 pm
1814
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...
szschocke
Offline Send Email
Jun 7, 2004
1:43 pm
1815
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...
darrin_p_s
Offline Send Email
Jun 7, 2004
2:55 pm
1816
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"...
curmas2003
Offline Send Email
Jun 7, 2004
3:08 pm
1817
Hi, previously you mentioned, that when generating dispatch-wrappers with the -d+ option, the find/replace works. With the -d+ option, the generated code...
szschocke
Offline Send Email
Jun 7, 2004
3:46 pm
1818
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...
szschocke
Offline Send Email
Jun 7, 2004
3:55 pm
1819
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...
darrin_p_s
Offline Send Email
Jun 7, 2004
5:06 pm
1820
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...
szschocke
Offline Send Email
Jun 7, 2004
5:17 pm
1822
That did it! And it actualy worked...first one of several tools that I have tried that actually worked! Thanks. ... Here ... explains ... corresponding ... ...
darrin_p_s
Offline Send Email
Jun 7, 2004
9:02 pm
1823
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...
curmas2003
Offline Send Email
Jun 8, 2004
9:14 am
1824
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...
szschocke
Offline Send Email
Jun 8, 2004
10:34 am
1825
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,...
paul_10352000
Offline Send Email
Jun 8, 2004
1:16 pm
1826
Hi Stefan, using parameters in reverse order works ! Thanks a lot. Regards Matthias ... [] ... []{ ... already ... wrappers ... and ... noParam ... disappear, ...
curmas2003
Offline Send Email
Jun 8, 2004
2:13 pm
1827
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...
ajay_parab
Offline Send Email
Jun 9, 2004
1:06 pm
1828
Hello Ajay, ... in ... controls ... solution ... can you please provide a example what demonstrate your issue, prb. A another hint. Jacozoom already create a...
Hermann Scheibe
h_scheibe
Offline Send Email
Jun 15, 2004
8:53 am
1829
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 -...
paul_10352000
Offline Send Email
Jun 15, 2004
4:43 pm
1830
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...
ajay_parab
Offline Send Email
Jun 15, 2004
5:17 pm
1831
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...
kc7bfi
Offline Send Email
Jun 17, 2004
8:44 pm
1832
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...
Hermann Scheibe
h_scheibe
Offline Send Email
Jun 18, 2004
8:50 am
1833
Hallo David, the current Jacozoom version does't support custom cursors for Swing framework. This behavior may be changed in future versions. Regards, Hermann ...
Hermann Scheibe
h_scheibe
Offline Send Email
Jun 18, 2004
9:51 am
Messages 1803 - 1833 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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