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 3460 - 3489 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3460
Hi, Stefan What does this error means? At my first computer - program works fine, but at second - I have exception when I tries to open any MS Office ...
y_chashkov
Offline Send Email
Jul 5, 2006
8:04 am
3461
Hi, you must register izmjnicomax.dll Stefan ... fine, ... Office ... (ComLib.java:102) ... (AxCreator.java:18) ... (WinSurfaceWrap....
Stefan Zschocke
szschocke
Offline Send Email
Jul 5, 2006
3:10 pm
3462
Hello, I've been doing some research recently on alternatives to the standard JDBC-ODBC Bridge used in ColdFusion MX to access MS Access databases. I started...
jraybouldhms
Offline Send Email
Jul 8, 2006
7:23 pm
3463
Hi, jadoZoom uses ADO and OLE/DB. If you specify a simple ODBC-DSN in the connection URL then the OleDB Provider for ODBC is used. This one does not go...
Stefan Zschocke
szschocke
Offline Send Email
Jul 9, 2006
8:15 am
3464
Hi , I created wrappers using jacozoom 1.5 for a dll called cticlient32.dll. I'm able to call the connect to the .exe object , which is a locally available...
Sethu Karthy M
sethu_manic
Online Now Send Email
Jul 10, 2006
12:23 am
3465
Hello, I have generated a Java wrapper class for a COM object built with VC++ 5. I must use version 5 because I am trying to bridge with a large legacy...
superfuzzyjack
Offline Send Email
Jul 10, 2006
3:53 pm
3466
Ok it appears that an explicit call to CoInitialize fixes my problem....
superfuzzyjack
Offline Send Email
Jul 10, 2006
8:11 pm
3467
Hi, I am using a jacoZoom wrapper for an OCX library used to interface with a scanner. Some (not all, and not all the times) of the events generated by the ...
lupin_007
Offline Send Email
Jul 11, 2006
10:45 am
3468
Hi, It could be a threading problem. try to communicate with the OCX in its STA thread. See the JWebSTA sample, it shows how to achieve this. Stefan...
Stefan Zschocke
szschocke
Offline Send Email
Jul 11, 2006
11:09 am
3469
I would like to add another aspect of this problem: sometimes when the previous issue happens, I receive the wrong event (they are mixed up) ( the scanner has...
lupin_007
Offline Send Email
Jul 11, 2006
11:49 am
3470
Thanks Stefan, I looked at the JWebSTA sample. Unfortunately I have to instantiate my main ocx object in a different way, so I cannot use the function calls...
lupin_007
Offline Send Email
Jul 11, 2006
2:09 pm
3471
Hi, you must do it like in the JWebSTA sample: You must listen to AxEvent.init event before using the control. Stefan ... different ... (dpocx); ... false); ...
Stefan Zschocke
szschocke
Offline Send Email
Jul 11, 2006
3:17 pm
3472
I appologize because I wasn't clear enough in the previous reply. I was saying that I cannot use the JWebSTA approach because it uses some (J)ActiveX methods. ...
lupin_007
Offline Send Email
Jul 12, 2006
7:58 am
3473
In most cases an OCX is an ActiveX Control, which means it needs an ActiveX Control Container in order to work correctly. In VB this is the case when you drop...
Stefan Zschocke
szschocke
Offline Send Email
Jul 12, 2006
8:23 am
3474
Hi, I am facing a problem with jacozoom. Actually i am using jacozoom along with XTrader@API. I have converted the XTRADER dll file to the corresponding java ...
Vairamani
vairamani_mca
Offline Send Email
Jul 12, 2006
8:41 am
3475
Thanks Stefan, So the solution is to use STAThread instead of STACaller. I searched the message archive and saw that you posted a sample code at ...
lupin_007
Offline Send Email
Jul 12, 2006
9:56 am
3476
Hi, 1. your code snippet shows that you are calling getGet with new Variant(settleHash) as argument. But it doesnt show the declaration nor the initialization...
Stefan Zschocke
szschocke
Offline Send Email
Jul 12, 2006
11:05 am
3477
Stefan, I changed the implementation as you said: I created the COM object and its listener inside the STAThread.run, and also all the calls to the COM object...
lupin_007
Offline Send Email
Jul 12, 2006
1:05 pm
3478
You can send me the VB sample, to have a look at it. Stefan ... and ... the ... bypassed ... stuck ... an ... is ... design ... using ... able ... doesn't ... ...
Stefan Zschocke
szschocke
Offline Send Email
Jul 12, 2006
1:24 pm
3479
I uploaded here a file caled Visual Basic sample, since I do not know your email. I included also the .ocx library and the documentation of this library. The...
lupin_007
Offline Send Email
Jul 12, 2006
3:11 pm
3480
Ok, I had a quick glance at the VB main.frm. Your object is definitely an ActiveX Control, which must be hosted in an ActiveX Container. The object used in the...
Stefan Zschocke
szschocke
Offline Send Email
Jul 12, 2006
3:39 pm
3481
Unfortunately the JActiveX contructors are not working for me. As I told you before, I tried with PrgID: JActiveX jActiveX = new JActiveX("DPOCX.DpocxCtrl.1") ...
lupin_007
Offline Send Email
Jul 13, 2006
8:56 am
3482
you have to call new JActiveX, then addAxEventListener, then add the JActiveX to the ContentPane or use a layout manager whatever to make it visible. Then you...
Stefan Zschocke
szschocke
Offline Send Email
Jul 13, 2006
11:46 am
3483
I already replied this once but prbly I closed the window to fast, to have it come through, so oncemore... After new JActiveX call addAxEventListener then add...
Stefan Zschocke
szschocke
Offline Send Email
Jul 13, 2006
11:53 am
3484
Thanks again, Stefan You were right, I followed exactly the flow from JWebSTA this time and the JActiveX is properly loaded. It seems that is mandatory to make...
lupin_007
Offline Send Email
Jul 13, 2006
3:30 pm
3485
Hi, I have an Exceladdin which has a method defined .I use java as the client.Why do I get this exception sometimes and the call fails. ...
ashita_nair
Offline Send Email
Jul 17, 2006
10:08 am
3486
Hi, I am using a third-party OLE DB provider that goes across multiple SQL Server databases and extracts records. In VB the OLE DB provider works fine. But...
ajay_parab
Offline Send Email
Jul 18, 2006
5:54 pm
3487
The only difference to VB is that by default jacoZoom runs as multithreaded client, thus a proxy/stub layer is automatically injected. You can try to call ...
Stefan Zschocke
szschocke
Offline Send Email
Jul 19, 2006
1:00 pm
3488
I get the following error when I use the statement (com.inzoom.adojni.DllInit.jniSetTM(2)) before creating the connection. "Exception in thread "main"...
ajay_parab
Offline Send Email
Jul 19, 2006
3:23 pm
3489
Hello, Stefan I once already asked how it is possible to navigate through MS Word document. It is impossible to pass to any page what I need. Always the first...
y_chashkov
Offline Send Email
Jul 19, 2006
8:46 pm
Messages 3460 - 3489 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