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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 4071 - 4100 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4071
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the jacoZoom group. File :...
jacoZoom@yahoogroups....
Send Email
Oct 1, 2007
12:49 pm
4072
Hi, Hermann - I modified my applet code so it allocates a new Variant for the parameter that is getting freed and the problem definitely goes away. ...
tjbrownnh
Offline Send Email
Oct 1, 2007
12:53 pm
4073
Hi, please try the update which I recently posted to the file section of this group. It should fix this problem. Thanks, Stefan ... away. ... ...
Stefan Zschocke
szschocke
Offline Send Email
Oct 1, 2007
12:57 pm
4074
I just finished trying the latest build. It fixes all of the wrapper class problems I was able to identify! Thanks for the quick resolution. - Tracy Brown ... ...
tjbrownnh
Offline Send Email
Oct 1, 2007
1:16 pm
4075
In my section you can find AxWebScript.zip example what does demonstrate call JavaScript function from a ActiveX control embedded in a Swing frame java. ...
Hermann Scheibe
h_scheibe
Offline Send Email
Oct 5, 2007
5:20 pm
4076
Hi, i have the following problem: I use jacozoom to embed an ole-Document in a JPanel. I also use the ..ms.Excel.Application Interface. However, after the...
o.mahnke
Offline Send Email
Oct 9, 2007
11:43 am
4077
HI! Anything new on this? Thomas From: jacoZoom@yahoogroups.com [mailto:jacoZoom@yahoogroups.com] On Behalf Of Stefan Zschocke Sent: Samstag, 10. Februar 2007...
Thomas Börkel
Thomas.Boerkel@...
Send Email
Oct 10, 2007
6:13 am
4078
Hello, ... At point here you have a unreleased Excel.Application interface pointer. Add excelApplication.release(); and release it too. ... HTH Hermann...
Hermann Scheibe
h_scheibe
Offline Send Email
Oct 10, 2007
7:06 am
4079
Hi: I am getting this error in just 2 machines. com.inzoom.comjni.ComJniException: code=0x800403ea Type=com.inzoom.comjni.ComJniException.eComError Can someone...
aangleropr
Offline Send Email
Oct 16, 2007
3:17 pm
4080
Hello, ... AFAIK all works on 64 bit release was stoped in summer. A new release date was not planed. Insufficient human resources ;-( Regards, Hermann ... ,...
Hermann Scheibe
h_scheibe
Offline Send Email
Oct 16, 2007
3:53 pm
4081
Hello, ... a stack trace will be nice :-) 0x800403ea is defined as E_IAxCtlServer_HOSTFAIL May be izmJnicomAx.dll is't registred properly on this two machines....
Hermann Scheibe
h_scheibe
Offline Send Email
Oct 16, 2007
3:57 pm
4082
Hi to all! After receiving the keys for JacoZoom from infozoom, I was reading the licenseInstall.html and found that no mention was made to the izmjnicomax.dll...
Rui Vale
ruifilipevale
Offline Send Email
Oct 23, 2007
2:24 pm
4083
Yes you may distribute these 2 files. Stefan...
Stefan Zschocke
szschocke
Offline Send Email
Oct 23, 2007
2:52 pm
4084
I'm trying to track down a strange issue and was hoping some other JacoZoom user might know something about it. I'll say at the outset I realize this is not...
adam.hupp
Offline Send Email
Oct 24, 2007
6:17 pm
4085
Hello. We encountered the problem with processing NULL and empty string values using jadoZoom driver. Our code depends on the fact that the NULL value and the...
Evgeniy Semushin
evgeniy.semu...
Offline Send Email
Oct 25, 2007
11:30 am
4086
Please use ps.setNull(1,java.sql.Types.VARCHAR); This should work. Stefan ... values using jadoZoom driver. ... string value are different values for a string...
Stefan Zschocke
szschocke
Offline Send Email
Oct 25, 2007
1:54 pm
4087
When using the code below, if you select a specific printer tray in the print dialog, it is ignored when printing the document - the printer default is always...
bethesk
Offline Send Email
Oct 29, 2007
10:59 pm
4088
Hello ... A don't see any variable of type PrintService. Please upload a simple test application do demostrate your problem, so it may be possible to ...
Hermann Scheibe
h_scheibe
Offline Send Email
Oct 30, 2007
10:09 am
4089
Hi, I am trying to translate the following VB script code using the IDispatch mechanism. Selection.Tables(1).Columns(1).SetWidth ColumnWidth:=23.4, ...
paul_kent2
Offline Send Email
Oct 30, 2007
10:17 am
4090
Hello, ... The Visual Basic for Application does compile call method "Item" with dispid=0 for this case. You can call this too as IDispatch table =...
Hermann Scheibe
h_scheibe
Offline Send Email
Oct 30, 2007
12:15 pm
4091
Hi all, We're currently evaluating a replacement for jdic which we've been using to embed IE in a java webstart based application. A question I haven't...
colebatchd
Offline Send Email
Nov 1, 2007
10:34 am
4092
For a server application, do I require a separate license for my development and production server applications?...
igjuana76
Offline Send Email
Nov 1, 2007
2:53 pm
4093
I have noticed that the close() function takes approximately 5 seconds. Is this a known bug?...
igjuana76
Offline Send Email
Nov 1, 2007
2:54 pm
4094
... I'm referring to jadoZoom....
igjuana76
Offline Send Email
Nov 1, 2007
2:55 pm
4095
Hello ... [SNIP] ... Please consult mesage 2256 (http://tech.groups.yahoo.com/group/jacoZoom/message/2256) to find more about use jacoZoom with WebStart...
Hermann Scheibe
h_scheibe
Offline Send Email
Nov 2, 2007
7:30 am
4096
Thank you for your reply. I am still not sure how to do it. When I use the code: Variant[] table1 = new Variant[] {new Variant(1)}; IDispatch table =...
paul_kent2
Offline Send Email
Nov 3, 2007
8:16 am
4097
Hi, you can try to use the dispid 0 instead of "Item" as parameter. Or you can use the wrapper generator to generate dispatch wrappers for you (check "dispatch...
Stefan Zschocke
szschocke
Offline Send Email
Nov 3, 2007
9:55 am
4098
Hi, I have used jacoZoom once successfully some time ago but now I am trying to make an interface to a server with no success. The wrapper produces an object...
Michael Watts
jacozoomuser
Offline Send Email
Nov 5, 2007
12:47 pm
4099
hi, you must use ComLib.coCreateInstance to create an object with a GUID. getActiveObject only returns existing COM object instances from EXE servers which...
Stefan Zschocke
szschocke
Offline Send Email
Nov 5, 2007
1:48 pm
4100
Hello Michael, The C++ sample sound like create a object instance and not connect a already created instance. Please try to use one of...
Hermann Scheibe
h_scheibe
Offline Send Email
Nov 5, 2007
1:48 pm
Messages 4071 - 4100 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