Canvas and brush problems - new install
Posted: Sun Dec 16, 2007 4:57 pm
I have just installed the TeeChart Pro v8.02.10861 into C++ builder V4 build 14.4, which had the free Teechart v4 installed. After a lot of access violations etc, I found the remnants of Tchart v4 and removed these. This seems to have cleared. However
1) Installed Shortcut for Teechart user guide and tutorials has no target(TeeChart8Manual.chm is missing or not installed).
2) When I add a chart to a new project, and then a series (e.g. contour or surface) the following is added #include "TeeSurfa.h", and then the IDE says the header file cannot be found. When I alter this to hpp, it seems to work, but I wonder if this is really correct.
3) The biggest problem is with the contour series. I need the series to be filled, not just lines (in a 2D view). When I edit it in the IDE, it looks OK, but when I run the project it reverts back to lines again. The brush property of the TContourSeries gives an access violation when referenced. (So I cant change the style to bsSolid).
4) The Canvas property (as TCanvas3D) is NULL when referenced, so I can't draw on the chart, (which was one of the best features in version 4).
5) What are the variables for the lib and include directories, as BCB 4 doesn't seem to like $(TEELIBPATH) if I enter it, it keeps changing it to $(BCB)\$(TEELIBPATH) and if I put the full path in to the search paths BCB keeps altering it to ..\..\Steema... etc. which makes it difficult to set these as defaults as prjects are in different places. If I could find where these defines $(TEELIBPATH) etc. were, and use these instead this would help immensely. (Maybe this is more of a BCB problem).
I think there might be some mismatch between the Tchart graphics and the BCB VCL code.
I bought this version because I was very impressed with vers 4 and all I want to do is create a contour chart which is an urgent client requirement. Is there a problem with v8 and BCB 4 or has anybody else managed to successfully use these two together (or any other version of Teechart that is available)?
1) Installed Shortcut for Teechart user guide and tutorials has no target(TeeChart8Manual.chm is missing or not installed).
2) When I add a chart to a new project, and then a series (e.g. contour or surface) the following is added #include "TeeSurfa.h", and then the IDE says the header file cannot be found. When I alter this to hpp, it seems to work, but I wonder if this is really correct.
3) The biggest problem is with the contour series. I need the series to be filled, not just lines (in a 2D view). When I edit it in the IDE, it looks OK, but when I run the project it reverts back to lines again. The brush property of the TContourSeries gives an access violation when referenced. (So I cant change the style to bsSolid).
4) The Canvas property (as TCanvas3D) is NULL when referenced, so I can't draw on the chart, (which was one of the best features in version 4).
5) What are the variables for the lib and include directories, as BCB 4 doesn't seem to like $(TEELIBPATH) if I enter it, it keeps changing it to $(BCB)\$(TEELIBPATH) and if I put the full path in to the search paths BCB keeps altering it to ..\..\Steema... etc. which makes it difficult to set these as defaults as prjects are in different places. If I could find where these defines $(TEELIBPATH) etc. were, and use these instead this would help immensely. (Maybe this is more of a BCB problem).
I think there might be some mismatch between the Tchart graphics and the BCB VCL code.
I bought this version because I was very impressed with vers 4 and all I want to do is create a contour chart which is an urgent client requirement. Is there a problem with v8 and BCB 4 or has anybody else managed to successfully use these two together (or any other version of Teechart that is available)?