Search found 20 matches

by jer_m
Wed Mar 04, 2009 6:46 pm
Forum: ActiveX
Topic: Problems with the downsample function
Replies: 19
Views: 25449

Hi Narcís,

Thank you so much, that is exactly what we were looking for!
I really appreciate this and I’m looking forward to fully implementing this in our project.

Best regards,
Jerron
by jer_m
Tue Feb 17, 2009 6:07 pm
Forum: ActiveX
Topic: Problems with the downsample function
Replies: 19
Views: 25449

Thats great news, I will be looking forward to trying it out.

Thank you Narcís,
Jerron
by jer_m
Tue Jan 20, 2009 6:55 pm
Forum: VCL
Topic: Clip function in OpenGL not working
Replies: 7
Views: 9775

Hi Narcís, Thanks for the quick response. I saw in another post that you are working on a new OpenGL engine for the next major release and that you were hoping to release this between the 2nd and 3rd quarter of this year (for the activex version) and possibly earlier for the beta release. Is this wh...
by jer_m
Tue Jan 20, 2009 2:04 am
Forum: VCL
Topic: Clip function in OpenGL not working
Replies: 7
Views: 9775

I recently tried to use opengl with the activex TChart version and am getting the same problem. Was there a fix for this that I'm missing or a workaround. I'm using multiple custom axis so when I zoom the series from the other axis draw over each other

Best regards,
Jerron
by jer_m
Tue Nov 04, 2008 5:39 pm
Forum: ActiveX
Topic: docked chart freezes when sized too small
Replies: 15
Views: 19739

Hi Narcís,

I sent the message a couple days before version 8.0.0.5 was released. The issue was definitly resolved in 8.0.0.5. Thank you very much, that was a big relief and I was able to incorporate the fix before the next release of our software.

Best regards,
Jerron
by jer_m
Tue Oct 21, 2008 5:37 pm
Forum: ActiveX
Topic: docked chart freezes when sized too small
Replies: 15
Views: 19739

Hi Narcís, Is there any news on this, will it be fixed in the next release? I'm a little concerened as our customers may start running into this bug and theres not any way for me to prevent it. I can't set a minimum size for the form because they can also encounter it by adding more axis. We use TCh...
by jer_m
Tue Sep 23, 2008 5:02 pm
Forum: ActiveX
Topic: docked chart freezes when sized too small
Replies: 15
Views: 19739

Hi Narcis,

Where you abe to reproduce this?
by jer_m
Fri Sep 19, 2008 6:05 pm
Forum: ActiveX
Topic: docked chart freezes when sized too small
Replies: 15
Views: 19739

Hi Narcis, I sent you another project which is almost the same as the last one but it has more labels and I made an installer for it. I also should mention, I took a brand new laptop out of the box, powered it up ran the installer on it and was able to reproduce the problem. So you should be able to...
by jer_m
Thu Sep 18, 2008 5:46 pm
Forum: ActiveX
Topic: docked chart freezes when sized too small
Replies: 15
Views: 19739

Hi Narcis, I have a little more information that may be of some help. In the full application we are developing we use a selectable number of custom axis along the left side, if the form is sized small enough and enough custom axis are turned on, we also experience the lock up. Something else I just...
by jer_m
Wed Sep 17, 2008 6:47 pm
Forum: ActiveX
Topic: docked chart freezes when sized too small
Replies: 15
Views: 19739

Hi Narcis, I double checked my project and looked through my registry and it everything I found was referencing a version v8.0.0.4 ocx. To make sure I uninstalled and v8.0.0.4 from your website but had no luck. As far as reproducing it are you running the project, grabbing the bottom of the form and...
by jer_m
Tue Sep 16, 2008 5:33 pm
Forum: ActiveX
Topic: docked chart freezes when sized too small
Replies: 15
Views: 19739

Hi Narcis,

I uploaded the application to your upload page,
WindowsApplication5.zip
by jer_m
Mon Sep 15, 2008 5:18 pm
Forum: ActiveX
Topic: docked chart freezes when sized too small
Replies: 15
Views: 19739

Hi Narcis,

I'm using v8.0.0.4 but I just realized I am using the fastline series, I tried some of the other series and couldn't reproduce the problem. Can you try to reproduce this with the fastline series?

Best regards,
Jerron
by jer_m
Fri Sep 12, 2008 9:04 pm
Forum: ActiveX
Topic: docked chart freezes when sized too small
Replies: 15
Views: 19739

docked chart freezes when sized too small

I am using Visual Studio 2005, If you create a new windows forms project drop TChart into it, set the dock property to fill, add some values to the series Random rnd = new Random(); for (int i = 0; i < 25; i++) { axTChart1.Series(0).AddNullXY((double)i, (double)rnd.Next(100), ""); } run the applicat...
by jer_m
Tue Sep 09, 2008 5:50 pm
Forum: ActiveX
Topic: adding nan's to the begining or end of a series doesn't work
Replies: 1
Views: 4024

adding nan's to the begining or end of a series doesn't work

I noticed when a Nan is added to either the begining or end of a series it makes the chart graph a flat line, inserting Nan's in the middle works as expected, there is a break in the graph drawn and it doesn't make the chart graph a flat line the following code demonstrating this is using c# //break...
by jer_m
Thu Jul 10, 2008 9:46 pm
Forum: ActiveX
Topic: Datetime precision loss
Replies: 10
Views: 15738

Hi Narcís, I see your point about the precision loss. However I’m assuming the code you used to convert between ticks and OLE Automation Dates was just to represent the data loss, here’s Microsoft’s actual conversion code via reflector private static double TicksToOADate(long value) { if (value == 0...