Search found 3 matches

by SnortyRaisin
Fri Sep 10, 2010 2:09 pm
Forum: VCL
Topic: Class TBoxSeries not found
Replies: 5
Views: 2962

Re: Class TBoxSeries not found

I found the problem, and it is strange. I use several other commercial libraries (several Dew Research libraries, LMD tools, and XLSReadWriteII from Axolot for interacting with an Excel spreadsheet). By default, these packages are available when I start C++ Builder. The test program could not find t...
by SnortyRaisin
Wed Sep 08, 2010 8:49 pm
Forum: VCL
Topic: Class TBoxSeries not found
Replies: 5
Views: 2962

Re: Class TBoxSeries not found

I checked the project files and could find nothing wrong. I created a simple program that only creates one box plot from a data array. When I reopened the program, I received the same missing TBoxSeries error message. If I change the chart so that is plots a line, I can reopen the file without error.
by SnortyRaisin
Fri Sep 03, 2010 7:35 pm
Forum: VCL
Topic: Class TBoxSeries not found
Replies: 5
Views: 2962

Class TBoxSeries not found

A program in C++ Builder 2007 and TeeChart 8.04 contains a Chart with 15 box plots. It runs without error, but when I quit Builder, then restart Builder, I get the error message "Error Reading Form - Class TBoxSeries not found...". If I "Ignore All", then delete Chart (it really isn't all there), an...