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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 4514 - 4545 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
4527
Hello Amresh Sharma, i think your problem with popup is not jacoZoom dependent. AFAIK you need to consult the manuals of the component you will bind to. Seems...
Hermann Scheibe
h_scheibe
Offline Send Email
Jun 24, 2009
1:27 pm
4528
No separate licence is required. To avoid the message box make sure that the izmjnicom.dll is loaded before any calls to izmcom.jar package. Regards, Hermann...
Hermann Scheibe
h_scheibe
Offline Send Email
Jun 24, 2009
1:40 pm
4529
I am trying to use.docm Word 2007 files containing macros with JOLEDocument. To reproduce: Create c:\test.docm and insert a Command Button along with the...
mbamberg@...
mbamberg...
Offline Send Email
Jul 16, 2009
3:18 am
4530
Our team found the solution: Change m_doc.open("c:\\test.docm", false, "Word.Document"); to m_doc.open("c:\\test.docm", false, "Word.DocumentMacroEnabled.12");...
cbarry_123
Offline Send Email
Jul 20, 2009
4:52 pm
4531
Hello jacoZoom-Team, in my program I get sometimes a JVM-Crash and I tried to strip it down as much as I can. The following programm causes the same JVM-Crash....
steffenspaethe
Offline Send Email
Jul 23, 2009
9:17 am
4532
Hi, thanks for this bug report. I have fixed it at uploaded an update on our web site as well as in the files section of this group. Please note however, that...
Stefan Zschocke
szschocke
Offline Send Email
Jul 24, 2009
9:28 am
4533
Hi Stefan, Thank you very much for your very fast response and bugfix. It works very well for me. You noted, that GUID passed by value in a Variant is not an ...
steffenspaethe
Offline Send Email
Jul 28, 2009
12:44 pm
4534
Hi, I am using COMAddInJCW.getCOMAddInFromUnknown(..) call to get COM.Office.COMAddIn commAddin reference. Certain time this call throws ComJni exception ...
fahad madani
fahad_madani
Offline Send Email
Jul 29, 2009
2:58 pm
4535
Hello Fahad Madani ... The E_NOINTERFACE exception throwed if the QueryInterface method of used COM object returns HRESULT=E_NOINTERFACE ( a const defined by...
Hermann Scheibe
h_scheibe
Offline Send Email
Aug 3, 2009
2:35 pm
4536
Hi! We have problem to use the jacozoom with ADX ActiveX control. Background: ADX ActiveX control components are developed by Envox for dialogic card. Dialogic...
ywang8989
Offline Send Email
Aug 6, 2009
3:24 pm
4537
This is our sample code. If you need those DLLs and libraries, we can email to you. Thanks! package test; public class CMain { static long INFOZOOM_LICENSE_KEY...
ywang8989
Offline Send Email
Aug 6, 2009
6:42 pm
4538
Hello ... You write all the time about ActiveX, but used is a COM component. All ActiveX controls are COM components , but not all COM components are ActiveX...
Hermann Scheibe
h_scheibe
Offline Send Email
Aug 7, 2009
11:16 am
4539
Hi! Thanks a lot for quick reply. I notice in our system, there is no izmjnicomax.dll but only izmjnicom.dll. So I get the latest version from web and put both...
ywang8989
Offline Send Email
Aug 7, 2009
2:33 pm
4540
Hello ... Plese get latest izmcomjni.jar too. Your stack trace show a old version - latest version doesn't call CoCreateInstance direct. ... Yes,please ... No,...
Hermann Scheibe
h_scheibe
Offline Send Email
Aug 10, 2009
6:50 am
4541
Hello, is there any way to log and trace methode calls to COM objects including creating, adding references and releasing references? I am getting access...
steffenspaethe
Offline Send Email
Aug 10, 2009
3:36 pm
4542
Hello Steffen, ... You can make you own wrapper classes derived from generated JCW's or modify generated JCWs and inject log- or trace statements. ... If your...
Hermann Scheibe
h_scheibe
Offline Send Email
Aug 12, 2009
8:49 am
4545
When I use jacoZoom to open a Word document that has an ActiveX form control, after terminating the Java application the WINWORD.exe process doesn't terminate,...
webblazers
Online Now Send Email
Aug 26, 2009
3:10 am
Messages 4514 - 4545 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