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 2047 - 2077 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2047
Hi, please note that if you have released all excel-objects then Excel should go away even without calling System.gc(); I have found another object leak in you...
szschocke
Offline Send Email
Oct 4, 2004
3:09 pm
2048
Hi Stefan, Thanks. Sorry about that. I took the code out of my original code and added the workbooks.add a bit hastily. In my original code workbooks is...
ycomp1
Offline Send Email
Oct 4, 2004
4:55 pm
2049
Hi, it is not the workbooks but the workbook which is returned by workbooks.add which has to be taken care of. If you have another test case which demonstrates...
szschocke
Offline Send Email
Oct 5, 2004
8:33 am
2050
Hi, I am getting the following exception occasionally. Any idea what causes the problem? com.inzoom.comjni.ComJniException: code=0x800403ea Type= ...
Binu Jacob
binujakob
Offline Send Email
Oct 5, 2004
9:29 am
2051
Hi, we have a problem with using JacoZoom on a two processor machine. The code executes without a problem on single processor machines and we also have the...
d92jp
Offline Send Email
Oct 5, 2004
1:58 pm
2052
I don't think that this has to do with the processor architecture. I rather assume that your wrappers are out of synch with the vtable interface of the COM...
szschocke
Offline Send Email
Oct 5, 2004
2:42 pm
2053
Hi Stefan, my workbook is also getting released. If something like that was the problem then EXCEL.EXE should stay resident all the time. With it being...
ycomp1
Offline Send Email
Oct 5, 2004
3:14 pm
2054
Stefan, I am using the same version of the COM objects and the wrappers on all the machines and I have also tried regeneratng the wrappers with the -d+ option...
d92jp
Offline Send Email
Oct 6, 2004
9:04 am
2055
Hi, the -d+ option only makes a difference if your COM interface is declared in IDL as [.. dual, ] // dual set in attributes interface IMyInterface :...
szschocke
Offline Send Email
Oct 6, 2004
9:48 am
2056
Stefan, unfortunately we do not have the source for the COM objects as they are supplied by a third party vendor. But if I understand your answer below...
d92jp
Offline Send Email
Oct 6, 2004
1:08 pm
2057
hello, My connections always fail to connect, just after 15 seconds (on a slow network drive) I tried to set the timeout, like that in the connection URL: ...
Stan Pinte
confituredab...
Offline Send Email
Oct 7, 2004
9:59 am
2058
I've checked the message archive, and from what others have posted, it would appear that jacozoom should pretty much support jdk1.5 right now. Is this...
erinol0
Offline Send Email
Oct 7, 2004
5:38 pm
2059
After some testing, I found it is not completely working. It works fine when the DCOM setting for the automation server is interactive user or this user. But...
lingfeng1203
Offline Send Email
Oct 7, 2004
5:44 pm
2060
Hi, how do you deploy the COM component? Is it a setup program or do you just copy the DLL? If you copy the DLL, then do you call RegSvr32.exe for it?...
szschocke
Offline Send Email
Oct 7, 2004
5:46 pm
2061
Additional information: Before calling the CoInitializeSecurity, I do use WMI to check the user name and password. Since WMI also establishes the communication...
lingfeng1203
Offline Send Email
Oct 7, 2004
5:47 pm
2062
We will deliver within the next couple of weeks Stefan ... posted, ... 1.5...
szschocke
Offline Send Email
Oct 7, 2004
5:49 pm
2063
I am trying to see whether I can set something in the ComLib.coInitializeSecurity(..)'s first parameter to make it work. The first argument of this call is a...
lingfeng1203
Offline Send Email
Oct 7, 2004
8:53 pm
2064
Hi, I have added a connection property "IzmConnectionTimeout" which you can use with the jdbc-URL in order to set the connection-timeout. You can download that...
szschocke
Offline Send Email
Oct 8, 2004
7:25 am
2065
Hi, we have registered the correct version of the COM-objects using RegSvr32. From Oleview.exe I see that all interfaces extend IUnknown and no [dual] keywords...
d92jp
Offline Send Email
Oct 8, 2004
8:40 am
2066
I'm having trouble using this class. When I call it as documented I get a NOINTERFACE error. If I modify it to pass in the IUnknown from the JActiveX control,...
kc7bfi
Offline Send Email
Oct 12, 2004
3:43 pm
2067
Hello David , you cannot use IUnknown from ActiveX, because this pointer marshalled for another thread( typically java VM MTA thread). ...
Hermann Scheibe
h_scheibe
Offline Send Email
Oct 13, 2004
8:01 am
2068
I have an ActiveX control that plays live video in a window. I can add the control (as a JActiveX control) to my JFrame and start the video. However, the video...
kc7bfi
Offline Send Email
Oct 13, 2004
7:57 pm
2069
Hello David, ... Are you sure that playing starts after window become native resource? I mean, do you call start playing method after addNotify() of JFrame is...
Hermann Scheibe
h_scheibe
Offline Send Email
Oct 14, 2004
8:30 am
2070
I have a JFrame already displayed. Based on a user clicking on a button, I create the activex control and add it to an existing JPanel. One work around I found...
kc7bfi
Offline Send Email
Oct 14, 2004
12:21 pm
2071
Hey everyone I’m just starting to familiarize myself with jacoZoom and had a quick question that maybe someone can help me with. Basically all I am trying...
Chris
ccarrier123
Offline Send Email
Oct 14, 2004
2:44 pm
2072
I am trying to use an ActiveX control vi the JActiveX that itself uses another ActiveX control that is licensed. When the control is used in a .NET application...
kc7bfi
Offline Send Email
Oct 15, 2004
12:51 am
2073
Hello, i have problems using autofilter in excel. Code extract: String rowRange = "A3:C3"; Range range = getWorksheet().getRows().getRange(new Variant ...
curmas2003
Offline Send Email
Oct 15, 2004
6:18 am
2074
Hi, did you already check the Excel sample which comes with jacozoom.zip? The Workbooks object has an open method to open a file. It returns a Workbook-object....
szschocke
Offline Send Email
Oct 15, 2004
12:55 pm
2075
Hi, searching in MSDN for your exception indicates that this has to do with language settings. Try to change your wrapper to call ...
szschocke
Offline Send Email
Oct 15, 2004
1:27 pm
2077
Hello David, ... I do a ... I'm not sure but it sounds like a time prb: The ActiveX creation is started on AwtEvent-Thread and some native resources needed for...
Hermann Scheibe
h_scheibe
Offline Send Email
Oct 18, 2004
9:38 am
Messages 2047 - 2077 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