Search found 33 matches

by WarmBooter
Mon Apr 10, 2017 12:15 am
Forum: VCL
Topic: How to register Help in Delphi 10.1 Berlin
Replies: 6
Views: 12627

Re: How to register Help in Delphi 10.1 Berlin

Similar problem happens with Tokyo (10.2)... the registry key exists, but the installer did not copy the .chm file to the Help\Doc folder.

Steema, please fix this.
by WarmBooter
Wed Jan 25, 2017 10:01 am
Forum: VCL
Topic: Problem with new TeeChartVCL-2015.16.150901
Replies: 11
Views: 22941

Re: Problem with new TeeChartVCL-2015.16.150901

Hello, Clearly this new Series.Detail functionality needs to be refined for CrossTab. The easiest option I can think of for now is using TeeDBCrossTab unit and maybe TeeDBCrossTabEditor unit from v2015.15 in your 2015.16 sources, if that fits your needs. I have checked it works fine to continue wit...
by WarmBooter
Wed May 11, 2016 11:20 am
Forum: VCL
Topic: Duplicate resources
Replies: 15
Views: 27577

Re: Duplicate resources

Yeray,

I found the problem. It was related to another component that was also referencing Teebmps.res. When I had TChartEditor and that other component in the same project, the duplicate resources warning was raised.

Thanks!
Carlos
by WarmBooter
Wed May 11, 2016 10:57 am
Forum: VCL
Topic: Duplicate resources
Replies: 15
Views: 27577

Re: Duplicate resources

No, a simple project with just a TChart component doesn't show the problem. I spent the last 2 days searching for the reason why this happens when I compile my ERP in Berlin, with no lucky. The same ERP code compiled in Seattle doesn't present the problem. I also deleted all the teebmps.res keeeping...
by WarmBooter
Tue May 10, 2016 1:17 pm
Forum: VCL
Topic: Duplicate resources
Replies: 15
Views: 27577

Re: Duplicate resources

I'm having a similar problem with TeeChart 2016.17 and Berlin: [dcc32 Hint] H2161 Warning: Duplicate resource: Type 2 (BITMAP), ID TPIESERIES; File C:\RAD\Berlin\Comps\TeeChart\Delphi24\Delphi24.win32\Lib\TeeBmps.res resource kept; file C:\RAD\Berlin\Comps\TeeChart\Delphi24\Delphi24.win32\Lib\TeeBmp...
by WarmBooter
Fri May 06, 2016 7:06 pm
Forum: VCL
Topic: Cannot Install (Problems with GDIPAPI & GDIPOBJ)...
Replies: 10
Views: 20750

Re: Cannot Install (Problems with GDIPAPI & GDIPOBJ)...

Same problem with RAD 10.1 Berlin... I cannot find headers files for Berlin in http://www.steema.com/files/public/teec ... l/headers/

Any help?

Carlos
by WarmBooter
Wed Mar 16, 2016 5:43 pm
Forum: VCL
Topic: Problem with new TeeChartVCL-2015.16.150901
Replies: 11
Views: 22941

Re: Problem with new TeeChartVCL-2015.16.150901

As a workaround for those who are suffering with this bug, and has access to the source code: If you are a source code customer you can download build 2015.15 sources, get TeeDBCrossTab.pas, TeeDBCossTabEditor.dfm and TeeDBCrossTabEditor.pas from that build and replace 2015.16 source files with thos...
by WarmBooter
Tue Mar 15, 2016 1:11 pm
Forum: VCL
Topic: Integrated Help in Delphi 10 Seattle?
Replies: 7
Views: 14973

Re: Integrated Help in Delphi 10 Seattle?

Btw, seems that you help install tool completely ignores RAD Studio 10: [Reg_Plugin] ;<nsName_Parent>|<HxT_Parent>|<nsName_Child>|<HxT_Child>|<HxA_Child> borland.bds3|_DEFAULT|Steema.TeeChart.VCLFMX|Steema.TeeChart.VCLFMX.IDE.HxT| borland.bds4|_DEFAULT|Steema.TeeChart.VCLFMX|Steema.TeeChart.VCLFMX.I...
by WarmBooter
Tue Mar 15, 2016 12:24 pm
Forum: VCL
Topic: Integrated Help in Delphi 10 Seattle?
Replies: 7
Views: 14973

Re: Integrated Help in Delphi 10 Seattle?

Hi Yeray! First, please notethat during Seattle install, I unchecked the option to installthe TeeChart that comes with Delphi, since I was about to install the Pro version. I checked what you said, and the file wasn't there. I found the file in TeeChart Pro docs folder, and I copied it to the IDE He...
by WarmBooter
Mon Mar 14, 2016 9:24 pm
Forum: VCL
Topic: Problem with new TeeChartVCL-2015.16.150901
Replies: 11
Views: 22941

Re: Problem with new TeeChartVCL-2015.16.150901

I have the same problem. The issue was added to the tracker months ago and seems that no fix is still available :(

Carlos
by WarmBooter
Mon Mar 14, 2016 2:44 pm
Forum: VCL
Topic: Integrated Help in Delphi 10 Seattle?
Replies: 7
Views: 14973

Integrated Help in Delphi 10 Seattle?

I just installed TeeChart Pro TeeChartVCL-2015.16 in Delphi 10 Seattle, but seems that the Help wasn't integrated into the Delphi IDE help. I tried to manually run H2_RegTeeChart.bat, it ran without errors, but I still can't find the components help. Is there anything more that needs to be done? Car...
by WarmBooter
Thu Jul 16, 2015 5:30 pm
Forum: VCL
Topic: Display mark percent relative to other series total
Replies: 1
Views: 4848

Display mark percent relative to other series total

I have a chart with 2 series, the first representing the total of sells, and the second representing the total of returns, grouped by product. In the second serie, I would like to show in the marks the percent of the returns based on the total of sells, ie: Product group A Total sells = 120 Returns ...
by WarmBooter
Wed May 27, 2015 5:42 pm
Forum: VCL
Topic: Marks and Crosstab
Replies: 10
Views: 15879

Re: Marks and Crosstab

I'm not sure if modifying this would be a good idea. Ie note that having "MM/yyyy" as DateTimeFormat you'd loose the day information and then you wouldn't be able to show the day in the marks or anywhere else. In my case, this would not be a problem, since the day is always 01. I use that field to ...
by WarmBooter
Wed May 27, 2015 1:36 pm
Forum: VCL
Topic: Marks and Crosstab
Replies: 10
Views: 15879

Re: Marks and Crosstab

Yeray wrote:Hello,
Check the values of the "REFERENTE" field at the "tqCancelamentos" dataset. This field probably contains strings formatted from a date as "dd/mm/yyyy".
In the dataset, REFERENTE is a TDateField, so, not a string. Also, no displayformat assigned to it.

Carlos
by WarmBooter
Wed May 27, 2015 11:43 am
Forum: VCL
Topic: Marks and Crosstab
Replies: 10
Views: 15879

Re: Marks and Crosstab

Hello, Then the problem will probably be in the formatting of the datetime when you are adding it to the values. If you are using Add(value, label, color) to add your points to the series, check that "label" string you are entering has the correct string. The source of the data is a query and the c...