Search found 9 matches

by plamen
Wed Feb 11, 2015 1:59 pm
Forum: Java
Topic: Application window freeze problems with 3.2015.0108
Replies: 9
Views: 37063

Re: Application window freeze problems with 3.2015.0108

Hi Yeray, if the beta will contain only this bugfix, I essentially already have it, but if other bugfixes are going to go in - then of course a version with less bugs is always preferable :) Anyway, let's see what other customers say about it, for now I am happy with this temporary solution. Thanks ...
by plamen
Wed Feb 11, 2015 11:58 am
Forum: Java
Topic: Application window freeze problems with 3.2015.0108
Replies: 9
Views: 37063

Re: Application window freeze problems with 3.2015.0108

Hi again,

this is to inform you, that I have created Eclipse project here with the source + resources and arranged for a Maven build infrastructure, so in general I am ready to incorporate other source code changes and build/package them if need be.

regards,
Plamen
by plamen
Wed Feb 11, 2015 10:20 am
Forum: Java
Topic: Application window freeze problems with 3.2015.0108
Replies: 9
Views: 37063

Re: Application window freeze problems with 3.2015.0108

Hi Yeray, I am using Eclipse. I have done the change, built and used the modified source tree and can confirm that the freezes are not observed anymore. Let me test a bit more today and I will get back to you with more precise info. Thanks for your cooperation. If this change is what fixes the bug, ...
by plamen
Wed Feb 11, 2015 8:53 am
Forum: Java
Topic: Application window freeze problems with 3.2015.0108
Replies: 9
Views: 37063

Re: Application window freeze problems with 3.2015.0108

Hi Yeray,

Thanks for your reply. I will try to implement this change. I found the source file file and made the change in it. What is the best way to compile/package the component? Is there something specific I need to know?

regards,
Plamen
by plamen
Tue Feb 10, 2015 12:33 pm
Forum: Java
Topic: Application window freeze problems with 3.2015.0108
Replies: 9
Views: 37063

Re: Application window freeze problems with 3.2015.0108

Hello,

this is to inform you, that so far I was unable to reproduce the error starting with new application. Still the freezes occur in the large application with the latest TeeChart version, so I will need to investigate further. Will let you know if I find something.

regards,
Plamen
by plamen
Mon Feb 09, 2015 10:24 am
Forum: Java
Topic: Application window freeze problems with 3.2015.0108
Replies: 9
Views: 37063

Application window freeze problems with 3.2015.0108

Hello, with the latest version 3.2015.0108 I am experiencing random freezes that result in the whole application unable to redraw, and also I can see the CPU load goes up. Simply replacing latest version with the previous i have (3.2013.1219) and the freezes do not occur anymore, without changing an...
by plamen
Mon Jan 26, 2015 3:59 pm
Forum: Java
Topic: Associating object with chart point/finding specific chart p
Replies: 5
Views: 29903

Re: Associating object with chart point/finding specific chart p

Thanks Yeray,

I think this will work! I will give it a shot and get back to you! I will probably use HashMap with key x_coord_value+"_"+y_coord_value and value the object itself - might be faster than rolling two embedded cycles.

thanks again and regards,
Plamen
by plamen
Mon Jan 26, 2015 2:15 pm
Forum: Java
Topic: Associating object with chart point/finding specific chart p
Replies: 5
Views: 29903

Re: Associating object with chart point/finding specific chart p

Hi Yeray, thanks for your quick answer, but I am afraid I might have not been clear enough specifying my question. Suppose I have number of objects, O1 through On. I want to plot one of their properties vs another, and I also want to be able, when user hovers over a point to retrieve the original ob...
by plamen
Mon Jan 26, 2015 10:37 am
Forum: Java
Topic: Associating object with chart point/finding specific chart p
Replies: 5
Views: 29903

Associating object with chart point/finding specific chart p

Hello, I was trying to find a way to associate an object with a point in Chart (Line series), because I need to be able to display specific information in the tool tip on mouse hover or alternatively do some specific action on point double click. I tried using the returned value index from the add m...