Search found 8 matches

by jer_m
Tue Dec 18, 2007 5:55 pm
Forum: ActiveX
Topic: Problems with the downsample function
Replies: 19
Views: 25469

Hi Narcis,

Were you able to reproduce this?

Best regards,
Jerron
by jer_m
Wed Dec 12, 2007 6:39 pm
Forum: ActiveX
Topic: Problems with the downsample function
Replies: 19
Views: 25469

Hi Narcis, I did a little more investigating, watch what happens to your same code when instead of adding days as your increments you add hours, i / 24 then minutes, then seconds, then milliseconds. The smaller the interval the more aggressive the downsamling function becomes. Eventually resulting i...
by jer_m
Tue Dec 11, 2007 6:42 pm
Forum: ActiveX
Topic: Problems with the downsample function
Replies: 19
Views: 25469

Hi Narcis, Thanks for the quick response. I added the code in the sample project and it didn’t work. I am using v8.0.0.1.10507 so I am hoping it’s something that got fixed and not something I corrupted in the sample project. Would you mind testing with the older version as the version I have is the ...
by jer_m
Wed Dec 05, 2007 9:46 pm
Forum: ActiveX
Topic: Problems with the downsample function
Replies: 19
Views: 25469

Problems with the downsample function

I've been using TeeChart for .Net but am currently evaluating the ActiveX version for a new project. The ActiveX version seems to handle large amounts of data much more efficiently but I have run into a couple problems. 1. I can't seem to get the downsample function to work correctly when the x axis...
by jer_m
Thu Dec 14, 2006 1:27 am
Forum: .NET
Topic: Disappearing bars
Replies: 3
Views: 5969

Do you have any idea when this might be fixed? I have a project approaching a deadline and I'm wondering if I should even attempt to stall, my workaround options are not very appealing.

Regards,
Jerron
by jer_m
Fri Aug 18, 2006 6:58 pm
Forum: .NET
Topic: Lighting tool problems
Replies: 5
Views: 8030

Strange that this problem didn't occur in VS2003. Unfortunately using the define doesn't really work, it's just a compiler switch and doesn't really tell you if you are running in the debugger, it just affects the build process. Hitting ctrl f5 just runs the application without the debugger. You can...
by jer_m
Thu Aug 17, 2006 5:51 pm
Forum: .NET
Topic: Lighting tool problems
Replies: 5
Views: 8030

Thanks for the tip, no it doesn't freeze when I run it. However, it doesn't appear to be a memory issue. When I run it in the debugger it's peak memory usage is around 32 megs and there is barley any performance hit during runtime. That's why I didn't think to run it without the debugger. It also do...
by jer_m
Wed Aug 16, 2006 5:50 pm
Forum: .NET
Topic: Lighting tool problems
Replies: 5
Views: 8030

Lighting tool problems

It appears the lighting tool only works during design time. During runtime it’s causing my app to freeze. Can someone confirm this for me please.

I’m using 2.0.2306.26232