Search found 115 matches

by bdw
Fri Dec 22, 2017 8:48 am
Forum: VCL
Topic: TeeChart.2017.22 is not compatible with the RAD 10.2.2
Replies: 24
Views: 50042

Re: TeeChart.2017.22 is not compatible with the RAD 10.2.2

Yes I can confirm 10.2.2 version 2004 does not work with binary tchart but source code does work.
by bdw
Fri Dec 22, 2017 6:49 am
Forum: VCL
Topic: Charts and series with no weekends
Replies: 2
Views: 8730

Charts and series with no weekends

Hi,
Do you have an example of how to achieve x-axis graphs with no weekends displayed ?
Regards,
Brett.
by bdw
Thu Dec 21, 2017 4:10 am
Forum: VCL
Topic: Zoom to chart date time range
Replies: 3
Views: 10993

Re: Zoom to chart date time range

Thanks Yeray. The example was enough to show me that my code should have been working. After looking at it further I'm using a TCandleSeries and was using the Minimum value but that appears to be some date in the 1900's ? So I can't set a TDateTime value for it, maybe I'm missing something ? I can g...
by bdw
Wed Dec 20, 2017 6:01 am
Forum: VCL
Topic: Zoom to chart date time range
Replies: 3
Views: 10993

Zoom to chart date time range

Hello, I have a chart that has a bottom axis date range 2013-10-28 to 2017-12-20 as the maximum range. How can I change the range to for example 5 days. 1 month, 1 year, 2 years, 5 years etc. So it would always show from the current time on the right hand side to for example 1 year on the left hand ...
by bdw
Thu Mar 23, 2017 11:16 pm
Forum: VCL
Topic: RX Tokyo 10.2 release
Replies: 8
Views: 16433

RX Tokyo 10.2 release

Hi,
Can you tell me is the Build 2017.20.170306 release compatible with 10.2 or when a release will be made ?

We also have the Source Recompilation Tool, is there a setting to allow it to detect 10.2 ?
by bdw
Mon Dec 19, 2016 11:27 pm
Forum: VCL
Topic: TFastLine segments
Replies: 2
Views: 6243

Re: TFastLine segments

As always thanks Yeray, worked like a charm once I figured the DoNotPaint flag was also required when doing it manually.
by bdw
Thu Dec 08, 2016 4:28 am
Forum: VCL
Topic: TFastLine segments
Replies: 2
Views: 6243

TFastLine segments

Hi,

Is it possible to draw line segments which aren't connected.

For example connect 1,1 to 2,2 then have another segment 3,3 to 4,4 with no connection between 2,2 to 3,3 ?

Regards, Brett.
by bdw
Thu Sep 08, 2016 9:43 pm
Forum: VCL
Topic: TMapSeries title position
Replies: 12
Views: 18565

Re: TMapSeries title position

Hi Yeray, Well part of the frustration was also 10.1 and compilation issues, just some weird behavior with compiler locking up. Even had one instance where the whole VM was trying to automatically resize, had to do a power off of the VM. So quite a combination. I tried your code above but that only ...
by bdw
Thu Sep 08, 2016 5:59 am
Forum: VCL
Topic: TMapSeries title position
Replies: 12
Views: 18565

Re: TMapSeries title position

After a few hours of head scratching and frustration trying to figure out why my Delphi test app worked but not my Cpp. I figured it must be compiling to the wrong BPL or something like that even though the environment vars were set correctly. I uninstalled the binary packages I had installed prior ...
by bdw
Thu Sep 08, 2016 4:52 am
Forum: VCL
Topic: TMapSeries title position
Replies: 12
Views: 18565

Re: TMapSeries title position

Just looking at this again in 2016.18 source version.

This does not seem to be fixed and my previous work around does not seem to be working.

Any insight into this ?
by bdw
Wed May 06, 2015 9:02 pm
Forum: VCL
Topic: TMapSeries title position
Replies: 12
Views: 18565

Re: TMapSeries title position

Hey Yeray, Thanks Yes was the code I tested with initially on 2015.15.150420 and our production release with last 2014.X Its not perfect but pretty close to centered, image attached from 2015.X Larger text is with the vertical adjustment in the DrawMark() function, the smaller test was just my quick...
by bdw
Wed May 06, 2015 2:01 am
Forum: VCL
Topic: TMapSeries title position
Replies: 12
Views: 18565

Re: TMapSeries title position

Ok I spent a bit of time test with TAnnotationTool as a work around. Then I decided to look at the source and found TeeMapSeries.pas line 2408 :- APosition.LeftTop.Y:=tmpY {-(APosition.Height div 2)}; So for some reason the vertical alignment has been commented out, any reason for this ? I have test...
by bdw
Wed May 06, 2015 12:07 am
Forum: VCL
Topic: TMapSeries title position
Replies: 12
Views: 18565

Re: TMapSeries title position

Hello,

This issue has cropped up again for us.

I see the bug was lodged 2014-06-26 but still has NOT fixed ? Status just says CONFIRMED.

Is there a work around for this ? If you can let me know which source function maybe ?

Seems GDI & GDI+ have this issue under VCL.
by bdw
Tue Sep 09, 2014 8:37 pm
Forum: VCL
Topic: XE7 ?
Replies: 7
Views: 12547

Re: XE7 ?

thanks for the update
by bdw
Tue Sep 09, 2014 3:09 am
Forum: VCL
Topic: XE7 ?
Replies: 7
Views: 12547

XE7 ?

Hey Guys,
Any word on when a release might happen that supports XE7 ?
Regards,
Brett.