Search found 5 matches

by omp
Wed Jul 02, 2008 9:14 am
Forum: ActiveX
Topic: Using TeeChart Evens with ATL IDispEventImpl class
Replies: 1
Views: 3939

Using TeeChart Evens with ATL IDispEventImpl class

Hi, I want to react on TeeChart events by creating an event sink (derived from ATL class IDispEventImpl). I created the sink map based on the event id's in the teechart.tli file. When I use the teechart in a gui control, each time an event in my sink map is triggered I get the following error: "Acce...
by omp
Thu Apr 03, 2008 12:46 pm
Forum: ActiveX
Topic: 64 bit version
Replies: 3
Views: 5523

Does that mean that when Borland releases a 64 bit VLC (hopefully in winter 2008), we can expect a 64 bit AX version soon after that?
by omp
Thu Apr 03, 2008 8:18 am
Forum: ActiveX
Topic: 64 bit version
Replies: 3
Views: 5523

64 bit version

Hello,

Will there be a 64 bit version of the ActiveX version somewhere in the future?
And if not, does anybody have any experience with integrating the 32 bit version into a 64 bit executable?

Thanks in advance!
by omp
Mon Oct 08, 2007 10:18 am
Forum: ActiveX
Topic: Ignoring Null Points in High-Low Series
Replies: 3
Views: 4768

Hi, Thanks for the quick answer. I have one more question. I am in fact giving the data to the series using an ADO record set. I then set the value source of HighValues and LowValues My question is the following : Am i correct in assuming that I can use the AddNullXY function to add a null once the ...
by omp
Mon Oct 08, 2007 8:05 am
Forum: ActiveX
Topic: Ignoring Null Points in High-Low Series
Replies: 3
Views: 4768

Ignoring Null Points in High-Low Series

Hi, I have the following situation : I have a set of data which is valid only for certain interval of a series, i.e. 1-3-5 2-4-8 3-6-5 -no points- 8-6-12 9-3-14 ... I would like to represent this data as a High-Low graph, while ignoring the null values, i.e. i would like nothing to be drawn between ...