Hello, ... dsoFramer will adopt Compound Document Server to be used as a ActiveX component. JacoZoom provide JOLEDocument class to use Compound Document...
Hello! I need to transform this macro in 'jacozoom format' Selection.Find.ClearFormatting Selection.Find.Replacement.ClearFormatting With Selection.Find .Text...
Hello, I am working on embedding Mircrosoft Word into an RCP application. I've been able to accomplish quite a lot with the help of this user group, so thanks...
Hallo James ... [SNIP] ... I would connect to IApplicationEvents3 on Application object and listen on WindowActivate and WindowDeactivate events. Both events...
Hello Hermann, I'm using Word 2007, so the listener I can add to the application object is actually ApplicationEvents4Listener. This listener does, however,...
Hello, I am developing an RCP application using SWT GUI components. I'm also embedding Microsoft Word using jacoZoom. Here is some snippets of code that show...
Hello James, a ground for your deadlock may be marshalling of COM Ponters. ... I am developing an RCP application using SWT GUI components. I'm also ... ...
Hi, My company purchased a royalty-free license and we're having some weird problems. We use SVN to control our source code, so both developers here have the...
Thanks for the reply. We do enable royalty free mode from within our code (and the license file is in the working directory of our app) just as explained in...
Here's some more information: this just started happening suddenly - 2 or 3 weeks ago it wasn't happening. Also, we tried this application on a separate...
Hi  Can u send me the error stack trace so that i can look at it. One more thing is can u remove infozoom registry entry where it put expiray date after that...
Thank you for the reply. I'm a little unclear about what you mean about the two runnables that you mentioned. Here's the code I wrote that I thought was what...
Hallo James, ... Excellent, assume controlPointer will be unmarshalled COM pointer. ... Hm, the next place where deadlock may appers is the event passing from ...
hi hermann, I can create an test application. But maybe i have to correct some information. 1. The described problem occures some times and not always. 2. The...
Hello Alexander, a additional reason for you problem may be bad reference counting for COM objects. The jacoZoom will call release() on unused COM wrappers at...
Hello Hermann, I was writing a stand-alone RCP application that you could run and I couldn't recreate the problem with it. I kept adding functionality to the...
Hello, ... If you distribute your application then make sure that the registration *.lic file is distributed too. All com.inzoom.* classes will start/load...
Hi Hermann, Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â We have figured out the issue. The issue is that while...
I have the following code running making WMI requests to HP Operations Manager Windows. The problem happens when I get the ISWbemServices within the...
After further review we found that the problem is that we are using threads to make the requests. Currently the way we access information within OMW is though...
Hello ... I think the problem is not the threading environment. We can use jacoZoom and loaded DLL across multiply threads but only with the same class loader....
Forgive my ignorance, if this is common COM-knowledge :-) We have created a wrapper for a CAD program for automation purpose. One of the methods we need to...
Hello Henrik, ... TransformationMatrix); ... Arrays typically handled by OLE SafeArray type. As far the Variant can wrap any automation type , this can wrap a ...
We have created a java wrapper to communicate between HP Operations Management Windows using WMI and our application. I am new to using JacoZoom so I have run...