Stefan, 1. It is a in-Process (dll) ActiveX Server. The registry entry indicates: InprocServer32 and Threading Model as Both. 2. The code snippet is: ...
Should I be using the com.inzoom.comjni.Dll.useApartmentThreadingModel() method call? Thanks ... of ... but ... in ... Hostname ... Side ... Hostname ... Side ...
Hi, I assume the COM Server relies on a Windows message loop to pump the events. Would it be possible for you to give me a halfway running sample then I could...
Stefan, Do you want me to email it to you? You will be able to see the code but not actually run it- as it requires actual hardware. But s I mentioned earlier...
Hi, send it to me by email. Including the simulator. Or a link where to download the simulator. And the working VB sample. Stefan ... code ... working. ... ...
Stefan, I have sent 3 emails + one as confirmation. 1. VB app 2. Java app 3. Simulator Let me know how it goes or if you need more instructions. Thanks Sanjay ...
I tried com.inzoom.comjni.Dll.useApartmentThreadingModel() - it does not work. If I give it before com.inzoom.comjni.Dll.start - it throws exeption: ...
I also have this problem on my XP workstation: exception messages from a COM object show up in Java as empty strings (""). This happens both in debug builds...
Hi, I want to pass parameters to a ActiveX rendering engine. Using a vendor supported C++ API, I could do something like that: myactivex.SetHyperText("Some...
Hi, I want to pass parameters to a ActiveX rendering engine. Using a vendor supported C++ API, I could do something like that: myactivex.SetHyperText("Some...
Hello Will, ... jacoZoom doesn't support C++ API, but COM API. Check vendor documentation to get started COM API. I assume the activeX will be have some custom...
I have an application that uses a browser implemented with jacozoom to display various web pages. The browser works fine with pages served up from a web...
Most probably you can generate wrappers for your control with jacoZoom. One of these wrappers should contain an interface declaration with the method...
Does jacoZoom supports Dynamic Data Exchange for JAVA? This would allow JAVA to communicate with programs that are written to receive DDE information. Note: We...
We are getting hotspot errors as below when we shutdown (close the containing window, which calls removeNotify) the JActiveX Web Browser control. I noticed...
Hello, macros of our customers are stored in text-files. Therefore we would like to transfer a makro to word and excel. Afterwards it has to be executed. Is...
... AFAIK it's possible. Excel.Application object has VBE property and give us access to VBProjects stored within a Excel-Document. Create VB-Functions(Subs)...
... [SNIP] You are right, AFAIK it's not enough release calls before removeNotify call maded. removeNotify will shutdown ActiveX and free native resources. On...
... Hello! I've some problems with release() too. I think, I need some instructions about releasing ActiveX-Objects, Unknown-Objects and Listener. Here is a...
... [SNIP] ... I've inject some comments with [HS] ... [HS] block #1 changed ... [HS] from jax.getUnknown() call returned IUnknown reference is't released My...
... We are utilizing done(), however it is not that simple because the ptrs to interfaces are all over our code :( I'm trying to wade through something that I...
First time "poster" .... I have a Jacozoom browser object inside of a JFrame, the browser object is then loading an applet. The applet has a KeyListener...
... convertComPtrTo<Interface> calls QueryInterface on the comPtr passed in, thus the returned interface-wrapper needs to be released. If releaseComPtr = true...
Stefan, Any feedback. I think this has to be setup as an STA- how? Thanks Sanjay ... the ... <S.Zschocke@i...> ... loop ... registry ... no ... see ... The ......
Hi, we have just released a new version and added a new class com.inzoom.axjni.STAThread. This class generates a native STA-Thread with a windows message loop....