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 3975 - 4005 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3975
Hallo ... Sounds like a problem with using DirectX on Win2K. Swing and WMP are both using DirectX to draw and, in jacoZoom case, Swing will define the parent...
Hermann Scheibe
h_scheibe
Offline Send Email
Aug 1, 2007
8:55 am
3976
Hello, ... Please post exception stack, COM declaration of getActiveAccounts( may be viewed with OLE View Tool), generated JCW method. Regards Hermann...
Hermann Scheibe
h_scheibe
Offline Send Email
Aug 1, 2007
9:01 am
3977
Hi, I am integrating a third party COM application - Vitrea with our Java application. Integration is behaving very abnormally. What are the possibilities that...
Manisha Srivastava
manisha_delhi91
Offline Send Email
Aug 1, 2007
9:52 am
3978
Hello ... - COM Object not properly installed. - COM Object can't be used from MTA - JCW classes are created for another object version ... Reinstall component...
Hermann Scheibe
h_scheibe
Offline Send Email
Aug 1, 2007
11:53 am
3979
Hi, Thanks for the reply. Unfortunately using apartment threading model didn't solve the problem. Perhaps it does not suit my model, or I didn't call it in the...
lupin_007
Offline Send Email
Aug 1, 2007
3:31 pm
3980
Thanks for the help. I have tried created JCW classes from IDL(converted to type library using MIDL Visua lStudio VC++ tool). Request: Please find as an...
Manisha Srivastava
manisha_delhi91
Offline Send Email
Aug 1, 2007
4:43 pm
3981
Hello, I've inherited a project that uses jacoZoom. On my development laptop, I'm getting the following exception when I attempt to instantiate the base COM...
Justin Alexander Redd
supercolony
Offline Send Email
Aug 1, 2007
10:13 pm
3982
Hello ... <SNIP> ... Try to call useApartmentThreadingModel() method directly after runRoyalityFree() or, if you evaluate , at program start in the main ...
Hermann Scheibe
h_scheibe
Offline Send Email
Aug 2, 2007
1:24 pm
3983
Hello ... File attachements are not allowed for group posting, please use file section. Regards, Hermann...
Hermann Scheibe
h_scheibe
Offline Send Email
Aug 2, 2007
1:37 pm
3984
... As far a java application may be multithreaded(typically GC will run on its own thread) jacoZoom does initialize java threads as MTA (!) Please consult...
Hermann Scheibe
h_scheibe
Offline Send Email
Aug 2, 2007
2:39 pm
3985
Hello ... The exception with code 0x80080005 means CO_E_SERVER_EXEC_FAILURE, also the COM component is a server and it is crushed on the initialization. ... ...
Hermann Scheibe
h_scheibe
Offline Send Email
Aug 2, 2007
2:47 pm
3986
... Thanks for the quick response. I'm new to COM and am not sure how to determine if a component is properly installed and registered. I took a look in...
Justin Alexander Redd
supercolony
Offline Send Email
Aug 2, 2007
7:41 pm
3987
... Well Hermann, My error turned out not to be from jacoZoom. I'm using jacoZoom inside of a webapp. On my development laptop I'm running this app inside of ...
Justin Alexander Redd
supercolony
Offline Send Email
Aug 2, 2007
11:58 pm
3988
Hello. I'm trying to integrate a MapPointControl into my application; this seems to succeed, but the control is not "alive". I can interact with it by calling...
ventuelephant
Offline Send Email
Aug 3, 2007
8:17 am
3989
Hi, As I said, I cannot use that call before line 5. If I call useApartmentThreadingModel() anywhere in my application, but before line 1, I get the exception:...
lupin_007
Offline Send Email
Aug 3, 2007
10:14 am
3990
Hello ... This is a environment problem the native dll couldn't be loaded. Please make sure izmjnicom.dll can be loaded by classloader and the exception will...
Hermann Scheibe
h_scheibe
Offline Send Email
Aug 3, 2007
11:02 am
3991
We use an Ole Document embedding, with easy use. import com.inzoom.axjni.JOLEDocument; import com.inzoom.comjni.ComJniException; import...
erfranco
Offline Send Email
Aug 3, 2007
11:54 am
3992
... Yes, I tried this and it works, but how do you interact with it, then? I tried com.inzoom.comjni.IUnknown pUnk=oledoc.getDocument(); but it returns null. ...
ventuelephant
Offline Send Email
Aug 3, 2007
2:55 pm
3993
Hi, I loaded the jacozoom library in my entry class (after copying the .dll to the <application_home>/jni folder): static { ...
lupin_007
Offline Send Email
Aug 6, 2007
7:56 am
3994
Hello, ... As mentioned on getDocument() method documentation this will return null before addNotify() method from Swing framework is notified. Please wait for...
Hermann Scheibe
h_scheibe
Offline Send Email
Aug 6, 2007
8:36 am
3995
Hello, ... com.inzoom.axjni.impl.jcw.IWinSurfaceJCW.getUnmarshalledRawUnknown(IWinSurfaceJCW.java:84) ... ...
Hermann Scheibe
h_scheibe
Offline Send Email
Aug 6, 2007
9:28 am
3997
... Thank you very much for your help!!! Now I'm quite ahead on my way: maps works, I can add pushpins, move it to the desired location, etc... I've just got a...
ventuelephant
Offline Send Email
Aug 6, 2007
3:33 pm
3998
Hi, I couldn't get WMP to work correctly win Win 2K, so I'm are trying another video ActiveX control. (We had some other issues this WMP itself and had...
danlschroeder
Offline Send Email
Aug 7, 2007
8:01 pm
3999
Hello, ... Do you see this race condition before oder after the AxEvent.init() called ? This may be problem with Document server(Map Point) or Document ...
Hermann Scheibe
h_scheibe
Offline Send Email
Aug 8, 2007
10:30 am
4000
Hello, ... ActiveX and JActiveX are both heavyweight(!) components. Both using the same ATL based ActiveX container implementation. Differences between ActiveX...
Hermann Scheibe
h_scheibe
Offline Send Email
Aug 8, 2007
12:02 pm
4001
Hi, Sorry, but I'm able to figure out myself the changes. I looked at your sample JWeb and compare it with JWebSta, and I changed my init(AxEvent arg0) method...
lupin_007
Offline Send Email
Aug 9, 2007
12:01 pm
4002
PS: I was missing a short but important negation: I meant "I'm NOT able to figure out myself the changes" ... ...
lupin_007
Offline Send Email
Aug 9, 2007
1:35 pm
4003
Hermann, Thanks for your help so far. We've verified that the video speed problem is actually an issue with the leadtools component, so I don't need any more...
danlschroeder
Offline Send Email
Aug 9, 2007
8:28 pm
4004
... Hmm, I really can't tell. Sorry. How can I find the answer? ... to ... Here it is. Please see the commented part and try with and without it. public class...
ventuelephant
Offline Send Email
Aug 9, 2007
8:37 pm
4005
Hello Dan, ... May be scheduling the activeXControl.revalidate() call to time after the source was loaded(mediaPlayer.setSourcefile) will help. HTH Hermann...
Hermann Scheibe
h_scheibe
Offline Send Email
Aug 15, 2007
7:45 am
Messages 3975 - 4005 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