Hi, we have not yet implemented a specialized extractor method for Variant. In order to get the Variant-values from the array you do the following: Assume an...
Hello, we get a com.inzoom.winreg.WinRegException reading the Windows 2000 Registry. The current user has no Windows 2000 administrator rights - but, the entry...
Hi, I am looking for a sample on how to load Outlook and start composing an email with the To, CC, subject and body fields being fed from my java application. ...
Hi, in my files section of this group you can find a new jacoZoom.zip, which contains JNI_Onload and JNI_OnUnload exports. But we tested it with a debugger and...
Just thought I'd publish the latest findings in this topic... If protect is called with a second boolean argument, then the fields are not reset: if...
Hi, I have uploaded a new outlook sample, which shows how to send email and create contacts. You can find it in the files/Stefan/samples section of this group....
Hi all, I am running into a OBJNOTCONNECTED exception after resizing a JFrame under JDK 1.4.2. This only happens after a JFileChooser dialog has been invoked. ...
Here is the attached file in plain text. -tomas import java.awt.*; import java.awt.event.*; import com.inzoom.axjni.*; import com.inzoom.axjni.ActiveX; import...
I have also updated the MAPI sample, which shows how to add an email to the Outlook outbox using the CDO dll. The advantage is, that you needn't start Outlook,...
Stefan - Thanks for trying this. I will forward your results to Sun and see if they have any ideas. Thanks, Tracy Brown ... it ... <S.Zschocke@i...> ... by ......
Hi, Hermann found a leak in the ActiveX Control site layer. We will post results tomorrow. But still, it would be interesting to know why the JNI_OnUnload is ...
Hi, Do I still need to register IzmJniComAX.dll even if my deployment includes the license file and my java code has Dll.runRoyaltyFree() line embedded in it....
Hello Peter, ... can ... com.inzoom.comjni.ComJniException with code=0x80010105 means RPC_E_SERVERFAULT - the COM server( all ActiveX controls are COM servers)...
Hi Hermann, Stefan asked me to post this here so that you could respond. I'm running into some problems when using JOleDocument with Microsoft Word. I assume...
Hi Alex, Yeah, that's what we're using too, and it saves the HTML fine. However, the next time we go through the process, Word seems to still have a hold on...
... It so happens that I save the same document as a doc and an html: save(); saveAs(); Can't say whether one has anything to do with the other, but, no, I ...
Hello ... any ... JOleDocument.save() does't any special cleanup.After Word._Document.save(Filename, Fileformat) called your can hang out the document by...
Hi, yes the izmjnicomax.dll must be registered, because it is a COM Server. But you can call one of the com.inzoom.comjni.Dll.RegisterActiveXDll methods to...
Hello, Any progress on the memory leak in the ActiveX Control site layer? Thanks, Tracy Brown eiStream WMS ... see ... result ... increase ... this ... ...
Hi, yes tomorrow we will release a new version Stefan ... is ... not ... is ... Hermann's ... related ... thus ... memory ... <tracy.brown@e...> ... is ... can...
I use WebBrowser control in my application and sometimes, when I close the JFrame wich contains that ActiveX, I get the error message from java.exe - Runtime...
Hi, please check the jacoZoom.zip in my folder of the file section of this mailing list. I have tested it and our test applet shows no memory leak any more. ...
Hi, is this reproducible? Can you provide a test case? Can you find out which method call produces the exception (stack trace)? Do you use the JActiveX class,...
It happens occasionally, but very often. Unfortunately, this error comes from Windows side, not from Java. There is no Java exception, and I don't have a stack...