Hi Stefan, Is there a way to have ActiveX controls with Swing to work WITHOUT registering the IzmJniComAx.dll? What is the purpose of registering this dll?? It...
Stefan Zschocke wrote: "We are still investigating another solution to it, may be we can say more tomorrow." Do you already know more about this solution? ... ...
Hi, with WebStart you can register the izmjnicomax.dll from your java code. This works as long as the user has sufficient rights for registry access. See the...
Hi, I have uploaded a slightly modified sample from you. You can get it from http://groups.yahoo.com/group/jacoZoom/files/OfficeWord.java. I have tested it...
Hi, I have taken the test file which Hermann has tested before. As it didn't work I slightly modified it and now it works without problems. I tested with...
I have a strange problem when automating with outlook 2003. If oulook isn't started, the interaction doesn't work correctly. In case of calendar items, I can...
I have managed to successfully create an SWT app with OleClientSite but would prefer to do this with JacoZoom. I can bridge the components to SWT but am having...
Hello ... Hmm , JWinDoc sample does show the toolbars on my installation. Your not? Also we have toolbars enable/disable issue(JOleDocument.setToolbarbool()...
Hi, this code fails, but I have no idea why. The control embedded in the ActiveX canvas should definitely be a ViewCtl, but the conversion back from IUnknown...
Hi, you must give the control time to start running. Use the AxEventListener interface to wait for the init event before communicating with the control Stefan ...
Hi Stefan, thank you for your quick response. Using the event listener also doesn't work, it fails with the same exception. Any ideas? The source code: private...
Thank you for your reply. That would be good if there was a solution that does not require registration of the dlls. Keep up the good work! Paul ... for ... ...
Hi, this might be a threading problem. If the control you are using has an interface without the appropriate marshalling information in the registry, then COM...
Hello NG, two weeks ago i was wrote about prb run JActiveX with jdk1.4.2_11. The prb report is yet public on the SUNs bug database site[0]. Regards Hermann [0]...
Hi I'm having a problem when i use jacoZoom to add the activex control into my java application. The activex control is inside the VAPGDecoder.dll file with...
Hi, 1. did you try to connect to the control in its STA thread? See the JWebSTA sample which comes with jacoZoom for details on calling the control from the...
Hi, you mean you did it just like in the JWebSTA sample: got the unmarshalled unknown pointer, then inside the STACaller.synch Runnable thread attached it to...
Hi, I did follow the JWebSTA sample. Here are few lines of code inside the STA thread: IUnknown unk = IUnknownJCW.getIUnknownFromComPtr(m_staPtr,false); ...
Hi, this is strange. Is it possible to get a test case from you with this ActiveX Control? Then we can debug and see where it goes wrong. Stefan ... the ... ...
Hi, pls download the file from this link: http://personal.ie.cuhk.edu.hk/~kfwong3/VAPGDecoder.zip The zip file include the activex dll and the modified...
Hello Marek i was - download file - extract all files - register dll - create JCW's - compile - run without E_NOINTERFACE exception. E_NOINTERFACE may signal a...
Hello Marek, i was retested my configuration, this was different from you so after regenerate JCW's i have the prb too. Will check and post response ASAP. ...