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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 2784 - 2813 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2784
Hi, I tested around a little, and realised, that everytime I try to do some kind of write operation on a wayPoints object (like add or clear ...) I get some...
nerd_fellow
Offline Send Email
Oct 4, 2005
10:04 am
2785
Hi, I think the error lies somewhere at the flags param of invoke, which is always 1 for "write" (I guess they write somehow) operations inside my wrapper-...
nerd_fellow
Offline Send Email
Oct 4, 2005
12:54 pm
2786
Hi, I have a little problem with the init() fuction of my JActiveX object. Basically I do everything more or less simular to the JWebSTA-Example. I make a new...
nerd_fellow
Offline Send Email
Oct 5, 2005
2:27 pm
2787
Hi, I have been trying to convert the Acrobat 6.0 example code into something that can simply launch and close Acrobat 7.0.0, however I am having no success. ...
nudity_buffer
Offline Send Email
Oct 6, 2005
1:08 am
2788
... Hello ... May be helps to start JActiveX parent JFrame later, with using of java.awt.EventQueue.invokeLater, also void...
Hermann Scheibe
h_scheibe
Offline Send Email
Oct 10, 2005
7:45 am
2789
Hi, is it possible to include a browser window of MSIE or Firefox in an Swing-Applet/Application with Jacozoom? Is there any example or hints how to do this? ...
Ingo Siebert
ingosiebert75
Offline Send Email
Oct 10, 2005
7:56 am
2790
Hello Richard ... Yes, the typelibrary for Reader 7.0 ActiveX control may be found in the AcroPDF.dll.( TypeLib key of ActiveX control does point to this file)...
Hermann Scheibe
h_scheibe
Offline Send Email
Oct 10, 2005
10:15 am
2791
Hi Ingo, ... You can embedd any ActiveX controls(MSIE,Adobe Reader) or ActiveX documents(Word,Excel,Corel) in a Swing-Applet/Application with jacoZoom. ... ...
Hermann Scheibe
h_scheibe
Offline Send Email
Oct 10, 2005
10:21 am
2792
Hi, thanks for the tip. I'll try it, but so far it didn't work that way, because I get an CO_E_OBJNOTCONNECTED Exception. I think this is because I want to do ...
nerd_fellow
Offline Send Email
Oct 10, 2005
10:39 am
2793
Thanks, AcroPDF.PDF worked perfectly. The final two problems I now have are: 1. I cannot seem to find the right code to close Acrobat Reader when I close the...
nudity_buffer
Offline Send Email
Oct 11, 2005
1:12 am
2794
OK, I found how to close Acrobat: m_jax.release(); All I now need is to be able to disable the menus / toolbars (or hide them)? Cheers, Richard ... when ... ...
nudity_buffer
Offline Send Email
Oct 11, 2005
1:30 am
2795
Hello Richard, ... This will be called automatically(except reparenting is on) if ActiveX parent does release its resource ( Component.removeNotify()) ... ...
Hermann Scheibe
h_scheibe
Offline Send Email
Oct 11, 2005
9:00 am
2796
Hi, I’m evaluating JacoZoom. I try to invoke a method with one of the out parameter who is an array of String: uint32 EnumKey([IN] uint32 hDefKey =...
Eric Baelen
baelene
Offline Send Email
Oct 11, 2005
9:29 am
2797
... Sorry but i don't understand the method signature. AFAIK COM does't define a type named "string". Do you mean BSTR ? Where come this signature from ? If...
Hermann Scheibe
h_scheibe
Offline Send Email
Oct 11, 2005
12:52 pm
2798
Hi! Does anyone know if it's possible to use JNDI with jadozoom and how to configure it?? I'm using a DBMS that doesn't have a jdbc driver, so i decide to...
Ricardo
itqricmail
Offline Send Email
Oct 11, 2005
6:51 pm
2799
Has anyone use JacoZoom with JBoss? I am trying to deply a Service Archive to jboss that uses JacoZoom. When it tries to start it, it gets an 0x80070002 error....
kc7bfi
Offline Send Email
Oct 12, 2005
8:38 pm
2800
Hello, I stored the Items MailItem from Outlook in an ArrayList. Now if I want to work with MailItem from my ArrayList I get the following error code: # # An...
lockinho78
Offline Send Email
Oct 12, 2005
10:13 pm
2801
... [PIDL info snipped] ... [HS] Ok RefCount=1 , we have retval object ... [HS] RefCount = 2 after query MailItem interface ... [HS] RefCount=1 ... [HS]...
Hermann Scheibe
h_scheibe
Offline Send Email
Oct 13, 2005
1:50 pm
2802
Hi, ... I'm not export for JBoss, but i can told above HRESULT 0x80070002. Error description for it is : "The system cannot find the file specified." AFAIK...
Hermann Scheibe
h_scheibe
Offline Send Email
Oct 13, 2005
1:56 pm
2803
... I'm not expert to JNDI, but i see two possible scenarios. We are known what jadoZoom connection objects are not seriazable, and we can't distribute this...
Hermann Scheibe
h_scheibe
Offline Send Email
Oct 13, 2005
2:36 pm
2804
... I'm surprised that jacoZoom allows this type of crash. Wouldn't it be better if the JCW remembered whether it had been released or not and threw...
stpearso
Offline Send Email
Oct 13, 2005
5:12 pm
2805
Is there any way to know what file it is complaining about? David Robison ... -- David R Robison Open Roads Consulting, Inc. 708 S. Battlefield Blvd.,...
David Robison
kc7bfi
Offline Send Email
Oct 13, 2005
8:03 pm
2806
... [TOFU removed] ... [TOFU placed] ... I would search for hints in the log-files. Can you access the exceptions call stack trace ? Regards, Hermann...
Hermann Scheibe
h_scheibe
Offline Send Email
Oct 14, 2005
8:06 am
2807
... [Welcome to real COM programmers life ;-)] ... AFAIK to define "extraneous" releases we need a counter, or do you have a another solution ? You are right...
Hermann Scheibe
h_scheibe
Offline Send Email
Oct 14, 2005
8:56 am
2808
Here is the call stack trace: Error init COM bridge: com.inzoom.comjni.ComJniException: code=0x80070002 Type= com.inzoom.comjni.ComJniException.eComError ...
David Robison
kc7bfi
Offline Send Email
Oct 14, 2005
11:19 am
2809
Here is the call stack trace: Error init COM bridge: com.inzoom.comjni.ComJniException: code=0x80070002 Type= com.inzoom.comjni.ComJniException.eComError ...
David Robison
kc7bfi
Offline Send Email
Oct 14, 2005
11:23 am
2810
When I run from my own application with -verbose:jni, I get the following output: Dynamic-linking native method com.inzoom.comjni.ComLib.jniCC ... JNI] ...
David Robison
kc7bfi
Offline Send Email
Oct 14, 2005
1:34 pm
2811
Correction, when running in JBoss, I only get the first message Dynamic-linking native method com.inzoom.comjni.ComLib.jniCC ... JNI] but no others. David ... ...
David Robison
kc7bfi
Offline Send Email
Oct 14, 2005
2:25 pm
2812
Hello ... .startService(OBVNotifyService.java:114) Good news as i can see jzmcomjni.dll does get loaded - we have a ComJniException; I think you have( please...
Hermann Scheibe
h_scheibe
Offline Send Email
Oct 14, 2005
3:12 pm
2813
1) and 2) both pass. Also, I can run the program standalone and it works fine. Sounds like a jboss issue? Any thoughts? David ... -- David R Robison Open Roads...
David Robison
kc7bfi
Offline Send Email
Oct 14, 2005
3:56 pm
Messages 2784 - 2813 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