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 2122 - 2151 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2122
I'm already a member but I have forgotten the yahoo ID I used to register with this group. Could you send me the ID (if you have it) otherwise I just created...
Stephane Blardone
stephane_ultra
Offline Send Email
Dec 1, 2004
6:37 pm
2123
... Hi, I think you can include de same switch in the proxy generator Thanks Ezequiel...
ezemasa
Offline Send Email
Dec 2, 2004
12:36 pm
2124
Hi, the problem is, that the jacoZoom runtime-package com.inzoom.comjni also contains enums, and these had to be renamed anyway for compatibility. And then the...
szschocke
Offline Send Email
Dec 2, 2004
4:37 pm
2125
Hi, you can use the com.inzoom.comjni.Dll.RegisterActiveXDll method to register an ActiveX DLL on the client computer. If you this method without argument,...
Stefan Zschocke
szschocke
Offline Send Email
Dec 8, 2004
10:34 am
2126
Hi, That sounds great but I still get an exception. Here is how I do it know. What am I doing wrong? static { try { com.inzoom.comjni.Dll.RegisterActiveXDll();...
veriba_anders
Offline Send Email
Dec 8, 2004
11:24 am
2127
Sorry Stefan, My bad, it works perfectly know. I'm very impressed with this tool. We are definitly going to use this in our server-client application. Add us...
veriba_anders
Offline Send Email
Dec 8, 2004
11:53 am
2128
Hi, you jacozoom profis, tried to get a simple program working to embed Excel in a Swing application : ... ... com.inzoom.axjni.JOLEDocument ole_doc = new...
stefan_kalis
Offline Send Email
Dec 9, 2004
9:20 am
2129
Hi, you must register the izmjnicomax.dll using Regsvr32.dll Stefan ... - ... - ... because ... bean...
szschocke
Offline Send Email
Dec 9, 2004
9:51 am
2130
Hi, thank you, this error is gone, but now i'm always getting another error and i did'nt find any ... void openTest() { System.out.println("openTest()"); ...
stefan_kalis
Offline Send Email
Dec 9, 2004
10:55 am
2131
Hi, Stefan ... <CODE snipped> <EXCEPTION snipped> ... 0x80049401(hex) is published in jnicomaxjni.dll on Custom_Errors_IOleDoc as E_INVALIDPROGID . The first...
Hermann Scheibe
h_scheibe
Offline Send Email
Dec 9, 2004
11:30 am
2132
Sorry Stefan bad dll name at first posting, the correct line is 0x80049401(hex) is published in izmjnicomax.dll...
Hermann Scheibe
h_scheibe
Offline Send Email
Dec 9, 2004
11:36 am
2133
I am trying to install JacoZoom in a directory other than the default c:\program files\infozoom. I am able to install the files and register successfully. I...
tjbrownnh
Offline Send Email
Dec 9, 2004
8:48 pm
2134
Oops! Sorry, I found the problem. I did not include the file name in the call to runRoyaltyFree(), just the path. Thanks, Tracy Brown ... default ... ...
tjbrownnh
Offline Send Email
Dec 9, 2004
9:13 pm
2135
We have a scenario where a Java application using jacoZoom communicates to an MFC application which acts as the server. When the user is finished with the MFC...
darrin_p_s
Offline Send Email
Dec 10, 2004
3:21 pm
2136
I've asked questions on another Java board about this and the thought is that it might be JNI related. They recomended using Xcheck:jni added to the command...
darrin_p_s
Offline Send Email
Dec 13, 2004
10:25 pm
2137
Well I think I found the solution. I simply set the reference to the MFC application from within side the Java application to null when I am done releasing the...
darrin_p_s
Offline Send Email
Dec 15, 2004
6:03 pm
2138
On occasion, we see a dialog box pop up saying: "Server Busy. The action cannot be completed because the other program is busy." Sometimes hitting the Retry...
darrin_p_s
Offline Send Email
Dec 17, 2004
9:15 pm
2139
... Yes. This message does appear as well without jacozoom using if a COM-Server client does't returns from event handle code. STA-Server instancies typically...
Hermann Scheibe
h_scheibe
Offline Send Email
Dec 20, 2004
2:48 pm
2140
Hi all, We are using jacoZoom and JaxtiveX in a large Java Application based on the NetBeans Framework. When adding a JActiveX to the main application's window...
paul_10352000
Offline Send Email
Dec 21, 2004
10:20 am
2141
Hi, ... Right, but JPanel is't a native window, so resize or move for a paint() call may be eliminated by Swing double buffering. ... AFAIK No. ... A repaint...
Hermann Scheibe
h_scheibe
Offline Send Email
Dec 21, 2004
4:47 pm
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
Online Now 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
Messages 2122 - 2151 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