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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? 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 4497 - 4526 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4497
Hello, We recently purchased jacoZoom and are using it to control MS Word 2007 from and Applet using a subclass of JOLEDocument. We are finding that it often...
mbamberg@...
mbamberg...
Offline Send Email
May 14, 2009
4:46 pm
4498
Hello, Can you please tell us how can we get the handle to running object table? and iterrate over it? Thanks, Amruta Cricket on your mind? Visit the ultimate...
amruta damle
amruta010285
Online Now Send Email
May 18, 2009
2:05 pm
4499
Hello Amruta, please check RotDoc.zip in my file folder. Regards, Hermann...
Hermann Scheibe
h_scheibe
Offline Send Email
May 18, 2009
3:58 pm
4500
Hello Mark, thanks for test case uploading. As far as i can see the initialization is ok, but no kind of cleanup was found. The first thing about i was wonder...
Hermann Scheibe
h_scheibe
Offline Send Email
May 18, 2009
5:37 pm
4501
Hello Jagadeesh, the jadoZoom or jacoZoom will access database engine across COM and to get it runned on 64bit machine you need a 64bit OLEDB driver. Did your...
Hermann Scheibe
h_scheibe
Offline Send Email
May 18, 2009
5:43 pm
4502
Hello Claudia, your problem may be kind of security settings. Started as Automation application Word may disable some dialog boxes needed to activate macros...
Hermann Scheibe
h_scheibe
Offline Send Email
May 18, 2009
5:52 pm
4503
Hi Hermann, Thanks for reply.. We are not using jadozoom right now. We are planning to use it if it meets our requirements. We are trying to connect from a 64...
Jagadeesh Kumar Mache...
jaggu_181
Offline Send Email
May 18, 2009
5:57 pm
4504
Hi, JDK 1.6 Support There was a previous post from Herman which said "Yes, product is supported for 1.6 Upgrade 6 and above. The release version of JDK 1.6 has...
kathrynsteel
Offline Send Email
May 19, 2009
11:41 pm
4505
Hello Hermann Resolved, it was some kind of timing problem -> setVisible(true) needed to be set earlier. Regards Claudia ________________________________ Von:...
Claudia Denz
claudia.denz@...
Send Email
May 20, 2009
7:49 am
4506
Hello jagadeesh, also the jadozoom 64bit port may be a lot easy as the jacoZoom, but jacoZoom is dispatched to release first. Assume you have 64bit dll and can...
Hermann Scheibe
h_scheibe
Offline Send Email
May 20, 2009
7:13 pm
4507
Hi Hermann, I will verify this and let you know.. Thanks for your reply. Regards, Jagadeesh ... -- Cheers, Jagadeesh Kumar. ... "The trouble with doing...
Jagadeesh Kumar Mache...
jaggu_181
Offline Send Email
May 20, 2009
7:17 pm
4508
Hello Kathryn, the issue is only on jdk's between 1.6.0 and 1.6.0u5. AFAIK jdk's 1.5.x will run fine. Problem was with heavywight components(JActiveX and...
Hermann Scheibe
h_scheibe
Offline Send Email
May 20, 2009
7:24 pm
4509
Hi, We have to call a .NET dll from within java. The .NET dll is exposed as a COM object (we have no source code of the dll). I have registered the dll as a...
erwin.vervondel
Offline Send Email
May 26, 2009
11:37 am
4510
First Hello to everyone and thanks for jacoZoom and supporting it :) I am trying to port the JWeb sample to an Eclipse PlugIn. Unfortunately I end up in an...
steffenspaethe
Offline Send Email
May 29, 2009
4:16 pm
4511
Hi, try to port the JWebSTA sample. There a separate dedicated apartment thread is used to host the ActiveX control Stefan...
Stefan Zschocke
szschocke
Offline Send Email
May 30, 2009
10:47 am
4512
Hi, if it is possible post the DLL to the files section. We can then try it out. Stefan...
Stefan Zschocke
szschocke
Offline Send Email
May 30, 2009
10:48 am
4513
It turned out that the .NET dll wasn't exposed properly as a COM object. I've create a .NET dll wrapper with a proper COM interface descriptor and called the...
erwin.vervondel
Offline Send Email
May 30, 2009
4:03 pm
4514
Hi, Thanks for the help :) I have one more doubt, Do we have anything in jacozoom which help me to use window APIs from java? Like finding a perticular window,...
amruta damle
amruta010285
Online Now Send Email
Jun 2, 2009
5:28 am
4515
I have a piece of code where I print out the current document opened in Word. Previously, I always printed the complete document but now I need to be able to...
torben_fruechtenicht
torben_fruec...
Offline Send Email
Jun 8, 2009
4:23 pm
4516
As the 4th argument you are passing null. Try passing new Variant[]{com.inzoom.comjni.Variant.createNoParam()} instead. HTH, Stefan...
Stefan Zschocke
szschocke
Offline Send Email
Jun 9, 2009
11:42 am
4517
When I call Mpeg2Player.getMpeg2PlayerFromUnknown(activex.getUnknown()); I get the following error: any thoughts? David com.inzoom.comjni.ComJniException:...
kc7bfi
Offline Send Email
Jun 9, 2009
3:51 pm
4518
Jacozoom is not able to generate proper Java wrapper class and interface for Excel addin having two connection points. My addin class ExcelAddin has...
amresh_sharma
Offline Send Email
Jun 12, 2009
9:19 am
4519
I have an ActiveX control that works in a C++ program but when I try to create it using JacoZoom I get a DISP_E_BADVARTYPE error. The error occurs when I try...
kc7bfi
Offline Send Email
Jun 12, 2009
1:01 pm
4520
The problem seems to be that the control does not support querying the interface. I made the following changes and the code now works: //Mpeg2Player...
kc7bfi
Offline Send Email
Jun 12, 2009
1:49 pm
4521
Hi, in the file section of this group under http://tech.groups.yahoo.com/group/jacoZoom/files/stefan/jacoZoom.msi I have posted an experimental update which...
Stefan Zschocke
szschocke
Offline Send Email
Jun 17, 2009
10:31 am
4522
Stefan, thank you for the hint, it did the trick. Although afterwards I still got an error (DISP_E_TYPEMISMATCH) but that was because the to and from params...
torben_fruechtenicht
torben_fruec...
Offline Send Email
Jun 17, 2009
11:27 am
4523
Hi Stephan, Thanks for the experimental update. Now I am able to generate proper wrapper class and my new connection point is working properly. When this...
amresh_sharma
Offline Send Email
Jun 20, 2009
8:42 am
4524
Hi, Is there any separate license required to use this jar? I am getting following message while using this now. "Jacozoom license expires in 1 month and usage...
amruta damle
amruta010285
Online Now Send Email
Jun 22, 2009
11:44 am
4525
We are using jacoZoom version 1.5.1.8 along with izmcom.jar. As izmcom.jar is provided as a separate file and is not the part of jacoZoom msi (version...
amresh_sharma
Offline Send Email
Jun 22, 2009
12:13 pm
4526
I am using IMoniker::bindToObject( ) function. While execution of this function, a dialog showing a progress bar and with window label "Installing COM...
amresh_sharma
Offline Send Email
Jun 23, 2009
6:02 am
Messages 4497 - 4526 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