Search the web
Sign In
New User? Sign Up
jacoZoom
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 789 - 818 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
789
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...
Carl, Roger
rm_carl
Offline Send Email
Feb 1, 2003
6:42 pm
790
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...
rm_carl <CarlR@...>
rm_carl
Offline Send Email
Feb 1, 2003
7:00 pm
791
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, ...
Diego Torres (Coto) <...
diegotorresar
Offline Send Email
Feb 5, 2003
2:14 pm
792
Hi, try excel.exe instead of excel9.olb Stefan ... and...
szschocke <S.Zschocke...
szschocke
Offline Send Email
Feb 5, 2003
5:07 pm
793
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...
croyer22 <croyer22@...>
croyer22
Offline Send Email
Feb 5, 2003
6:58 pm
794
Hi, you must instantiate a InternetExplorer object, contained in the WebBrowser2.jar, which is used with the JWeb sample. This creates an external WebBrowser...
szschocke <S.Zschocke...
szschocke
Offline Send Email
Feb 6, 2003
5:20 pm
795
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...
croyer22 <croyer22@...>
croyer22
Offline Send Email
Feb 6, 2003
6:09 pm
796
Hi, from checking the Typelibrary I assume you have to call iWbApp IWebBrowserAppJCW.getIWebBrowserAppFromUnknown(wb); iWBApp.setVisible(true); HTH, Stefan ...
szschocke <S.Zschocke...
szschocke
Offline Send Email
Feb 6, 2003
7:01 pm
797
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...
croyer22 <croyer22@...>
croyer22
Offline Send Email
Feb 6, 2003
7:37 pm
798
Hi, I need to translate this code to Jacozoom. It is from PowerPoint SlideShowWindows(Index:=1).View.Next in my Java code i was wrote: ...
Diego Torres (Coto) <...
diegotorresar
Offline Send Email
Feb 7, 2003
3:04 pm
799
Hi, from looking at the typelibrary with Oleview.exe I deduce: pre.getApplication().getSlideShowWindows().getItem(1).getView ().next(); If you already have...
szschocke <S.Zschocke...
szschocke
Offline Send Email
Feb 7, 2003
3:43 pm
800
Stefan, the code is pre.getApplication().getSlideShowWindows().item(1).getView().next(); but it generate an error: om.inzoom.comjni.ComJniException:...
Diego Torres (Coto) <...
diegotorresar
Offline Send Email
Feb 7, 2003
4:32 pm
801
Perhaps you first have to open a slide show window. Seems there is none. Stefan ... (); ... PowerPoint...
szschocke <S.Zschocke...
szschocke
Offline Send Email
Feb 7, 2003
5:20 pm
802
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...
Diego Torres (Coto) <...
diegotorresar
Offline Send Email
Feb 10, 2003
4:03 pm
803
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...
Federico Naso
federico_nas...
Offline Send Email
Feb 12, 2003
12:25 pm
804
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@...
Send Email
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...
szschocke <S.Zschocke...
szschocke
Offline Send Email
Feb 12, 2003
4:30 pm
806
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@...
Send Email
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...
gary_mangum <gary_man...
gary_mangum
Offline Send Email
Feb 12, 2003
7:16 pm
808
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 ...
gary_mangum <gary_man...
gary_mangum
Offline Send Email
Feb 12, 2003
7:47 pm
809
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...
h_scheibe <hhvvss12@....
h_scheibe
Offline Send Email
Feb 13, 2003
11:58 am
810
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...
moretrustx <moretrust...
moretrustx
Offline Send Email
Feb 14, 2003
3:05 pm
811
... and...
moretrustx <moretrust...
moretrustx
Offline Send Email
Feb 14, 2003
3:23 pm
812
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@...
Send Email
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 =...
Diego Torres (Coto) <...
diegotorresar
Offline Send Email
Feb 17, 2003
3:00 pm
814
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 =...
Diego Torres (Coto) <...
diegotorresar
Offline Send Email
Feb 17, 2003
3:01 pm
815
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...
szschocke <S.Zschocke...
szschocke
Offline Send Email
Feb 17, 2003
3:15 pm
816
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@...
Send Email
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...
szschocke <S.Zschocke...
szschocke
Offline Send Email
Feb 18, 2003
12:14 pm
818
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">...
Diego Torres (Coto) <...
diegotorresar
Offline Send Email
Feb 18, 2003
1:16 pm
Messages 789 - 818 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help