Search found 15 matches
- Sat Oct 27, 2007 2:51 pm
- Forum: VCL
- Topic: Chart export feature wish list
- Replies: 1
- Views: 3425
Chart export feature wish list
Hi there, I have trouble exporting the chart shown on screen exactly as that into a graphics file, so it can be used in some kind of printed report. While bitmap file export is great when you want to use the bitmap for screen display only, the resolution is too small when it should be used in a 600 ...
- Sat Oct 27, 2007 1:38 am
- Forum: VCL
- Topic: Problem with Export to PDF
- Replies: 1
- Views: 3684
The problem with the axis labels does not only appear when using polish characters. Also here the vertical axis caption overlays the axis labels and there doesn't seem to be a manual fix for that as for normal TChart drawing. In general, the TChart export is very poor. I'm also a bit dissapointed by...
- Thu Oct 18, 2007 9:02 pm
- Forum: VCL
- Topic: Proper installation procedure for TeeChart Pro source code
- Replies: 13
- Views: 16767
- Thu Oct 18, 2007 4:14 pm
- Forum: VCL
- Topic: Proper installation procedure for TeeChart Pro source code
- Replies: 13
- Views: 16767
Hi again, I ran the debug version and the log.txt contains the following entry for the latest BCB version: Locating: RAD 2007.Win32 version: 11 Found Registry RootDir: C:\Program Files (x86)\CodeGear\RAD Studio\5.0\ Edition: Enterprise Looking for compiler exe at: C:\Program Files (x86)\CodeGear\RAD...
- Thu Oct 11, 2007 2:37 pm
- Forum: VCL
- Topic: Proper installation procedure for TeeChart Pro source code
- Replies: 13
- Views: 16767
Yup, dcc32 is present, --version returns: dcc (CodeGear Delphi for Windows) 18.5 CodeGear Delphi for Win32 compiler version 18.5 Copyright (c) 1983,2007 CodeGear However, even if the path to the BCB bin directory is set and dcc32 can be executed from anywhere, TeeRecompile still shows an empty envir...
- Wed Oct 10, 2007 3:28 pm
- Forum: VCL
- Topic: Proper installation procedure for TeeChart Pro source code
- Replies: 13
- Views: 16767
- Wed Oct 10, 2007 3:09 pm
- Forum: VCL
- Topic: Proper installation procedure for TeeChart Pro source code
- Replies: 13
- Views: 16767
- Wed Oct 10, 2007 2:50 pm
- Forum: VCL
- Topic: Striped surface plot
- Replies: 2
- Views: 4060
- Wed Oct 10, 2007 2:46 pm
- Forum: VCL
- Topic: Proper installation procedure for TeeChart Pro source code
- Replies: 13
- Views: 16767
- Tue Oct 09, 2007 10:53 pm
- Forum: VCL
- Topic: Proper installation procedure for TeeChart Pro source code
- Replies: 13
- Views: 16767
- Tue Oct 09, 2007 10:16 pm
- Forum: VCL
- Topic: Striped surface plot
- Replies: 2
- Views: 4060
Striped surface plot
Hi there, I create a TSurfaceSeries and fill the data in with the following code: // loop over all time points for (unsigned int i=0; i < z_matrix.size(); ++i) { // loop over all coordinates for (unsigned int j = 0; j<y_vec.size(); ++j) { series3D->AddXYZ(x_vec[i], z_matrix[i].m_data[j], y_vec[j]); ...
- Tue Oct 09, 2007 1:51 pm
- Forum: VCL
- Topic: Installation of TeeChart Pro v8 VCL fails with error message
- Replies: 4
- Views: 7915
The only other third-party tool related to BCB is the LMD tools. But I wouldn't think this is the issue. The error messages occured with either installer, the TeeChart8.01Delphi2007.exe and TeeChart8.01RAD2007.exe. In either case the error message appears when the installer wants to contact the inte...
- Sat Oct 06, 2007 12:39 pm
- Forum: VCL
- Topic: Proper installation procedure for TeeChart Pro source code
- Replies: 13
- Views: 16767
Proper installation procedure for TeeChart Pro source code
Hi there, I would like to build and install the TeeChartPro source code in CodeGear C++ 2007, update 3. However, there doesn't seem to be a project file in the source code archive for this version. Is there somewhere a detailed installation instruction on how to manually create a project, how to com...
- Fri Oct 05, 2007 2:56 pm
- Forum: VCL
- Topic: Installation of TeeChart Pro v8 VCL fails with error message
- Replies: 4
- Views: 7915
Installation of TeeChart Pro v8 VCL fails with error message
As additional information: I have C++ Builder 2007 with Update 3 installed.
Andreas
Andreas
- Fri Oct 05, 2007 2:28 pm
- Forum: VCL
- Topic: Installation of TeeChart Pro v8 VCL fails with error message
- Replies: 4
- Views: 7915
Installation of TeeChart Pro v8 VCL fails with error message
Hi there, I downloaded the installer TeeChart8.01RAD2007.exe but when running it I get the following error message dialog: The procedure entry point SetupDiEnumDeviceInterfaces could not be located in the dynamic link library SETUPAPI.dll. I'm using Windows XP x64 and CodeGear RAD Studio 5.0/C++ Bui...