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...
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@...
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...
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...
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...
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@...
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...
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...
Hi Carsten, you wrote ... JActiveX post all the windows input events to the wrapped ActiveX first( OLE - pretranslate accelerators for focused controls). If...
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@...
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@...
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...
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...
Hi, you must release the Acrobat Reader, too. For example, IUnknown unk = ax.getUnknown(); SomeInterface acro = SomeInterfaceJCW.getSomeInterfaceFromUnknown ...
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...
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...
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...
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++...
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...
Thanks :-) ... Von: Stefan Zschocke [mailto:S.Zschocke@...] Gesendet: Mittwoch, 7. Mai 2003 16:45 An: jacoZoom@yahoogroups.com Betreff: [jacoZoom]...
Anklam, Finn
Finn.Anklam@...
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...
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...
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...
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,...
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 ...
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...
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...