Since I cannot find a way to write private messages: We'd also like access to an offline-installer. This is super-important when travelling.
Many thanks in advance.
Search found 31 matches
- Mon Nov 09, 2015 11:47 am
- Forum: VCL
- Topic: TeeChart 2015.16.150901 VCL/FMX release available
- Replies: 12
- Views: 27116
- Wed Sep 16, 2015 2:28 pm
- Forum: VCL
- Topic: Please to not force new options!!!!!
- Replies: 4
- Views: 9997
Re: Please to not force new options!!!!!
I totally agree about not enabling breaking changes by default. I already raised that issue (the hover effect) almost a year ago: http://www.teechart.net/support/viewtop ... =3&t=15216
It is cool, yes. But it breaks the behaviour of existing applications.
It is cool, yes. But it breaks the behaviour of existing applications.
- Mon Sep 07, 2015 10:56 am
- Forum: VCL
- Topic: Adjusting line height of TRectagleTool
- Replies: 4
- Views: 9993
Re: Adjusting line height of TRectagleTool
Yes, they're almost identical now. Thank you.
It still has a pretty different ... padding compared to a TMemo but I think I can sort that out. Thanks again.
It still has a pretty different ... padding compared to a TMemo but I think I can sort that out. Thanks again.
- Fri Sep 04, 2015 3:49 pm
- Forum: VCL
- Topic: Adjusting line height of TRectagleTool
- Replies: 4
- Views: 9993
Re: Adjusting line height of TRectagleTool
Sure. There's not much magic involved: procedure TForm3.createTool(); begin textRectangle := TRectangleTool.Create(Chart); textRectangle.ParentChart := Chart; textRectangle.Shape.Font.Assign(Font); textRectangle.Shape.Font.Color := TColors.Black; // I have no clue why this is necessary textRectangle...
- Wed Sep 02, 2015 3:36 pm
- Forum: VCL
- Topic: Adjusting line height of TRectagleTool
- Replies: 4
- Views: 9993
Adjusting line height of TRectagleTool
Hi there. Please have a look at the following image: Form2_2015-09-02_17-30-11.png On the left you see a normal TMemo straight from the VCL. On the right, we have a TeeChart with a TRectangleTool on it. By themselves, they both look fine. However, I am puzzled about the different line height of the ...
- Tue Jul 14, 2015 9:42 am
- Forum: VCL
- Topic: TWorldSeries not available anymore
- Replies: 6
- Views: 13071
Re: TWorldSeries not available anymore
Excellent, thank you.
- Tue Jul 14, 2015 7:29 am
- Forum: VCL
- Topic: TWorldSeries not available anymore
- Replies: 6
- Views: 13071
Re: TWorldSeries not available anymore
I fear we have no plans of updating all our projects to a newer TeeChart version and will stick with 2014.12 for now. Do you have a machine running with 2014.12? I'd at least like to have this confirmed. I didn't find anything in the changelogs or the bugtracker
Best regards.
Best regards.
- Mon Jul 13, 2015 8:00 am
- Forum: VCL
- Topic: TWorldSeries not available anymore
- Replies: 6
- Views: 13071
Re: TWorldSeries not available anymore
I might be a bit late to the party, but I have the exact same problem: I'm on XE7 and 2014.12 Pro and there is absolutely no trace of any kind of world map series. I faintly remember seeing them in previous versions. TeeChart Pro v2014.12.140923 32Bit VCL RAD Studio XE7 Enterprise Update 1 (21.0.177...
- Wed May 20, 2015 10:48 am
- Forum: VCL
- Topic: TColorBandTool:OnClick breaks dragging functionality
- Replies: 1
- Views: 6133
TColorBandTool:OnClick breaks dragging functionality
Hi there. Short Version: By using TColorBandTool.OnClick on a tool that is draggable, dragging begins before OnClick but never ends. Long version: I am using a TColorBandTool for some kind of editor functionality: The user can select some area of a chart, this then gets highlighted by a TColorBandTo...
- Tue Mar 17, 2015 3:40 pm
- Forum: VCL
- Topic: EGestureException when destroying Frame
- Replies: 2
- Views: 7816
Re: EGestureException when destroying Frame
Thank you for your time. I haven't been able to properly reproduce it myself, I just thought you might have a rough idea. Since it suddenly appeared out of nowhere after not touching the frame for over six months, the error is most probably on my end and a screwed up operating system. If it's gets m...
- Mon Mar 16, 2015 10:44 am
- Forum: VCL
- Topic: EGestureException when destroying Frame
- Replies: 2
- Views: 7816
EGestureException when destroying Frame
I haven't been able to reproduce it, but it happened two times today: A very weird exception when disposing my forms. It's a EGestureException that seems to happen when a TCustomTeePanel is destroyed. This is the callstack the debugger outputs: :76bbc42d KERNELBASE.RaiseException + 0x58 :00bb9982 Ho...
- Thu Mar 12, 2015 10:11 am
- Forum: VCL
- Topic: TeeChart 2015.14.150120 VCL/FMX release available
- Replies: 14
- Views: 29348
Re: TeeChart 2015.14.150120 VCL/FMX release available
I'd never found out about that TDataImport class myself. Thank you for the thorough documentation!
- Wed Feb 25, 2015 8:49 am
- Forum: VCL
- Topic: TeeChart 2015.14.150120 VCL/FMX release available
- Replies: 14
- Views: 29348
Re: TeeChart 2015.14.150120 VCL/FMX release available
It has now been over a month- Are there still plans to write something on http://www.steema.com/linkIn/WhatsNewVCL ?
- Mon Feb 16, 2015 8:38 am
- Forum: VCL
- Topic: Two annotations for cursor tool
- Replies: 6
- Views: 13530
Re: Two annotations for cursor tool
since the same result can already be done without much effort Exactly. I did it like this: procedure TForm8.cursorToolChange( Sender: TCursorTool; x, y: Integer; const XValue, YValue: Double; Series: TChartSeries; ValueIndex: Integer); begin annotationTool.Top := Y - (annotationTool.Height div 2); ...
- Fri Jan 30, 2015 5:57 pm
- Forum: VCL
- Topic: TeeChart 2015.14.150120 VCL/FMX release available
- Replies: 14
- Views: 29348
Re: TeeChart 2015.14.150120 VCL/FMX release available
It has now been out for a week. Is it just me or hasn't the "New and Improved Features"-page been updated yet?