Search found 66 matches

by Fang
Tue May 17, 2005 7:22 pm
Forum: .NET
Topic: How do I know which series I am working with
Replies: 5
Views: 8902

great, tks :lol:
by Fang
Tue May 17, 2005 2:18 pm
Forum: .NET
Topic: How do I know which series I am working with
Replies: 5
Views: 8902

actually, can I get the index of the series in the series collection?
by Fang
Mon May 16, 2005 10:14 pm
Forum: .NET
Topic: How do I know which series I am working with
Replies: 5
Views: 8902

I figured out.

now new question,

How do I navigate through all the series, ex. Let's say I know

series* se;

How can I go to the prev/next series in the collection?

Thanks
by Fang
Fri May 13, 2005 8:59 pm
Forum: .NET
Topic: How do I know which series I am working with
Replies: 5
Views: 8902

How do I know which series I am working with

Hi,

newbie question,

How do I know the series type from Series class? Thanks.
by Fang
Fri May 13, 2005 3:11 pm
Forum: .NET
Topic: ShowEditor unhandled exception issue
Replies: 2
Views: 5450

this must have something to do with the matrix(from boost.org) i am using. The following code had the above problem in debug mode. But I can't reproduce it if I replace the matrix_f to std::vector or other simple pointer. So maybe the template inside matrix messed up sth :) typedef boost::numeric::u...
by Fang
Thu May 12, 2005 9:03 pm
Forum: .NET
Topic: ShowEditor unhandled exception issue
Replies: 2
Views: 5450

ShowEditor unhandled exception issue

Hi all, I am using VC++ 2003 .net and teechart .net beta this is really weird. I am not sure if it's teechart problem or vc .net bug Add a teechart, and some function in the form, whenever I reference pointer or recast, ex (*mat)(i,j) or (*char) in any of funtion. The tChart1->ShowEditor() will rais...