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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 964 - 996 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
964
Good News! After looking closely at your new JWebBrowser code I noticed that it was isolating QuickTime initialization onto it's own thread. I decided to try...
gary_mangum
Offline Send Email
May 1, 2003
2:36 pm
965
Hi, We bought jacoZoom around Jan./Feb 2002. We have been using it actively ever since and are really satisfied with it. One of our customers is thinking of...
Bao-Long Nguyen-Trong
BaoLongNT@...
Send Email
May 3, 2003
12:23 am
966
Does anyone have a solution ? Is it possible to set the src of an iframe like in vbs ? gruß Carsten Schäfer...
carstenschfer
Offline Send Email
May 5, 2003
6:22 am
967
Hi, we have bought a license of jacozoom. We want to use Internet Explorer in a JPanel, so we use JActiveX and we need IzmJniComAx.dll and atl70.dll. Is it...
carstenschfer
Offline Send Email
May 5, 2003
6:32 am
968
Hi, we use JActiveX to embed the InternetExplorer in a JPanel that lies in a JFrame. (Sun JDK1.4.1_02 on WinXPSP1) It seems that JActiveX is steeling all...
carstenschfer
Offline Send Email
May 5, 2003
6:56 am
969
HI! In one specific situation, we get a JVM crash like this: An unexpected exception has been detected in native code outside the VM. Unexpected Signal :...
Thomas Börkel
tbo@...
Send Email
May 5, 2003
10:04 am
971
Hi, sorry for the first reply, it went off unintentionally. One of your wrappers - IAXFinanceJCW - is collected by the gc, and the finalizer of that object...
szschocke
Offline Send Email
May 5, 2003
2:46 pm
972
Hi, atl70 and izmjnicomax.dll may be distributed. Izmjnicomax.dll must be registered with regsvr32. It can also be registered using java code from inside your...
szschocke
Offline Send Email
May 5, 2003
3:08 pm
973
Hi Carsten, you wrote ... JActiveX post all the windows input events to the wrapped ActiveX first( OLE - pretranslate accelerators for focused controls). If...
Hermann Scheibe
h_scheibe
Offline Send Email
May 5, 2003
4:49 pm
974
HI! No other chance? Then we'll have to go through our code line by line... Regards, Thomas Börkel AP AG ... Von: szschocke [mailto:S.Zschocke@...] ...
Thomas Börkel
tbo@...
Send Email
May 5, 2003
5:37 pm
975
HI! One thing just came to mind. Wasn't it J++ that had a problem if not releasing COM wrappers properly? I thought that with JacoZoom, there are no problems...
Thomas Börkel
tbo@...
Send Email
May 6, 2003
6:03 am
976
Hi, am using jacozoom under Windows 2000 and JDK 1.4.1_01. I printing some documents with the acrobat reader. Before i close the program i call the method...
moretrustx
Offline Send Email
May 6, 2003
3:50 pm
977
Hi, it depends on the COM object not on jacoZoom. If the COM object's destructor tries to access other COM objects or resources which are no longer alive, then...
szschocke
Offline Send Email
May 6, 2003
5:46 pm
978
Hi, you must release the Acrobat Reader, too. For example, IUnknown unk = ax.getUnknown(); SomeInterface acro = SomeInterfaceJCW.getSomeInterfaceFromUnknown ...
szschocke
Offline Send Email
May 6, 2003
7:28 pm
979
Hi, i do so, but the Acrobat Reader is still in the task list ... the normal acrobat reader has a funtion to quit (in the gui) is it possible to call this...
moretrustx
Offline Send Email
May 7, 2003
6:30 am
980
Hi, I must admit I haven't considered this prb yet. I will think about a suitable solution (any suggestions?) In the meanwhile it would be the best to...
szschocke
Offline Send Email
May 7, 2003
7:00 am
981
Guru I got a DLL, it's C++ defination looks like following: Class Well { ... // NOTE: THIS CLASS SET THE TWO ATTRIBUTE PUBLIC, AND // THERE HAVE NOT SET/GET...
xugang1207
Offline Send Email
May 7, 2003
10:07 am
982
Hi, this doesn't look like C++. Is it C#? Did you test your Server with Visual Basic (or VBA), to eliminate the possibility, that the problem is in your C++...
szschocke
Offline Send Email
May 7, 2003
10:38 am
983
Stephan, Thanks for your reply. Actually, I am not quite sure about what are them write in, since I only get the documents on these interfaces. Anyway, I have...
xugang1207
Offline Send Email
May 7, 2003
11:29 am
986
Hi, can you send a test case to my email address? Stefan ... are ... eliminate ... work. ... in...
szschocke
Offline Send Email
May 7, 2003
2:49 pm
987
Thanks :-) ... Von: Stefan Zschocke [mailto:S.Zschocke@...] Gesendet: Mittwoch, 7. Mai 2003 16:45 An: jacoZoom@yahoogroups.com Betreff: [jacoZoom]...
Anklam, Finn
Finn.Anklam@...
Send Email
May 7, 2003
2:50 pm
988
Stephan, Sorry that I can not give you the test case as per the company's confidential policy. I re-test it, and I doubt it maybe the dll's bug and I informed...
xugang1207
Offline Send Email
May 9, 2003
3:23 am
989
Hi, I'm currently evaluating jacoZoom in order to provide MS IE within a Swing application and ran into this problem: Whenever IE (should read: JActiveX...
Reiner Saddey
rsaddey
Offline Send Email
May 12, 2003
4:50 pm
990
Oops, me culpa, I forgot to provide a link to the modified JWeb.java source. You can find it at http://saddey.net/jacozoom/ Again, sorry... Reiner...
Reiner Saddey
rsaddey
Offline Send Email
May 12, 2003
4:55 pm
991
Hi, the author has provided a hint as how to register the JAactiveX dll programatically. But as the JavaDoc for com.inzoom.comjni.Dll appears to be out of...
Reiner Saddey
rsaddey
Offline Send Email
May 12, 2003
10:24 pm
992
Hi, There are 2 overloads, one takes the full path of any DLL and tries to register it, the other takes no argument and tries to register izmjnicomax.dll,...
szschocke
Offline Send Email
May 13, 2003
10:21 am
993
Thanks, as expected, jacoZooms APIs continue to be both easy to use and flexible :-) Just for completenes, do the registering methods return some sort of ...
Reiner Saddey
rsaddey
Offline Send Email
May 13, 2003
12:47 pm
994
Hi Reiner, a have downloaded your sample and will check it tomorrow. Thanks to test jacoZoom, Hermann Scheibe, infoZoom ... From: "Reiner Saddey"...
Hermann Scheibe
h_scheibe
Offline Send Email
May 13, 2003
2:22 pm
995
Thanks Hermann, I have some (unqualified) additional info: To me it appears as though the Browser itself is not part of Swing's container hierarchy. Using the...
Reiner Saddey
rsaddey
Offline Send Email
May 13, 2003
3:07 pm
996
Hi Reiner, sorry, but jacozoom doesn't work properly with focus changes under JDK versions >1.4.0. I will fix that focus-handling soon ... and post results...
Hermann Scheibe
h_scheibe
Offline Send Email
May 14, 2003
3:55 pm
Messages 964 - 996 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