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 3092 - 3121 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3092
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....
y_chashkov
Offline Send Email
Feb 2, 2006
2:05 pm
3093
Hi you have to implement AxEventListener and wait for the init event before accessing the ActiveX Control. just like in th JWeb sample Stefan...
Stefan Zschocke
szschocke
Offline Send Email
Feb 2, 2006
2:16 pm
3094
... 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...
phako78
Offline Send Email
Feb 2, 2006
3:09 pm
3095
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...
y_chashkov
Offline Send Email
Feb 3, 2006
12:16 pm
3096
I sent you a mail about a wek ago, no response!...
mizzymead
Offline Send Email
Feb 3, 2006
1:09 pm
3097
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...
nudity_buffer
Offline Send Email
Feb 6, 2006
12:26 am
3098
Could you provide code snippets where you interact with the control? Stefan ... fighting with ... properly. ... Java ... in ... video...
Stefan Zschocke
szschocke
Offline Send Email
Feb 6, 2006
8:38 am
3099
Hi, could you please resend it to jacoZoom@...? Stefan...
Stefan Zschocke
szschocke
Offline Send Email
Feb 6, 2006
8:38 am
3100
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....
Stefan Zschocke
szschocke
Offline Send Email
Feb 6, 2006
8:53 am
3101
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: ...
Stefan Zschocke
szschocke
Offline Send Email
Feb 6, 2006
8:59 am
3102
... I'll try. Meanwhile, here is the crash log from the JVM....
Jens Georg
phako78
Offline Send Email
Feb 6, 2006
9:11 am
3103
... 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...
Jens Georg
phako78
Offline Send Email
Feb 6, 2006
3:46 pm
3104
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....
Stefan Zschocke
szschocke
Offline Send Email
Feb 6, 2006
4:25 pm
3105
... Yes. If you'd send a debug enabled version, we could provide you with details about crashes (if any will happen). Regards, Jens....
phako78
Offline Send Email
Feb 7, 2006
8:53 am
3106
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...
giampaolo77
Offline Send Email
Feb 7, 2006
9:14 am
3107
Hi, --giampaolo77 ... Test version may be found in NG file section under hermann/IzmJniComAx.zip Regards, Hermann...
Hermann Scheibe
h_scheibe
Offline Send Email
Feb 7, 2006
9:42 am
3108
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...
Hermann Scheibe
h_scheibe
Offline Send Email
Feb 7, 2006
9:50 am
3109
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...
giampaolo77
Offline Send Email
Feb 7, 2006
3:12 pm
3110
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 ...
y_chashkov
Offline Send Email
Feb 8, 2006
10:14 am
3111
Which approach did you take? The WebBrowser or th JOleDocument? Can you post your code? Stefan ... How ... (doc);...
Stefan Zschocke
szschocke
Offline Send Email
Feb 8, 2006
4:02 pm
3112
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,...
phako78
Offline Send Email
Feb 9, 2006
9:11 am
3113
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...
Cameron Gregory
blokecom
Offline Send Email
Feb 10, 2006
12:44 pm
3114
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...
y_chashkov
Offline Send Email
Feb 10, 2006
2:17 pm
3115
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 =...
y_chashkov
Offline Send Email
Feb 14, 2006
11:37 am
3116
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;...
y_chashkov
Offline Send Email
Feb 14, 2006
11:43 am
3117
Hi, you should release the COM objects when you are done: in init you release doc, as you don't need it any more: com.inzoom.comjni.IDispatch doc =...
Stefan Zschocke
szschocke
Offline Send Email
Feb 15, 2006
9:25 am
3118
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...
Stefan Zschocke
szschocke
Offline Send Email
Feb 15, 2006
9:33 am
3119
Are there any news on the HT issue? I'd like to take the option of the 1.5 debug dll, if you'd share one. Regards, Jens....
phako78
Offline Send Email
Feb 15, 2006
10:30 am
3120
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...
y_chashkov
Offline Send Email
Feb 15, 2006
11:59 am
3121
Hi, Can you ask me how to generate proxy files for Microsoft Visio 2003? What files I must to proceed?...
y_chashkov
Offline Send Email
Feb 15, 2006
12:03 pm
Messages 3092 - 3121 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