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 3308 - 3337 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3308
Here are the log and java files: http://personal.ie.cuhk.edu.hk/~kfwong3/hs_err_pid2516.log http://personal.ie.cuhk.edu.hk/~kfwong3/JWebSTA2.java Thx~ Marek...
marekwong
Offline Send Email
May 1, 2006
10:31 am
3309
Hi, can you also post the html page where you successfully embed the control? Does it use javascript for the events? Stefan ... file. ... there's ... mode, ......
Stefan Zschocke
szschocke
Offline Send Email
May 3, 2006
6:53 am
3310
yes, it uses the javascript and the codes are here: http://personal.ie.cuhk.edu.hk/~kfwong3/code.txt but i hv modified the html with only the object and parma...
marekwong
Offline Send Email
May 3, 2006
9:40 am
3311
Couldnt download. Can you post the working html zipped (with and without the event), so I can compare with your java code? Stefan ... the ... <S.Zschocke@> ......
Stefan Zschocke
szschocke
Offline Send Email
May 3, 2006
9:51 am
3312
pls download it here: http://personal.ie.cuhk.edu.hk/~kfwong3/ipc.zip "\IP Camera_files\parentmain_files\main.htm" contains the active x calling codes and what...
marekwong
Offline Send Email
May 3, 2006
10:26 am
3313
Hi, in the html code you don't call connect either. I compared the params of the html with the setters of the java client and not all of them do match Stefan ...
Stefan Zschocke
szschocke
Offline Send Email
May 3, 2006
10:49 am
3314
That made me confused ... I'm interested to know wt kind of behaviour ie is doing when it acting as a container to handle activex compared with the one of...
marekwong
Offline Send Email
May 3, 2006
11:13 am
3315
Hello ... if jacoZoom does act as a ActiveX container its only insert object and call doVerb(UI_ACTIVATE). This as analog to ActiveX Control Test ...
Hermann Scheibe
h_scheibe
Offline Send Email
May 4, 2006
4:16 pm
3316
Hi, I am trying to find an example of how to set POST data in the navigate method. I have looked through the web examples provided but I think the problem I...
nudity_buffer
Offline Send Email
May 5, 2006
12:22 am
3317
Hello everybody, Recently i tried to take advantage of IzmJetCompactDB connection property My connection string is as follows ...
kostasbouz
Offline Send Email
May 6, 2006
8:02 am
3318
Herman, I posted a zipped Netbean project that I used to test Jacozoom. This project doesn't work for me. The file is called TestOle.zip Thanks. ... ...
dcicalo
Offline Send Email
May 7, 2006
5:28 pm
3319
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 : /TestOle.zip ...
jacoZoom@yahoogroups....
Send Email
May 7, 2006
5:36 pm
3320
Hi, I just tested IzmJetCompactDB and it worked without problems. The URL I used is: "jdbc:izmado:Provider=Microsoft.Jet.OLEDB.4.0;Data ...
Stefan Zschocke
szschocke
Offline Send Email
May 8, 2006
7:43 am
3321
Hi, I found a C++ sample which you can port to java with jacoZoom: http://support.microsoft.com/kb/815722/en-us In COM there are interfaces and coclasses. ...
Stefan Zschocke
szschocke
Offline Send Email
May 8, 2006
7:55 am
3322
... Hello David, ... What for a kind of problems do you have ? The com.inzoom.comjni.enums.HResult.CO_E_OBJNOTCONNECTED exception posted prior can be ignored...
Hermann Scheibe
h_scheibe
Offline Send Email
May 8, 2006
2:04 pm
3323
Hello Hermann, I tried the code you posted in the email. Here's what I get. init: deps-jar: Compiling 1 source file to C:\Documents and Settings\David N. ...
dcicalo
Offline Send Email
May 8, 2006
5:40 pm
3324
Ok Hermann, Good NEws! The create now works in my environment. however, the open document gives the results posted. --D ... (JOLEDocument.java:252)...
dcicalo
Offline Send Email
May 8, 2006
5:48 pm
3325
Dear Stefan, thank you very much. the connection string i use is exactly (copy from System.out.println) this one ...
kostasbouz
Offline Send Email
May 8, 2006
7:58 pm
3326
Hello! I'm trying to retrieve a byref SafeArray: byteArray = new byte[256]; responseSafeArray = new SafeArray(byteArray); short[] lengthArray = new short[] {...
pokkernta
Offline Send Email
May 8, 2006
8:23 pm
3327
The JacoZoom created a wrapper for this DLL I'm using that returns IDispatch as a value instead of type "Profile" in this case. How do I convert the value...
dcicalo
Offline Send Email
May 8, 2006
8:50 pm
3328
Hi, if there is a COM interface Profile, then there is a java wrapper interface Profile and implementing class ProfileJCW in the sub-package jcw. To obtain a...
Stefan Zschocke
szschocke
Offline Send Email
May 9, 2006
7:08 am
3329
Hi, I just tested a connection string with database password and dll path, just like yours and it worked fine. I will send you the source of the...
Stefan Zschocke
szschocke
Offline Send Email
May 9, 2006
7:09 am
3330
Can you please post the whole stack trace? And also if available the description of the COM method you are trying to call? Thx, Stefan ... ...
Stefan Zschocke
szschocke
Offline Send Email
May 9, 2006
7:11 am
3331
Thx for your reply Stefan! Here you go: com.inzoom.comjni.ComJniException: Can't copy Variant. no memory allocated for byref content in jniVCopy code=6011...
pokkernta
Offline Send Email
May 9, 2006
7:21 am
3332
Can you mail me the wrapper code, too of ICombridgeJCW. I need to know where in the wrapper is line 25. You don't have anything about the COM method you are...
Stefan Zschocke
szschocke
Offline Send Email
May 9, 2006
7:29 am
3333
Hi, what happens when you change the 2nd arg in the Variant ctor to false? responseVariant = new Variant(responseSafeArray, false); Stefan...
Stefan Zschocke
szschocke
Offline Send Email
May 9, 2006
8:09 am
3334
....then it looks like it's working.. :o) Thx! I thougth I tried that yesterday, but obviously not. Thx for your time Stefan. Now I have to figure out how to...
pokkernta
Offline Send Email
May 9, 2006
8:35 am
3335
The Combridge class has a method add_ICombridgeEventsListener Stefan ... (_ICombridgeEvents)...
Stefan Zschocke
szschocke
Offline Send Email
May 9, 2006
8:42 am
3336
Or maybe not.. iPOS_recv takes a VARIANT pointer.. and with new Variant (responseSafeArray, false) I think the response is never copied to the response...
pokkernta
Offline Send Email
May 9, 2006
12:29 pm
3337
Hi, not the Safearray is passed byref but the Variant. Generally it should be like that: You pass a pointer to a variant, and at this address the Variant is ...
Stefan Zschocke
szschocke
Offline Send Email
May 9, 2006
2:42 pm
Messages 3308 - 3337 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