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 :...
jacoZoom@yahoogroups....
Jan 2, 2004 11:08 pm
1522
Hermann, I was able to create a simple swing app that exibits some of the painting problems that I am seeing. I uploaded the new zip file, PaintProblem.zip, ...
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 :...
jacoZoom@yahoogroups....
Jan 3, 2004 11:58 pm
1524
I uploaded another file PaintProblem2.zip that shows the paint problem the I am having when I am sizing my JActiveX canvas. This is the original problem that...
Thanks for the fix! The JActiveX seems to work better than ever and no longer exibits behaviors that show that it is really a heavyweight component. The...
Hello, after trying to compile generated source for an OPC-Automation, i'll get Errors: "DIOPCGroupEventHandlerImpl.java": jniSetSA(int,int,int) has private ...
Hi, yes please send me the tlb or post it in the file section of the mailing list. Or send me the declaration of the offending method by copying it from...
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 :...
jacoZoom@yahoogroups....
Jan 8, 2004 8:26 am
1531
Hi, I have made the method public, so it should compile now. Parameters of typ SAFEARRAY** are very rare in event handlers. In most cases they are packed as...
Hello, is it possible to open a acrobat FDF file with jacozoom. I keep getting an error message saying that the file does not start with %PDF (the extension...
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 :...
jacoZoom@yahoogroups....
Jan 8, 2004 4:58 pm
1536
Hi! I am trying to be notified in java that an event (next slide) occured in a powerpoint Slideshow? Is this possible? I found an example to catch an event in...
Hermann - Back in September (msg #1329), you posted: Dear Tracy, i have checked the docu generation script and com.inzoom.axjni.event package was missing. We...
Hi all, We're using JacoZoom to embed Microsoft Word in our Java application. It works well, for the most part, except for a random NullPointerException that...
Hello, ... receive ... my machine does't have AxWord.AxWordCtl, so it was unpossible to test your code. I assume this is a thrid party ActiveX control to...
Hello, I want user to be able to fill in Acrobat forms and save that data in my application with Acrobat Reader. To do this I have written a servlet that...
Thanks Hermann, We have some VB code that does our ActiveX reparenting - I'll look there instead to see if that's where the problem is. This makes sense - I...
Hi, did you try to open the FDF in Internet Explorer? If it works, try using the WebBrowser ActiveX Control and navigate it to the FDF- file, instead of...
I am working on a memory leak issue that shows up when running applets. Basically, each time we run our applet, a large amount of memory is consumed and not...
Hi, i have a running application with jacozoom and a acrobat reader 5.0 . Now i must port this application to acrobat reader 6.0. I generated the wrapper...
Hi, it seems to be an Acrobat Reader specific problem. Try a little test program with VB6 to see if the printAll works there. If not then it definitely is a...
Hi, we keep java global references allocated with NewGlobalRef to class object instances in order to speed up invokation of java method invokation. The problem...