Search found 5 matches

by nader
Tue Aug 01, 2017 4:36 pm
Forum: VCL
Topic: Memory leaks
Replies: 1
Views: 5323

Memory leaks

Hello,

I am attaching the following memory leak reported by EurekaLog for your kind consideration.

Regards
by nader
Tue Jun 27, 2017 3:31 pm
Forum: VCL
Topic: TTextblock Class Conflict
Replies: 3
Views: 8658

TTextblock Class Conflict

Hello,

Setting up TeeChart for Delphi 10.2 was failing on my workstation due to a conflict in TTextblock class, it seems there is a class with similar name in TMS Diagram Package, can you add a prefix to your class? I have also contacted TMS.

Regards,
Nader
by nader
Fri Jun 09, 2017 6:54 pm
Forum: VCL
Topic: Map Series Demo Similar to Google Charts
Replies: 4
Views: 9048

Re: Map Series Demo Similar to Google Charts

I found the code too as part of the Shape object :)

Thanks
by nader
Fri Jun 09, 2017 6:19 pm
Forum: VCL
Topic: Map Series Demo Similar to Google Charts
Replies: 4
Views: 9048

Re: Map Series Demo Similar to Google Charts

Thank you, Actually I came here to answer my own question ;) I figured it out, and I have an identical chart to what is offered by Google running offline, Awesome! The only suggestion I have is related to the country name, it is better to have support for ISO country codes. Thank you so much :) Nader
by nader
Thu Jun 08, 2017 7:00 pm
Forum: VCL
Topic: Map Series Demo Similar to Google Charts
Replies: 4
Views: 9048

Map Series Demo Similar to Google Charts

Hello, I am currently using Google Charts (https://developers.google.com/chart/interactive/docs/gallery/geochart) to draw a map chart, the example is very simple to setup, I am even using it in Delphi using TWebBrowser and TPageProducer. I am trying to do the same in Delphi using TChart (for Offline...