Hi, Is it possible to control (navigate) PowerPoint presentation with jacoZoom? When I use next code: com.inzoom.axjni.JActiveX jCanvas = new com.inzoom.axjni....
... Ok. The ressources issue was because we were not releasing properly. But since we switched to releasing, we experience a crash in the Java VM (more...
Hi, Thanks Stefan, it's work fine, but I have some additional questions (I'm sorry but I newby in DCOM and ActiveX): 1. How to remove ScrollBar from right...
Hi, I am trying to restrict access to certain domains by using the IWebBrowser2 component from within a JFrame. Can anyone provide any example code as to how I...
Hi, I assume you use the Webbrowser to display a powerpoint presentation? You can try to use the IDispatdh obtained from the browser's getDocument method....
Hi, you have to listen to the beforeNavigate2 event, similar to the navigateComplete2 event handling in the JWeb sample. the method is declared as follows: ...
... Are you aware of any known issues with jacozoom and hyperthreading/SMP? Doing more tests and thinking of flaky hardware at first, we tried several non-HT...
We recently found a problem which occurs on HT machines during the creation or the reparenting of an ActiveX Control. We already have an experimental update....
Hi, I have also some problem with HT machine and reparenting of jactiveX objects. If you can send to me the beta update i can test it in my application. Thanks...
Hello Jens, ... The debug version started from debugger( in my case MSVC) will crash AWT if JDK version 1.4 is used. A release version may be found in my file...
Hi, i tried the new dll and it seems to work fine when i use only one ActiveX control, but in my application i have 4 ActiveX control and the main control...
Hi, Great Thanks, Stefan your decision was right and it's work. I can control slideshow. But I still can't remove ScrollBar from right position of window. How ...
Ok, so the crash still happens. Another problem occured today. I did a stress testing of out code and after about 4000 times initializing and showing a video,...
Can jacoZoom communicate with Java from from excel? I want to use RTD or some other add-in, to communicate with some java code. (and for it to be driven by...
Hi, To open file I using: com.inzoom.axjni.JActiveX jCanvas = new com.inzoom.axjni. JActiveX(fileName); this.add (jCanvas); and when I add jCanvas to my...
Hi, When I using code posted below after closing file PowerPnt.exe stays in memory. How to to release it from memory? ... com.inzoom.axjni.JActiveX jCanvas =...
To open MS Word document I'm using JActiveX. But I don't know how to navigate through document. Does anybody know it? com.inzoom.axjni.JActiveX jCanvas = null;...
What exactly do you mean with "navigate through the document"? BTW, you can use the Macro recorder of word to get an idea of the Automation calls to make. Just...
Hi, I means next: For example we open word document which contains 10 pages. What methods I must to use to navigate throught document. I means, what procedures...