Hello Marios, ... I'm means java.awt.EventQueue instance. You have to change AxEventListener.init() from public void init(AxEvent evt) { final int ptr =...
Hello Hermann, We have tried the below code, but still we get every so often the exception. In the specific application we wait for the activex to finish its...
Hi, Please bear with me. I am missing something fundamental about instantiating COM objects wrapped by infoZoom. The following test generates an error below...
I think the problem lies in that the wrapped component is a form based OCX and it need some special care to be instantiated properly. Basically, I get a...
Hello Tamas, ... You speak about a ocx and hendle it as a naked COM object. The ocx is typically a ActiveX control. This one can be created a COM object but...
Hello Hermann, We have tried the below code, but again it doesnt work. It spends 10secs trying and no luck. Is there anything else we can do?...Possibly...
Hello Marios ... a debug version of izmcomjniax.dll was sended to your EMail. For logging keep in mind the getUnmarshalledPointer() call does start whitin MTA...
Hi, I inherited our JacoZoom integration project from a colleague of mine. Our previous JacoZoom download (from several years ago) had a win98 folder including...
Hi Stefan - Do you know if: public static void RegisterActiveXDll(java.lang.String path) will work on Vista to register my OCX? Thanks, Tracy Brown Global 360,...
Some follow-up questions... Is there a jacoZoom FAQ file? Is there another javadoc file? I'm in the USA and not getting the right font or language for the...
Hello Paul ... Yes, all samples distributed with jacoZoom in folder Samples runs fine. So you can start with copy of TestExcel.java to get feel how jacoZoom...
... by ... Is ... Well . . . no. "memory leak" was probably the wrong label. What I would get would be various exceptions from ComJniException. Not ...
One more thing, if your not too busy... In this MODI Library I'm working on, I came across Collection Objects. For convenience, I ended up adding the same...
... The ComJniExceptions give us the object reaction of a method call in form a HRESULT values It may be a reserved COM error value or value defined by COM...
... COM defines for collections IEnumXXX interface family, so the COM object developer can support enumeration interface to get COM object programmers...
Hello - Any ideas on this issue? Is there any way to register my OCX from my Java applet on Vista? using RegisterActiveXDll(filePath, true), I get this...
... Sorry for being dense... I found the get_NewEnum() in the interface and then I checked all the sample files and messages and couldn't find any examples for...
Hi, In my application i need to drag something inside several ActiveX controls. I'm using drag & drop mechanism provided by swing and i noticed a strange...
Hi, I would greatly appreciate any help with the following function call: BOOL LucamTakeSnapshot(HANDLE hCamera, LUCAM_SNAPSHOT *pSettings, BYTE *pData); ...
Hi, On Vista, jacozzom doesn't load a license correctly. This is the dll path on Vista. C:\Users\qtian\AppData\LocalLow\MY_COMPANY_NAME\lib\izmjnicom.dll After...
Hi, I am embedding excel in applet. i have my own com excel addin. Its working well. But sometime I am not getting the addin from the following call- ...
Hello make sure your java.library.path property of JVM does point to the location of izmjnicom.dll. Whats happens if you omit runRoyaltyFree call ? Do you see...
Hello Tracy, did the problema appears only if runned from applet ? Can you register your OCX with jacoZoom as from standalone program ? Im my file section you...
Is this a bad time to get some information from this forum? 9 days ago I asked for an example using the get_NewEnum() method in working with Collections. I...