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 3665 - 3694 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3665
Hi I've got the free trail evaluation of jacozoom and I consider purchasing a developer license. But when I tested the free trail evaluation I've got the...
Israel Dahari
israeldahari
Offline Send Email
Dec 5, 2006
10:40 am
3666
Hi, this is an error code returned by your COM server. You should find out, which method of your COM Server returns this HRESULT and consult the documentation...
Stefan Zschocke
szschocke
Offline Send Email
Dec 5, 2006
11:00 am
3667
Hi, I'm trying to get a range of slides but if I try to use the VBA way - putting an array of ints as argument i get compilation error as the only argument...
karel_lahmy
Offline Send Email
Dec 6, 2006
5:50 pm
3668
Hi, you must put a SafeArray inside a Variant SafeArray sa = new SafeArray(values); Variant v = new Variant(sa,false); for the parameter of the SafeArray ctor...
Stefan Zschocke
szschocke
Offline Send Email
Dec 7, 2006
9:39 am
3669
It's working. Many thanks! ... way - ... the...
karel_lahmy
Offline Send Email
Dec 7, 2006
12:13 pm
3670
thanks But i still think it's jacozoom problem, since when my application stat, i don't get any Exception form the COM server. i got the Exception after 48...
israeldahari
Offline Send Email
Dec 10, 2006
3:44 pm
3671
is there a way to restart the jacoZoom bridge from any running application which using this bridge? ... find...
israeldahari
Offline Send Email
Dec 10, 2006
4:01 pm
3672
Hi, I have recently purchased a license and have just run into the following problem related to accessing a byte array from an event handler. The ActiveX...
bill_agudelo
Offline Send Email
Dec 11, 2006
7:02 pm
3673
Hi, can you please post the diagnostic output and the stack trace for your exception? Stefan ... bytes. ... wrong. ... not...
Stefan Zschocke
szschocke
Offline Send Email
Dec 11, 2006
7:15 pm
3674
Hi, Here is the stack trace: Exception: com.inzoom.comjni.ComJniException: code=com.inzoom.comjni.enums.HResult.E_INVALIDARG Type= ...
bill_agudelo
Offline Send Email
Dec 11, 2006
7:42 pm
3675
Hi, this is not the stack trace. Please post the complete diagnostic output - the result of your println statements - as well as e.printStackTrace. Also, note...
Stefan Zschocke
szschocke
Offline Send Email
Dec 11, 2006
8:31 pm
3676
Here are all diagnostic messages and stack trace information: data arriving! array size: 5000 vt: 8209 get data from SafeArray ERROR, getByteArray() Exception:...
bill_agudelo
Offline Send Email
Dec 11, 2006
9:10 pm
3677
Hello ... You get your type information from variant what does wrap the safe array - Variant.getVt(). What happens if you try to get element type from safe...
Hermann Scheibe
h_scheibe
Offline Send Email
Dec 12, 2006
1:37 pm
3678
Hi Hermann, When I try to access the safe array via the call SafeArray.getVt() I get a ComJniException. Here is the stack trace: ...
bill_agudelo
Offline Send Email
Dec 12, 2006
2:46 pm
3679
Hi, it is an old bug of Win API. If a Safearray is created using SafeArrayCreateVector, then afterwards a SafeArrayGetVarType call fails. It is ridiculous:...
Stefan Zschocke
szschocke
Offline Send Email
Dec 12, 2006
3:11 pm
3680
Hi all, the following code snippet doesn't work I have built a wrapper classes for excel 11(2003) public ExcelChart(String title, Worksheet ws, double...
drazil2010
Offline Send Email
Dec 13, 2006
10:22 am
3681
Hi, it could be a language pack problem. Try with the LCID 0x409 (1033), which is EN-US. The jacoZoom wrapper generator frontend has a input field for default ...
Stefan Zschocke
szschocke
Offline Send Email
Dec 13, 2006
10:55 am
3682
Please check out the jacoZoom.msi from the files section of this yahoo group (folder stefan). It contains a getByteArray(boolean ); overload. Try with...
Stefan Zschocke
szschocke
Offline Send Email
Dec 13, 2006
12:48 pm
3683
Hi Stefan, i tried to recompile with LCID=1033 , but the problem still remains. Guido...
drazil2010
Offline Send Email
Dec 13, 2006
1:10 pm
3684
Hi, can you make a small demo program which reproduces the problem, then I can test it? With the same functionality coded in VBA, and running.. Are you sure,...
Stefan Zschocke
szschocke
Offline Send Email
Dec 13, 2006
1:48 pm
3685
hi, i have checked the lcid paramter during debugging and it is 1033 the parameters for left,top,bottom and right are valid i think. send will you an zip file...
drazil2010
Offline Send Email
Dec 13, 2006
2:25 pm
3686
Hi Stefan, I went ahead and installed your new release. Also, I have made the change to call getByteArray(false). I ran the test again, and I got an...
bill_agudelo
Offline Send Email
Dec 13, 2006
3:00 pm
3687
Hi, the native method is located in izmjnicom.dll. Could it be that you have another copy of this dll, which is loaded with your program? Stefan ... bytes. ......
Stefan Zschocke
szschocke
Offline Send Email
Dec 13, 2006
3:14 pm
3688
Hi Stefan, I have double checked and as far as I can tell, I am using the new DLLs. One observation, I have noticed that the old DLL's and the new DLL's have...
bill_agudelo
Offline Send Email
Dec 13, 2006
3:55 pm
3689
Hi, the problem is that you called the PlotArea properties before adding series to chart. I guess your successfull VBA tests were run with a chart, that ...
Stefan Zschocke
szschocke
Offline Send Email
Dec 13, 2006
4:33 pm
3690
I just tested it again and the native method definitely is inside the dll. Please search again for an older izmjnicom.dll. The new dll has version 1.5.1.8....
Stefan Zschocke
szschocke
Offline Send Email
Dec 13, 2006
4:46 pm
3691
Hi Stefan, Problem solved. I was using an older version of the DLL which was in another path. Now everything appears to work as expected. I would like to...
bill_agudelo
Offline Send Email
Dec 13, 2006
7:17 pm
3692
Hi Stefan, many thanx. now it works ;-) guido...
drazil2010
Offline Send Email
Dec 14, 2006
2:36 pm
3693
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the jacoZoom group. File :...
jacoZoom@yahoogroups....
Send Email
Dec 22, 2006
12:51 pm
3694
Hello all, latest release does support using izmjnicomax.dll without registry access. This issue will be helpfull for Java Web start applications and , in...
Hermann Scheibe
h_scheibe
Offline Send Email
Dec 22, 2006
12:59 pm
Messages 3665 - 3694 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