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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 1969 - 1998 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1969
Hi, I have added coInitializeSecurity to ComLib and have also enhanced the sample http://groups.yahoo.com/group/jacoZoom/files/stefan/samples/CCExTest. java to...
szschocke
Offline Send Email
Sep 2, 2004
8:24 am
1970
Hi, I have enhanced the sample to create a wmf-file as well. You can download it at http://groups.yahoo.com/group/jacoZoom/files/stefan/samples/WordToEMF ...
szschocke
Offline Send Email
Sep 2, 2004
8:28 am
1971
Hi, the default path of the izmjniado.dll is hardcoded to be at c:\program files\infozoom. But if the dll is in the path where java vm looks for dlls, then ...
szschocke
Offline Send Email
Sep 2, 2004
8:32 am
1972
Hi, the exception 8001010a is documented as "The message filter indicated that the application is busy". The number range 80010.. indicates that it is...
szschocke
Offline Send Email
Sep 2, 2004
8:40 am
1973
Hi Stefan, If it is not related to unreleased objects, then what do you think it could be? It only happens when there is a lot of processing going on (because...
ycomp1
Offline Send Email
Sep 2, 2004
11:52 am
1974
Hi Stefan, I guess you are right. My app loops a lot (thousand times or so) and so I put a gc() call on each iteration and I still get this error message. So...
ycomp1
Offline Send Email
Sep 2, 2004
4:56 pm
1975
I downloaded the new zip file, and tried it. I got the following excepiton: com.inzoom.comjni.ComJniException: code=0x80010119 Type= ...
lingfeng1203
Offline Send Email
Sep 2, 2004
5:36 pm
1976
Hi, this HRESULT is documented as: "Security must be initialized before any interfaces are marshalled or unmarshalled. It cannot be changed once initialized." ...
szschocke
Offline Send Email
Sep 2, 2004
6:30 pm
1977
If this exception is reproducable then you must try to reduce your program step by step until it doesn't happen anymore. Thus you might be able to locate the...
szschocke
Offline Send Email
Sep 2, 2004
6:32 pm
1978
Stefan, I run excel visible. Is that a problem? Or is that what I should be doing? thanks for the tips. ... might ... error ... fix ... the ... gotten ... ...
ycomp1
Offline Send Email
Sep 2, 2004
7:00 pm
1979
Hi, for example when excel is in preview it refuses COM process calls. Possibly when Excel is working on the display it is busy and cant respond to COM calls. ...
szschocke
Offline Send Email
Sep 2, 2004
8:27 pm
1980
Hi Stefan, I think I need to implement an IMessageFilter. Is there any way to do this with jacozoom? Explanation of "the message filter indicated the app is...
ycomp1
Offline Send Email
Sep 7, 2004
5:20 pm
1981
Hi, not directly. You can use JNI to do the native side of the interface, which then should forward the call to the java side. You could have a look at the...
szschocke
Offline Send Email
Sep 7, 2004
6:26 pm
1982
Ok, I moved the code a bit. And it is working now. But I do have another problem. CoInitializeSecurity is called once per process. So if the user types in the...
lingfeng1203
Offline Send Email
Sep 7, 2004
6:33 pm
1983
Hi, you can try to explicitly call ComLib.coInitializeEx(0); in the beginning and ComLib.coUnitialize(); at the end You call: CoInitializeEx ...
szschocke
Offline Send Email
Sep 7, 2004
6:46 pm
1984
Stefan, thanks. Yes, all my code is from the same single thread. (there is no multi- threading in my app). I think the article on MSDN is implying that Excel...
ycomp1
Offline Send Email
Sep 7, 2004
7:07 pm
1985
Hi, Stefan, I tried as you suggested. after I got the exception in CoInitializeSecurity, I called ComLib.coUnitialize(); and called ComLib.coInitializeEx(0);...
lingfeng1203
Offline Send Email
Sep 7, 2004
9:05 pm
1986
Hello: I began receiving a Java.exe - Application Error every time on exiting from my application. This happened after installing Windows XP Service Pack 2....
abogom
Offline Send Email
Sep 8, 2004
1:42 am
1987
Hi, I'm using the method "execute" in the Find class. It's working fine with Word 2000 (9.0.3821 SR-1). With Word 2000 (9.0.6926 SP-3) (newer version), it...
lucgorrens
Offline Send Email
Sep 9, 2004
4:00 pm
1988
I finally got it working. Before calling CoInitializeSecurity, I use a separate process to check the user name and password on the remote machine. If it is not...
lingfeng1203
Offline Send Email
Sep 9, 2004
4:05 pm
1989
Hi, this is a known word bug documented in Q292744 (search on MSDN). The work-around is to use late binding for the Find-object. In order to achieve this with...
szschocke
Offline Send Email
Sep 9, 2004
6:15 pm
1990
Hi, are you using the latest jadoZoom version? Stefan ... Windows ... after ... this ... and ... exactly ... is ... then...
szschocke
Offline Send Email
Sep 9, 2004
6:18 pm
1991
... Stefan, hello: Far as I can see, the version I use is from August 2002. Was there any newer? I could not find anything in the File section. Thank you, Alex...
abogom
Offline Send Email
Sep 9, 2004
11:41 pm
1992
Hi, I have uploaded the latest jadoZoom to http://groups.yahoo.com/group/jacoZoom/files/stefan/izmado20.zip. Chances are good, that your prb goes away with it....
szschocke
Offline Send Email
Sep 10, 2004
7:04 am
1993
... They did not, unfortunately ... Please try running your tests with the modifications I described earlier. Thank you, Alex...
Alexander Bogomolny
abogom
Offline Send Email
Sep 10, 2004
12:08 pm
1994
Oops, sorry. I picked the wrong jre. Everything works fine now. Many thanks, Alex...
Alexander Bogomolny
abogom
Offline Send Email
Sep 10, 2004
12:10 pm
1995
Hello, I have recently begun testing my application that wraps IE 6.0 using the JacoZoom release dated 05/14/04. It runs fine on Windows XP and 2000 systems,...
goblin1221
Offline Send Email
Sep 10, 2004
7:34 pm
1996
I am trying to use an ActiveX control simular to how it is been embedded in an HTML page. The code in the HTML is: <OBJECT...
kc7bfi
Offline Send Email
Sep 13, 2004
1:56 pm
1997
Hi, can you reproduce this with one of the samples included, for example the JWeb.java? Stefan ... using ... and ... the...
szschocke
Offline Send Email
Sep 13, 2004
3:29 pm
1998
Hi, if you generate java-wrappers for your control you should find a method setlPKPath(...) of the interface for the control. You can also use late binding: ...
szschocke
Offline Send Email
Sep 13, 2004
3:48 pm
Messages 1969 - 1998 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