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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 2142 - 2171 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2142
Hi all, I have a question concerning calling the runRoyaltyFree method: Am I allowed to call this method more times? Can it happen I get this exception when I...
lhonsa
Offline Send Email
Jan 6, 2005
10:40 am
2143
Hello, Does anybody of you know how can I monitor memory used by COM objects when using jacoZoom? I am using jacoZoom from a servlet. The servlet container...
lhonsa
Offline Send Email
Jan 6, 2005
10:47 am
2144
Hi, in order to make sure that you call it only once, do it like that: if(!com.inzoom.comjni.Dll.isLoaded()) com.inzoom.comjni.Dll.runRoyaltyFree(..); Stefan...
szschocke
Offline Send Email
Jan 6, 2005
10:51 am
2145
Hello, My problem: I have a servlet using jacoZoom to access Primavera P3. The servlet is running in Tomcat as a Window service and the process is consuming...
lhonsa
Offline Send Email
Jan 6, 2005
11:36 am
2146
Hi, as long as you don't explicitly release the COM objects you are using, you rely on the garbage collector to call the finalizer of the COM wrappers. Thus...
szschocke
Offline Send Email
Jan 6, 2005
12:48 pm
2147
How would we save documents as filtered HTML, not straight HTML, using jacoZoom and Word 2003? We currently use WdSaveFormat.wsFormatHTML, but we run into...
jmlineb
Offline Send Email
Jan 6, 2005
3:09 pm
2148
How do I construct the JCW class- what is appropriate constructor and what are the input params? I have an in process Com dll. What is the value of the comPtr?...
BAHAL Sanjay
sanjaws
Offline Send Email
Jan 6, 2005
4:23 pm
2149
Hello, Is it possible to access jacoZoom-generated wrappers from multiple Java threads? Let's say I have a thread which creates a session, another one using...
lhonsa
Offline Send Email
Jan 6, 2005
10:02 pm
2150
Hi, try the following: From Word, start recording a macro, then perform the operation manually, then stop the macro recorder and look at the generated VB-code....
szschocke
Offline Send Email
Jan 7, 2005
8:30 am
2151
Hi, pls have a look at the document Wrappers.html which is included with the jacoZoom-download. Only wrappers for coclass-types have a constructor. The...
szschocke
Offline Send Email
Jan 7, 2005
8:36 am
2152
Hi, generally this is possible. jacoZoom by default runs as freethreaded COM-client. Every thread which enters izmjnicom.dll, is initialized as MTA-thread. But...
szschocke
Offline Send Email
Jan 7, 2005
8:40 am
2153
Stefan, I have the coclass that has the listener/adapter and all that- that part is OK. This is a different class. By constructor I meant the gettter methods...
sanjaws
Offline Send Email
Jan 7, 2005
5:17 pm
2154
Hi, OK, I can do it. Until now I was using jacoZoom 2002-02-25 and there I did not have a problem with multiple threads. I was using one thread to initilize...
lhonsa
Offline Send Email
Jan 7, 2005
8:13 pm
2155
Hi, you don't need the _EnterpriseCtiEvents interface. All the methods, which are defined by it, are included with the ICtiClientAllInOne interface. Stefan ......
szschocke
Offline Send Email
Jan 10, 2005
8:10 am
2156
Hi, no jacoZoom doesn't maintain a thread-list. It just calls CoInitializeEx on a new thread and CoUninitialize before the thread dies. The older version was...
szschocke
Offline Send Email
Jan 10, 2005
8:11 am
2157
Hello, I have tried to execute the WMI example (http://groups.yahoo.com/group/jacoZoom/files/stefan/samples/) and I had the following error message: Hit...
o_rande
Offline Send Email
Jan 10, 2005
3:08 pm
2158
Hi, I have updated the sample, now it should work correctly. Stefan ... I...
szschocke
Offline Send Email
Jan 10, 2005
3:28 pm
2159
Hello Stefan, Thanks, it is working now. I would like to know if someone has another example that we can obtain the instances from a WMI class. Thank you in...
o_rande
Offline Send Email
Jan 11, 2005
8:26 am
2160
Hi, I don't know WMI, but if you have a VB or C++ sample or an MSDN topic which shows what you are intending to do, I can help you port this to jacoZoom. ...
szschocke
Offline Send Email
Jan 11, 2005
9:11 am
2161
Hello Stefan, Great! You will find some examples at: ...
o_rande
Offline Send Email
Jan 11, 2005
1:07 pm
2162
When i try to use any com.inzoom class the a message box with following message appears - jacoZoom unregistered Evaluation license expired. Please consider...
jitinsingla
Online Now Send Email
Jan 12, 2005
4:35 pm
2163
You must purchase a license and then register jacoZoom with the license keys. If you have installed the latest jacoZoom version 1.5, then you have a "Register...
szschocke
Offline Send Email
Jan 12, 2005
4:44 pm
2164
We (Emageon) have already purchased the license but and we use the previous version. I am using Python script to invoke jacozoom. I check if the Dll is loaded....
jitinsingla
Online Now Send Email
Jan 12, 2005
5:20 pm
2165
I figured out the solution. Please dont bother. Thanks, Jitin ... () ... you ... <jitinsingla@y...> ... jacoZoom....
jitinsingla
Online Now Send Email
Jan 12, 2005
6:05 pm
2166
Thanks, this suggestion got us further. We uncovered that the FileFormat parameter when a filtered HTML document is saved has the value wdFormatFilteredHTML....
jmlineb
Offline Send Email
Jan 12, 2005
9:15 pm
2167
Hi, seems you used an older Word-version for wrapper generation. If you use Word 11 from Office2003, then this enum is present. Anyway you can just use the...
szschocke
Offline Send Email
Jan 13, 2005
7:52 am
2168
Hello: I am sending email from my Java application via Outlook with sendEmail(namespace, mailTo, subject, text); The mail goes into Outlook's outbox and stays...
abogom
Offline Send Email
Jan 14, 2005
6:35 am
2169
Sorry: forgot to mention to this sendMail came from either one of your examples or online correspondence. static void sendEmail(_NameSpace namespace, String...
Alexander Bogomolny
abogom
Offline Send Email
Jan 14, 2005
6:44 am
2170
I am using jacoZoom to communicate with a MFC COM server. Sometimes the COM server severs the link before my Java application can remove the event listeners. ...
darrin_p_s
Offline Send Email
Jan 14, 2005
8:12 pm
2171
Hi, I have a VB script program (see a piece of this program below) and I would like to translate this VB script program to java/jacozoom program. I have...
o_rande
Offline Send Email
Jan 18, 2005
8:50 am
Messages 2142 - 2171 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