Search found 6 matches

by például
Thu Apr 17, 2014 2:54 pm
Forum: VCL
Topic: debug packages compile option
Replies: 1
Views: 2995

debug packages compile option

Hi Yeray et al, I am compiling a Delphi project in Delphi XE4 release mode and using TeeChart Pro components (not using runtime packages, though I'm not sure if it's relevant to this question). Since I'm trying to produce the smallest .exe possible, I'm experimenting with different settings in the T...
by például
Fri Mar 07, 2014 5:50 pm
Forum: VCL
Topic: Chart resizes when line is emphasized
Replies: 3
Views: 4159

Re: Chart resizes when line is emphasized

Hello Yeray, Thank you for looking into this. The problem is, that whenever I hover over a line, the whole chart resizes a bit. I would like the line to get emphasized, but not to have the chart resized at the same time. To better illustrate my point I uploaded an example (in Delphi 2007 using an ol...
by például
Thu Mar 06, 2014 7:58 pm
Forum: VCL
Topic: Chart resizes when line is emphasized
Replies: 3
Views: 4159

Chart resizes when line is emphasized

In the line chart when the cursor hovers over a line, the width of the line is changed programmatically, to emphasize the line. In TeeChart 9.0.10 (2014 but also versions from 2013) this results in the chart being resized slightly, so the wider line fits. In older versions (8.0.6 definitely) this do...
by például
Wed Aug 14, 2013 9:25 pm
Forum: VCL
Topic: Units from TeeChart Pro not found by IDE
Replies: 4
Views: 6541

Re: Units from TeeChart Pro not found by IDE

Interestingly, adding the package DclTee918.bpl manually through the IDE (and DclTree2D18Tee9.bpl though I don't think this one is relevant) and adding the path to the corresponding .dcp to the Library path clears up my issue with TChart being missing. However, the problem with TTeeCommander remains.
by például
Wed Aug 14, 2013 5:48 pm
Forum: VCL
Topic: Units from TeeChart Pro not found by IDE
Replies: 4
Views: 6541

Re: Units from TeeChart Pro not found by IDE

Unfortunately, adding VCLTee in the location you suggested does not help. Also, adding VCLTee.TeeComma instead of TeeComma does not help. It does not seem to be an issue with scoping. I'm finding other problems such as when opening a number of files I get TChart not found despite VCLTee.Chart being ...
by például
Tue Aug 13, 2013 7:50 pm
Forum: VCL
Topic: Units from TeeChart Pro not found by IDE
Replies: 4
Views: 6541

Units from TeeChart Pro not found by IDE

My company subscribes to TeeChart Pro 2013 Full Source Code for Delphi. We have installed the software with Delphi XE4 using the setup kit, however some components are not found by the IDE when opening Delphi units that include them. For example TTeeCommander is not found when opening a unit that de...