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 3831 - 3860 of 4588   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3831
Hi, I have added support for VT_RECORD as argument of event handlers. Please download the update from ...
Stefan Zschocke
szschocke
Offline Send Email
Apr 2, 2007
11:33 am
3832
Hi. Our CortonaWrapper seems to be running out of resources very quickly, resulting in excessive garbage collection and dramatic slowdown. We had the...
Henrik Dohlmann
hdohlmann
Offline Send Email
Apr 2, 2007
12:30 pm
3833
Hello ... Do you mean java threads or native threads( native thread count from process list) ? ... All what i can see is the names of threads ( second column )...
Hermann Scheibe
h_scheibe
Offline Send Email
Apr 2, 2007
4:20 pm
3834
Hello Hermann We do mean Java Threads. The log snippet is showing the name of the thread in the second column. The code snippet provided shows how we organize...
Henrik Dohlmann
hdohlmann
Offline Send Email
Apr 3, 2007
8:56 am
3835
Hello Henrik, ... I'm not sure but possible if we attach a native thread to the java VM, deattach and attach it again - we have a new name for the same native...
Hermann Scheibe
h_scheibe
Offline Send Email
Apr 3, 2007
3:13 pm
3836
We're still getting exception (see referenced message below) when doing JOLEDocument.useRegistry(false, null); This thread explained how we can use it with...
DavidGhous
Offline Send Email
Apr 4, 2007
2:26 pm
3837
Thanks. It is working now. ... handlers. ... http://tech.groups.yahoo.com/group/jacoZoom/files/stefan/jacoZoom.msi ... a ... window ... <S.Zschocke@> ... ...
sgarg70
Offline Send Email
Apr 4, 2007
5:58 pm
3838
I have a project that uses the Windows Media Player ActiveX control and when releasing the control and adding another instance to a window I am getting an...
scottagillette
Offline Send Email
Apr 4, 2007
6:30 pm
3839
Hello Scott, i've downloaded , compile and run your example with both JDK 1.6 and jre 1.5.0_09 as in your log file. Both cases not Access violation but a Java...
Hermann Scheibe
h_scheibe
Offline Send Email
Apr 5, 2007
11:49 am
3840
Thanks for the quick response Hermann. The version of Window Media Player that I have is 11.0.5721.5145. So if you run the sample code and release the control...
scottagillette
Offline Send Email
Apr 5, 2007
2:33 pm
3841
Hello Scott ... No, i hit the button 20 times the program runs stable no crashes. Regards Hermann...
Hermann Scheibe
h_scheibe
Offline Send Email
Apr 5, 2007
4:10 pm
3842
Hello, I am trying to display an ActiveX or OLE Doc in a SWT view in Eclipse RCP using jacozoom. I get this error: ...
crimir
Offline Send Email
Apr 5, 2007
5:13 pm
3843
... Do you - by chance - use a core (2) Duo, SMP or Hyperthreading?...
Jens Georg
phako78
Online Now Send Email
Apr 6, 2007
10:35 am
3844
Yes, here are my specs: Dell OptiPlex GX620 Pentium D 2.8 Ghz 2 GB RAM Are there any known issue with JacoZoom in a multi-core scenario? Thanks Hermann -S ... ...
scottagillette
Offline Send Email
Apr 6, 2007
2:51 pm
3845
We are working on this prb and will publish a solution today or tomorrow. Thanks, Stefan ... JOLEDocument ... Excel ... Method) ... (IUnknownJCW.java:75) ... ...
Stefan Zschocke
szschocke
Offline Send Email
Apr 10, 2007
9:11 am
3846
... I can only tell you what I experienced about a year ago on a HT machine. It looked similar to your problem. Maybe you should try on a single core, non-HT...
Jens Georg
phako78
Online Now Send Email
Apr 10, 2007
11:29 am
3847
Hermann, Could you send me a debug version of the JacoZoom DLL? Thanks Scott...
scottagillette
Offline Send Email
Apr 10, 2007
3:12 pm
3848
Hello Scott, a today build version was post to your private EMail. Regards, Hermann ... window ... sequence of ... must be ... noticed...
Hermann Scheibe
h_scheibe
Offline Send Email
Apr 10, 2007
5:15 pm
3849
Hello again. Tried the same experiment with Calendar. No noticeable slowdown here :-) However, we still see a new JAVA thread being generated for each staCall....
Henrik Dohlmann
hdohlmann
Offline Send Email
Apr 12, 2007
1:49 pm
3850
Hi. Please, is there anything suspect in the below code-snippet? /** Helper called from inside a STA thread */ private IFieldObject getField(final INodeObject...
Henrik Dohlmann
hdohlmann
Offline Send Email
Apr 12, 2007
1:49 pm
3851
Arrgh, we also get these. It smells of something we neglect to call release() on... Any easy way to locate such buggers? # # An unexpected error has been...
Henrik Dohlmann
hdohlmann
Offline Send Email
Apr 12, 2007
1:57 pm
3852
Hi, ... Yes please do it, i will try to convert it to use with STAThread so new example can be maded. Thanks Hermann...
Hermann Scheibe
h_scheibe
Offline Send Email
Apr 12, 2007
2:52 pm
3853
I will be out of the office starting 04/11/2007 and will not return until 04/30/2007. I will respond to your message when I return. Please contact Mark...
Christopher Hanson
chrisshanson...
Offline Send Email
Apr 12, 2007
3:03 pm
3854
Somehow related to this topic: ResultSetMetaData.getColumnType(i+1) throws a jdbcado.UnsupportedException, if the data type on the oledb side is a variant...
m_hesselbach
Offline Send Email
Apr 12, 2007
5:48 pm
3855
Hi, I will look into this and post a driver update by Monday Thanks, Stefan...
Stefan Zschocke
szschocke
Offline Send Email
Apr 12, 2007
6:08 pm
3856
Hi, the method _getFields returns a COM object. You must assign it to a local variable and call release on it after calling the _getItem method. Otherwise the...
Stefan Zschocke
szschocke
Offline Send Email
Apr 12, 2007
6:11 pm
3857
Nice. Very well spotted :-) Thank you very much. Unfortunately, the first thing that hit me was another of the below, which indicates I might have some more of...
Henrik Dohlmann
hdohlmann
Offline Send Email
Apr 13, 2007
9:26 am
3858
Uploaded to hdohlmann/TestCal.zip JCal modified to use staCall. See the Java Thread creation byh launching jconsole (from sun JDK6) and attach to the process. ...
Henrik Dohlmann
hdohlmann
Offline Send Email
Apr 13, 2007
9:28 am
3859
Hi, we have posted a jacoZoom update which should fix your problem. Stefan ... JOLEDocument ... Excel ... Method) ... (IUnknownJCW.java:75) ... ...
Stefan Zschocke
szschocke
Offline Send Email
Apr 16, 2007
10:03 am
3860
Stefan, We are getting same error as before. Should we regenerate wrapper classes? I unregister my IzmJniComAx.dll with "regsvr32 /u" before trying it to ...
DavidGhous
Offline Send Email
Apr 17, 2007
3:07 pm
Messages 3831 - 3860 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