Search found 5 matches
- Sun Aug 04, 2013 5:20 am
- Forum: VCL
- Topic: Use TeeRecompile from finalbuilder
- Replies: 5
- Views: 6686
Re: Use TeeRecompile from finalbuilder
Out of curiosity, why do you recompile all your 3rd party components every day. We have a continuous build process as well, but don't find that necessary. Is there some reason that I missing that makes this useful?
- Tue Jul 23, 2013 1:41 pm
- Forum: VCL
- Topic: Bug in TErrorBarSeries
- Replies: 9
- Views: 9986
Re: Bug in TErrorBarSeries
HI Narcis,
And this fix was in the beta?
And this fix was in the beta?
- Mon Jul 22, 2013 9:30 pm
- Forum: VCL
- Topic: Bug in TErrorBarSeries
- Replies: 9
- Views: 9986
Re: Bug in TErrorBarSeries
Hi Narcis,
In that case, do you know when this release is slated to appear. If its just in a short time, we will just update at that time. If its going to be a long time, we will make the fix and recompile the source.
In that case, do you know when this release is slated to appear. If its just in a short time, we will just update at that time. If its going to be a long time, we will make the fix and recompile the source.
- Fri Jul 19, 2013 7:15 pm
- Forum: VCL
- Topic: Bug in TErrorBarSeries
- Replies: 9
- Views: 9986
Re: Bug in TErrorBarSeries
HI Narcis,
Before we apply this change to the source, is this the final form the fix will take in the next maintenance release?
Before we apply this change to the source, is this the final form the fix will take in the next maintenance release?
- Tue Jun 11, 2013 5:36 am
- Forum: VCL
- Topic: Bug in TErrorBarSeries
- Replies: 9
- Views: 9986
Bug in TErrorBarSeries
Hello, I am using TChart 2012.6.120613 TErrorBarSeries seems to have a bug that if I don't specify an error bar size, the bar itself does not appear. For example, the following code does not show any bars at all TForm1 = class(TForm) Chart1: TChart; Series1: TErrorBarSeries; Button1: TButton; proced...