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 1573 - 1602 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1573
Hi, we have not yet implemented a specialized extractor method for Variant. In order to get the Variant-values from the array you do the following: Assume an...
szschocke
Offline Send Email
Feb 2, 2004
7:42 pm
1574
Hi, the text below contains a copy/paste mistake. The declaration of the C++ members should be VARIANT* mPVariant;int mPVariantCnt; ... count);...
szschocke
Offline Send Email
Feb 2, 2004
7:56 pm
1575
Hello, we get a com.inzoom.winreg.WinRegException reading the Windows 2000 Registry. The current user has no Windows 2000 administrator rights - but, the entry...
Steffen Hoffmann
sh1970de
Offline Send Email
Feb 4, 2004
5:24 pm
1576
Stefan - Any progress on the JNI_OnUnload cleanup? Thanks, Tracy Brown eiStream WMS ... to ... loaded, ... running ... times ... ...
tjbrownnh
Offline Send Email
Feb 5, 2004
7:04 pm
1577
Hi, I am looking for a sample on how to load Outlook and start composing an email with the To, CC, subject and body fields being fed from my java application. ...
DavidGhous
Offline Send Email
Feb 8, 2004
2:06 pm
1578
Hi, in my files section of this group you can find a new jacoZoom.zip, which contains JNI_Onload and JNI_OnUnload exports. But we tested it with a debugger and...
szschocke
Offline Send Email
Feb 11, 2004
10:22 am
1579
Just thought I'd publish the latest findings in this topic... If protect is called with a second boolean argument, then the fields are not reset: if...
Marcus Smedman
marcussmedman
Offline Send Email
Feb 11, 2004
2:14 pm
1580
Hi, I have uploaded a new outlook sample, which shows how to send email and create contacts. You can find it in the files/Stefan/samples section of this group....
szschocke
Offline Send Email
Feb 11, 2004
3:25 pm
1581
Hi all, I am running into a OBJNOTCONNECTED exception after resizing a JFrame under JDK 1.4.2. This only happens after a JFileChooser dialog has been invoked. ...
tomas lin
uwtomas
Offline Send Email
Feb 11, 2004
3:41 pm
1582
Here is the attached file in plain text. -tomas import java.awt.*; import java.awt.event.*; import com.inzoom.axjni.*; import com.inzoom.axjni.ActiveX; import...
tomas lin
uwtomas
Offline Send Email
Feb 11, 2004
3:49 pm
1583
I have also updated the MAPI sample, which shows how to add an email to the Outlook outbox using the CDO dll. The advantage is, that you needn't start Outlook,...
szschocke
Offline Send Email
Feb 11, 2004
4:05 pm
1584
Stefan - Thanks for trying this. I will forward your results to Sun and see if they have any ideas. Thanks, Tracy Brown ... it ... <S.Zschocke@i...> ... by ......
tjbrownnh
Offline Send Email
Feb 11, 2004
4:41 pm
1585
Hi, Hermann found a leak in the ActiveX Control site layer. We will post results tomorrow. But still, it would be interesting to know why the JNI_OnUnload is ...
szschocke
Offline Send Email
Feb 11, 2004
5:32 pm
1586
Stefan - Kathy at Sun sent the following reply re why the JNI_OnUnload is not called: "According to the JNI documentation: ...
tjbrownnh
Offline Send Email
Feb 11, 2004
8:54 pm
1587
Hi, Do I still need to register IzmJniComAX.dll even if my deployment includes the license file and my java code has Dll.runRoyaltyFree() line embedded in it....
DavidGhous
Offline Send Email
Feb 12, 2004
4:27 pm
1588
Hello Peter, ... can ... com.inzoom.comjni.ComJniException with code=0x80010105 means RPC_E_SERVERFAULT - the COM server( all ActiveX controls are COM servers)...
Hermann Scheibe
h_scheibe
Offline Send Email
Feb 12, 2004
5:19 pm
1589
Hello, ... use ... there ... The answer is: theoretical yes. This mechanism is subject of future versions of jacoZoom. Regards, Hermann...
Hermann Scheibe
h_scheibe
Offline Send Email
Feb 12, 2004
5:50 pm
1590
Hello tomas, ... <snip> ... JFrame under ... invoked. ... <snip> your prb can be redirected to a bug in the sun implementation. The...
Hermann Scheibe
h_scheibe
Offline Send Email
Feb 16, 2004
1:48 pm
1591
Hi Hermann, Stefan asked me to post this here so that you could respond. I'm running into some problems when using JOleDocument with Microsoft Word. I assume...
jzoomuser
Offline Send Email
Feb 17, 2004
6:02 pm
1592
... I've been using for this purpose Variant[] v = new Variant[] { new Variant(8) }; doc.saveAs(Filename, v); Best, Alex...
Alexander Bogomolny
abogom
Offline Send Email
Feb 17, 2004
7:22 pm
1593
Hi Alex, Yeah, that's what we're using too, and it saves the HTML fine. However, the next time we go through the process, Word seems to still have a hold on...
jzoomuser
Offline Send Email
Feb 17, 2004
7:56 pm
1594
... It so happens that I save the same document as a doc and an html: save(); saveAs(); Can't say whether one has anything to do with the other, but, no, I ...
Alexander Bogomolny
abogom
Offline Send Email
Feb 17, 2004
8:14 pm
1595
Hello ... any ... JOleDocument.save() does't any special cleanup.After Word._Document.save(Filename, Fileformat) called your can hang out the document by...
Hermann Scheibe
h_scheibe
Offline Send Email
Feb 18, 2004
9:05 am
1596
Hi, yes the izmjnicomax.dll must be registered, because it is a COM Server. But you can call one of the com.inzoom.comjni.Dll.RegisterActiveXDll methods to...
szschocke
Offline Send Email
Feb 18, 2004
9:22 am
1597
Hello, Any progress on the memory leak in the ActiveX Control site layer? Thanks, Tracy Brown eiStream WMS ... see ... result ... increase ... this ... ...
tjbrownnh
Offline Send Email
Feb 18, 2004
5:50 pm
1598
Hi, yes tomorrow we will release a new version Stefan ... is ... not ... is ... Hermann's ... related ... thus ... memory ... <tracy.brown@e...> ... is ... can...
szschocke
Offline Send Email
Feb 18, 2004
6:04 pm
1599
I use WebBrowser control in my application and sometimes, when I close the JFrame wich contains that ActiveX, I get the error message from java.exe - Runtime...
palo_alto_18
Offline Send Email
Feb 18, 2004
10:44 pm
1600
Hi, please check the jacoZoom.zip in my folder of the file section of this mailing list. I have tested it and our test applet shows no memory leak any more. ...
szschocke
Offline Send Email
Feb 19, 2004
3:07 pm
1601
Hi, is this reproducible? Can you provide a test case? Can you find out which method call produces the exception (stack trace)? Do you use the JActiveX class,...
szschocke
Offline Send Email
Feb 19, 2004
3:10 pm
1602
It happens occasionally, but very often. Unfortunately, this error comes from Windows side, not from Java. There is no Java exception, and I don't have a stack...
palo_alto_18
Offline Send Email
Feb 19, 2004
3:28 pm
Messages 1573 - 1602 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