Search found 115 matches

by bdw
Fri May 10, 2013 3:41 am
Forum: VCL
Topic: customize X-Axis time axis
Replies: 1
Views: 4553

customize X-Axis time axis

Hello,

We have a x-axis set to TDateTime which we set the BottomAxis->DateTimeFormat to "hh:nn" when showing less that 24 hours worth of data.

Is it possible to display at the day change over (i.e. 00:00 label) a different DateTimeFormat rather than hh:nn let say "ddd" or day + month ?
by bdw
Thu May 09, 2013 12:21 am
Forum: VCL
Topic: XE4 VclTee.TeeGDIPlus.hpp ambiguity error
Replies: 28
Views: 44624

Re: XE4 VclTee.TeeGDIPlus.hpp ambiguity error

Hi, Yeray in my case this did not help. I've included AdvOfficePager to my very simple application (only TeeChart and AdvOfficePager on Form), but the errors are the same, sorry. I placed the VclTee.TeeGDIPlus.hpp include at the following location in my main form header file (in my case FrmMain.hpp...
by bdw
Thu May 09, 2013 12:19 am
Forum: VCL
Topic: XE4 VclTee.TeeGDIPlus.hpp ambiguity error
Replies: 28
Views: 44624

Re: XE4 VclTee.TeeGDIPlus.hpp ambiguity error

Yeray wrote: Thanks for sharing it!
Hello Yeray,

Will you be fixing the apparent scope conflict that seems to exist in VclTee.TeeGDIPlus.hpp and other GDI components ?

The three lines that come up are lines 39, 41, and 54.
by bdw
Wed May 08, 2013 8:30 am
Forum: VCL
Topic: XE4 VclTee.TeeGDIPlus.hpp ambiguity error
Replies: 28
Views: 44624

Re: XE4 VclTee.TeeGDIPlus.hpp ambiguity error

Battled with this and a number of other XE4 issues today. I tried uninstalling, removing all other IDE paths, and re-installing but this made no difference. I have since found that it is related to header file order. As long as the Steema includes are before in my case #include "AdvOfficePager.hpp" ...
by bdw
Wed May 08, 2013 3:37 am
Forum: VCL
Topic: XE4 VclTee.TeeGDIPlus.hpp ambiguity error
Replies: 28
Views: 44624

Re: XE4 VclTee.TeeGDIPlus.hpp ambiguity error

I just setup a clean test for a delphi win32 vcl application and it compiles and runs fine.

I also setup a clear cpp win32 vcl application and it produces the same bcc32 Ambiguity errors in VclTee.TeeGDIPlus.hpp.
by bdw
Wed May 08, 2013 3:20 am
Forum: VCL
Topic: XE4 VclTee.TeeGDIPlus.hpp ambiguity error
Replies: 28
Views: 44624

Re: XE4 VclTee.TeeGDIPlus.hpp ambiguity error

full parser context for the first error :- Unit1.cpp(6): #include Unit1.h Unit1.h(14): #include C:\Program Files (x86)\Steema Software\TeeChart Pro 2013 Full Source Code\Sources\Compiled\Delphi18.win32\Include\VclTee.TeeGDIPlus.hpp VclTee.TeeGDIPlus.hpp(39): namespace Vcltee VclTee.TeeGDIPlus.hpp(41...
by bdw
Wed May 08, 2013 3:10 am
Forum: VCL
Topic: XE4 VclTee.TeeGDIPlus.hpp ambiguity error
Replies: 28
Views: 44624

XE4 VclTee.TeeGDIPlus.hpp ambiguity error

Hello, I'm using XE4 CPP with latest TChart download v2013.08.130430 32 bit VCL source code version. I'm trying to recompile an existing application the has a TChart and are getting the following error :- [bcc32 Error] VclTee.TeeGDIPlus.hpp(59): E2015 Ambiguity between 'TGPRectF' and 'Advgdip::TGPRe...
by bdw
Sun Sep 25, 2011 11:11 pm
Forum: FMX
Topic: TeeChart, RAD Studio XE2 & FireMonkey
Replies: 6
Views: 17295

Re: TeeChart, RAD Studio XE2 & FireMonkey

any better time estimate for a release date ?
by bdw
Sat Sep 10, 2011 4:46 am
Forum: FMX
Topic: Available when ?
Replies: 6
Views: 16392

Re: Available when ?

Thanks for the update, much appreciated.
by bdw
Mon Sep 05, 2011 9:52 pm
Forum: FMX
Topic: Available when ?
Replies: 6
Views: 16392

Re: Available when ?

Thanks for your response.

I take it that there is no FM OS X support at this stage ?

When trying to compile under XE2 in a C++ basic app I get the following error when trying to compile for OSX32 :-

[ILINK32 Error] "ilink32" exited with code 3.

Regards,
Brett
by bdw
Sun Sep 04, 2011 11:20 pm
Forum: FMX
Topic: Available when ?
Replies: 6
Views: 16392

Available when ?

Hello Steema,

Do you have a Beta or release date available for a TChart FireMonkey compatible version ?

Can you tell me is the version that comes with XE2 compatible with FireMonkey ?

Regards,Brett.
by bdw
Mon Nov 22, 2010 3:12 am
Forum: Java
Topic: rotated label or annotation
Replies: 2
Views: 7661

Re: rotated label or annotation

Hi,

I toiled away and worked out how to do this, seems I needed to find the IGraphics3D rotateLabel function and combine that with the chart PaintListener callback function.

Thanks,
Brett.
by bdw
Sun Nov 21, 2010 10:41 pm
Forum: Java
Topic: rotated label or annotation
Replies: 2
Views: 7661

rotated label or annotation

Hello, We have Java V1.830 and are drawing a Map chart which requires a custom y-axis label or two. In our VCL equivalent of this chart we use something similar to the following to draw the extra labels :- graph_->Canvas->RotateLabel(graph_->Canvas->Font->Size, graph_->LeftAxis->CalcYPosValue(weekDa...
by bdw
Mon Jul 05, 2010 1:29 am
Forum: VCL
Topic: Mouse scroll to zoom
Replies: 1
Views: 3936

Mouse scroll to zoom

Hello,
Can you tell me is it possible to zoom in/out of charts with the scroll mouse button ?
by bdw
Thu May 20, 2010 4:56 am
Forum: VCL
Topic: TMapSeries starting zoom level
Replies: 2
Views: 5026

Re: TMapSeries starting zoom level

I have manged to work this out by calling zoomrect() in the OnAfterDraw() function.