Search the web
Sign In
New User? Sign Up
jacoZoom
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 3540 - 3571 of 4589   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3540
Hi, I used the library for four months and it works perfectly, included on various computers. I found recently two machines on which the Control cannot be...
michel_koenig
Offline Send Email
Sep 5, 2006
12:12 pm
3541
Can you please post the stacktrace of the exception, too? Thx, Stefan ... included ... the...
Stefan Zschocke
szschocke
Offline Send Email
Sep 5, 2006
12:53 pm
3542
Hi Stefan, I put several displays in my code : public class Mapper extends javax.swing.JPanel implements com.inzoom.axjni.event.AxEventListener // ...
michel_koenig
Offline Send Email
Sep 7, 2006
7:21 am
3543
Hello Michel ... [SNIP] ... [SNIP] ... A reason of not calling the init method is a exception throwed and catched by JActiveX internal implementation. All...
Hermann Scheibe
h_scheibe
Offline Send Email
Sep 8, 2006
8:36 am
3544
I have a third-party ActiveX control that I have integrated into my Java application. What I would like to do is to be able to receive the mouse events sent to...
kc7bfi
Offline Send Email
Sep 9, 2006
2:30 pm
3545
OK, yes the application was running in javaw mode. When I ran it in java mode I got the following exception : com.inzoom.comjni.ComJniException: ...
michel_koenig
Offline Send Email
Sep 11, 2006
8:05 am
3546
Hello David, ... AFAIK the visual ActiveX components will handle all the user actions on its GUI, so it's not needed to capture the controls input. The only ...
Hermann Scheibe
h_scheibe
Offline Send Email
Sep 11, 2006
8:08 am
3547
Hello Michel, ... [SNIP] I think you have forgot to register IzmJniCOMAx.dll HTH Hermann...
Hermann Scheibe
h_scheibe
Offline Send Email
Sep 11, 2006
8:17 am
3548
Hi Hermann, what do you mean by registering IzmJniCOMAx.dll. Do I have something specific with this dll (loading by hand from java)? Thank you Michel ... java ...
michel_koenig
Offline Send Email
Sep 11, 2006
9:16 am
3549
Hello Michel, ... I mean you must registed the dll to enable jacoZoom support for Activex Controls and OLE Documents See also...
Hermann Scheibe
h_scheibe
Offline Send Email
Sep 11, 2006
9:46 am
3550
Hi, sorry to bother again, but it seems we found another similar problem where we believe that underlying SafeArray is released earlier than it should be....
vcoolas
Offline Send Email
Sep 12, 2006
12:49 am
3552
Hi, I have a event which retruns BSTR. My string is of size 18034. But I do not get this string in the VBA code. Is there any limit to the number of characters...
ashita_nair
Offline Send Email
Sep 12, 2006
10:57 am
3554
Hello, i try to implement Map&Guide in a Java-Application using jacozoom. But i have some problems with it: I can set waypoints on the map und i can calculate...
Rene Schulz
kmueller909
Offline Send Email
Sep 13, 2006
12:42 pm
3555
Is there a sample of Java making a call into a VB app and the VB app calling back into the Java app? I seem to recall seeing this somewhere but now that I go...
meackerman625
Offline Send Email
Sep 14, 2006
12:09 am
3556
Hello René ... But i ... com.inzoom.comjni.Variant(level,com.inzoom.comjni.enums.VarType.I4,false), ... ...
Hermann Scheibe
h_scheibe
Offline Send Email
Sep 14, 2006
6:03 am
3557
Hi, 1. how do you initialize the Variant[] parameter which you pass into the method call? May be something is wrong here. Can you show a snippet of a working...
Stefan Zschocke
szschocke
Offline Send Email
Sep 14, 2006
6:26 am
3558
Hi, do you need a sample where the VB part is a dll or an Exe? Stefan...
Stefan Zschocke
szschocke
Offline Send Email
Sep 14, 2006
6:33 am
3559
Hello ... As of automation rules any event interfaces must be a dispinterface. The result value of dispinterface invoke-method is a variant. So your return...
Hermann Scheibe
h_scheibe
Offline Send Email
Sep 14, 2006
6:56 am
3560
Hi Stefan, the VB part is an exe. Thanks Mark...
meackerman625
Offline Send Email
Sep 14, 2006
3:57 pm
3561
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
Sep 16, 2006
6:42 pm
3562
... vtable-calls. ... com.jcw.MGC_BASELib.jcw.IMGCRouting10JCW.getRouteList(IMGCRouting10JCW.java:106) ... Thanks for your annotations. There is a M&G-Logfile...
kmueller909
Offline Send Email
Sep 18, 2006
9:26 am
3563
Thanks, I'll take a look at it. Mark...
meackerman625
Offline Send Email
Sep 18, 2006
7:08 pm
3564
Stefan, I´m having some problems acessing a COM Server using jacoZoom. It´s already registered on the windows registry my source code is something like: ...
Gabriel Esteves Marqu...
gabriel_br
Offline Send Email
Sep 26, 2006
2:20 pm
3565
Hi, if you are sure, that the dll is registered correctly, then the problem might be that the generated wrappers are out of synch with the component. For...
Stefan Zschocke
szschocke
Offline Send Email
Sep 26, 2006
2:37 pm
3566
Thanks for your fast answer. The COM server (an exe file) and the wrapper classes are the same for monthes, and used to work correctly. I´ll try to rebuild...
Gabriel Esteves Marqu...
gabriel_br
Offline Send Email
Sep 26, 2006
4:02 pm
3567
Run Regsvr32.exe with the Dll oncemore to make sure it is registered. ... compartilhar seu conhecimento? Experimente o Yahoo! Respostas !...
Stefan Zschocke
szschocke
Offline Send Email
Sep 26, 2006
4:14 pm
3568
hi, I have a class which implements an interface "dispinterface" public class ClientOpc implements DIOPCServerEvent, DIOPCGroupEvent { public void...
informatique_dsa
informatique...
Offline Send Email
Sep 27, 2006
11:40 am
3569
... [SNIP disp interface declaration] ... No idea, but to reproduce your issue , a lot of information about the COM Object needed. Is it a ActiveX or...
Hermann Scheibe
h_scheibe
Offline Send Email
Sep 28, 2006
8:20 am
3570
Stefan, I generated the wrappers again and now it´s working fine! Thanks a lot. Gabriel ... com.inzoom.comjni.Dll.runRoyaltyFree("izmjnicom.dll", ... ...
Gabriel Esteves Marqu...
gabriel_br
Offline Send Email
Sep 28, 2006
4:32 pm
3571
... DIOPCGroupEvent ... SafeArray[] ... the ... apartment ... hello Hermann and thank you for your answer. I am not a specialist in COM but I will try to...
informatique_dsa
informatique...
Offline Send Email
Sep 29, 2006
7:40 am
Messages 3540 - 3571 of 4589   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