I got my license registration, but it does not solve this problem. Is there some to completer uninstall and start over? Is this the right place to get some...
Problem solved by unregistering my dll and registering again. It is used by other Windows applications, so I was pretty sure there is no problem with it. Who...
Hello, I have a problem: I need to work with Office Xp but excel9.olb and others files that jacozoom need are not included in Office XP. Can you help me, ...
I would like to instantiate a new Internet Explorer Window and attach to it so I can receive events. I have seen many examples on this board about creating an...
Hi, you must instantiate a InternetExplorer object, contained in the WebBrowser2.jar, which is used with the JWeb sample. This creates an external WebBrowser...
I have tried this approach, and it does not seem to work for me. The Internet Explorer object I create fails to show on the screen. Am I missing another...
Hi, from checking the Typelibrary I assume you have to call iWbApp IWebBrowserAppJCW.getIWebBrowserAppFromUnknown(wb); iWBApp.setVisible(true); HTH, Stefan ...
Thanks for the response. I just discovered that you can call setVisible(true) on the Internet Explorer Object. This does acheive what I wanted (almost). The...
Hi, from looking at the typelibrary with Oleview.exe I deduce: pre.getApplication().getSlideShowWindows().getItem(1).getView ().next(); If you already have...
Stefan, the code is pre.getApplication().getSlideShowWindows().item(1).getView().next(); but it generate an error: om.inzoom.comjni.ComJniException:...
Hello again, I want to capture mouse and key event before a PowerPoint application embeded in a Jacozoom webBrowser. There are any way to do this? I think in a...
i am working on powerpoint slide shot using jacozoom. I'd like enable and disable powerpoint controls. For example, i'd like disable ppoint context menu or...
Hello, i have a problem that my application runs not on any pc. I have generated stubs for excel and generate workbooks from my java application (i do not use...
th78de <thomas.harrer...
thomas.harrer@...
Feb 12, 2003 3:50 pm
805
Hi, did you search MSDN for 0x80080005? One possible cause is that the user identity under which your process runs doesn't have the right to run Excel. In one...
Hi, my company prchased a JacoZoom license on my behalf a few days ago, and so far (and based on my evaluation) I am very impressed. I have however run into...
Joreteg, Lars
Lars.Joreteg@...
Feb 12, 2003 5:19 pm
807
Ironically, I am trying to solve this exact same problem today and am also using the Heirarchy Listener to help me. I have a slideshow component that I have...
After taking a closer look at my problem I was able to use your work- around code to get my slideshow working. Thanks!!! ... am ... a ... attempt ... unable ...
Hi Lars, in the File section of this newsgroup you may be find a sample (Hermann\JWeb.java) - a another work-around. We think about adding automaticaly...
Hi, i am actually evaluating Jacozoom. I looked at the htmlsample.zip and the class needs a mshtml.jar. But the JacoZoom don't contains that jar. Where can i...
There should be a "mshtml.tlb" type-library file in your windows/system32 folder. Use that to generate java wrappers using the createjcw.bat batch file. You...
Joreteg, Lars
Lars.Joreteg@...
Feb 14, 2003 4:58 pm
813
Hi, I have a html page that include java Sript code. I would to execute any of that JScript function. In my java code I try with: IHTMLDocument2 doc =...
Hi, I have a html page that include java Sript code. I would to execute any of that JScript function. In my java code I try with: IHTMLDocument2 doc =...
The problem might be related to the browser's security settings. According to your exception getParentWindow fails. What is the URL of the page you are...
We've been running our JacoZoom application for quite a while now, and are suddenly getting an error on one of our installations. We have no idea what it...
Kevin Lynn
kjlynn@...
Feb 17, 2003 4:35 pm
817
Hi, this is an installation problem of the COM Server. Possibly the account on which you are running the java program is not allowed to access the server. Or...
Hi, Context is: The page is a file generated by Pwpt, the code HTML is: <html> <head> <meta http-equiv=Content-Type content="text/html; charset=windows- 1252">...