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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 2506 - 2537 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2506
Hi, this error occurs, when the wrappers of a COM object are out of synch with the COM object itself. This can either be the wrappers of your ActiveX Control...
szschocke
Offline Send Email
Jun 1, 2005
8:18 am
2507
When the below given code is executed it gives exceptions /** * Description: * Demonstation to embbed ActiveX control in a swing application * * Copyright:...
ashita_nair
Offline Send Email
Jun 1, 2005
2:39 pm
2508
Hello ... [SNIP] ... Hm, using swing wrapper with awt ?... JActiveX is a swing(!) wrapper for ActiveX you are use Applet , also a awt-container. jacoZoom...
Hermann Scheibe
h_scheibe
Offline Send Email
Jun 2, 2005
6:53 am
2510
The exception si runRoyaltyFree() must be the first method called. I think this happens if the dll has not yet unloaded. Will calling dll.isLoaded() before...
sanjaws
Offline Send Email
Jun 3, 2005
7:32 am
2511
I am using jacozoom to find out the HWND of my java app which is used as a parent window to another application. For some reason it seems like the child...
perka99
Offline Send Email
Jun 3, 2005
9:36 am
2512
This was a datatype mismatch issue between java and javascript. The applet method had param as int but javascript (is not strongly typed) - so was causing an...
sanjaws
Offline Send Email
Jun 4, 2005
10:12 pm
2513
Hi, Sir, when I use com.inzoom.jdbcado.Driver in eclipse, the swt's DirectoryDialog does not work normally in Windows2000. If I use...
kevin wong
redant53
Offline Send Email
Jun 5, 2005
12:50 am
2514
Hi, yes. try if(!Dll.isLoaded()) Dll.runRoyaltyFree(...); Stefan...
szschocke
Offline Send Email
Jun 6, 2005
7:31 am
2515
Hi, I assume SWT also acts as COM-client. Possibly it tries to initialize the current thread as apartment- client (see Windows docs of CoInitializeEx()). But...
szschocke
Offline Send Email
Jun 6, 2005
7:31 am
2516
... Do you use embedding((J)ActiveX, (J)OleDocument) or only com.inzoom.win.Util.get(J)HWND method is used ? ... jacoZoom and IMHO Sun/AWT libraries are use...
Hermann Scheibe
h_scheibe
Offline Send Email
Jun 6, 2005
8:56 am
2517
I am just using com.inzoom.win.Util.get(J)HWND. Should I use a different method? Regards Per...
perka99
Offline Send Email
Jun 6, 2005
11:09 am
2518
... No, the way is full ok. This will return top ancestor's HWND. No additionaly custom windows messages used for this call. Regards, Hermann...
Hermann Scheibe
h_scheibe
Offline Send Email
Jun 6, 2005
1:07 pm
2519
I got error when using activeX sample. If I use Internet Explorer and post the URL below I'm able to browse data (got Warning Security window, enter Yes, data...
hle5431
Offline Send Email
Jun 6, 2005
9:38 pm
2520
Hi, I assume this is an intranet url, so we can't test it. First, does the JWeb sample run with another url? Second, try a VB sample to see whether it runs...
szschocke
Offline Send Email
Jun 7, 2005
4:14 pm
2521
I had done that - it works. Thanks Sanjay ... I...
sanjaws
Offline Send Email
Jun 9, 2005
2:15 pm
2522
Just to clarify. I put in the web address shown in my previous message (yes, it is an internal web address). I put that web address in IE. It works...
Le,Hang
hle5431
Offline Send Email
Jun 9, 2005
11:13 pm
2523
Hi, i have a signed applet and if i grant permission grant { permission java.security.AllPermission; } all works fine. Its ok for testing but in real...
uk1uk1uk123
Offline Send Email
Jun 13, 2005
10:34 am
2524
Hi, for jacoZoom to work the izmjnicom.dll is loaded by jacoZoom using System.load or System.loadLibrary. In order to grant permission for this: You have to...
szschocke
Offline Send Email
Jun 13, 2005
2:40 pm
2525
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
Jun 14, 2005
9:58 am
2526
Heh all, I've been looking to write a GDS plugin and have pulled from ...
Adam Bradley
adam_j_bradley
Offline Send Email
Jun 14, 2005
10:00 am
2527
Aha! I'm quite embarassed. Seems as though case is important, the variant definition should be something like this. ... var[0] = new Variant("Title"); var[1]...
Adam Bradley
adam_j_bradley
Offline Send Email
Jun 14, 2005
10:09 am
2528
Got a little further, I now have ... import jcw.GoogleDesktopSearchAPILib.*; import com.inzoom.comjni.*; public class GDS { public static void main(String[]...
Adam Bradley
adam_j_bradley
Offline Send Email
Jun 14, 2005
11:05 am
2529
Ok. Another silly error... ... maf-soft Jun 14, 8:03 am show options From: "maf-soft" <moritz.franckenst...@...> Date: Tue, 14 Jun 2005 12:03:06...
Adam Bradley
adam_j_bradley
Offline Send Email
Jun 14, 2005
12:57 pm
2530
Hi, try: IDispatch gdsEventDisp = dsClass.createEvent (kComponentGuid,Google.Desktop.IM"); IGoogleDesktopSearchEvent gdsEvent = ...
szschocke
Offline Send Email
Jun 14, 2005
1:31 pm
2531
The good news - it compiles and runs happily! I'd love to know why that works :) The bad news - ... Exception in thread "main"...
Adam Bradley
adam_j_bradley
Offline Send Email
Jun 14, 2005
1:52 pm
2532
Hi, do you have a working example in C# or VB or other? Then I can check it against your jacoZoom efforts. Stefan ... (IGoogleDesktopSearchEventJCW.java:28) ...
szschocke
Offline Send Email
Jun 14, 2005
2:07 pm
2533
Working! Just need to make sure you supply all the fields that the "Google.Desktop.IM" method expects... i.e. ... // add IM event properties Variant...
Adam Bradley
adam_j_bradley
Offline Send Email
Jun 14, 2005
2:19 pm
2534
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 : /GDS.java ...
jacoZoom@yahoogroups....
Send Email
Jun 14, 2005
2:26 pm
2535
This is a follow-up from some postings from Hang Le. We now have a log file which shows communication to our web server when we issue the URL from IE and when...
esokol_cerner
Offline Send Email
Jun 15, 2005
11:14 pm
2537
Hi, I followed the example jacoZoom ActiveX Control Sample : JWeb.java and it works ok, the problem is that it takes almost 30 seconds to load any of the...
surelyfunke2005
Offline Send Email
Jun 16, 2005
3:00 pm
Messages 2506 - 2537 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