Search found 41 matches

by BE
Fri Jan 07, 2011 3:49 pm
Forum: VCL
Topic: Series MouseDown event changed
Replies: 2
Views: 6024

Series MouseDown event changed

Hi, I upgraded to TChart 2010. Compiled my project and now getting the error msg on all my Series->MouseDown routines. Apparently the TSeries->MouseDown has been changed from MouseDown)TObject * Sender, TMouseButton Butto, ... To MouseDown(int ValueIndex, bool AtPointer ... What's behind the change ...
by BE
Mon Aug 31, 2009 8:14 pm
Forum: VCL
Topic: BCB 2010
Replies: 1
Views: 4497

BCB 2010

Hi,

Any idea when will TChart Pro be available for BCB 2010?

Thanks
by BE
Fri Apr 03, 2009 2:23 pm
Forum: VCL
Topic: DrawText in TAnnotationTool
Replies: 0
Views: 4914

DrawText in TAnnotationTool

Hi, I'm trying to derive a new class TMyTextBox from TRectangleTool. class TMyTextBox : public TRectangleTool { protected : // void __fastcall DrawText(void)/* overload */; public : __fastcall TMyTextBox(Classes::TComponent* AOwner); }; __fastcall TMyTextBox::TMyTextBox(Classes::TComponent* AOwner) ...
by BE
Mon Dec 15, 2008 5:37 pm
Forum: VCL
Topic: TAnnotationTool bug?
Replies: 7
Views: 11766

Thanks
by BE
Thu Dec 11, 2008 7:06 pm
Forum: VCL
Topic: TAnnotationTool bug?
Replies: 7
Views: 11766

Ok. A test file was uploaded!
by BE
Thu Dec 11, 2008 3:01 pm
Forum: VCL
Topic: TAnnotationTool bug?
Replies: 7
Views: 11766

The rectangleTool still follows the mouse!
by BE
Thu Dec 11, 2008 2:59 pm
Forum: VCL
Topic: TAnnotationTool bug?
Replies: 7
Views: 11766

I try that. I got the same result!
by BE
Wed Dec 10, 2008 4:24 pm
Forum: VCL
Topic: TAnnotationTool bug?
Replies: 7
Views: 11766

TAnnotationTool bug?

Hi, When I add a TAnnotationTool such as TRectangleTool. And I add OndblClick event to the TRectangleTool. In the OnDblClick event I create adn call TColorDialog. After closing the TColorDialog, and move the mouse in to Chart, the TRectangleTool object will follow the mouse move! Is there a method I...
by BE
Tue Dec 09, 2008 2:53 pm
Forum: VCL
Topic: Tee812.bpi not found
Replies: 1
Views: 4608

Tee812.bpi not found

I've just downloaded TChart 8.04 and installed it to my BCB 2009 Pro. After installation, just to test it out, I dragged a TChart to a form and added a TFastlineSeries. When I click on Compile and Run, I got a msg saying that Tee812.BPI not found. I did a search and found that Tee812.bpi is located ...
by BE
Tue Oct 28, 2008 5:38 pm
Forum: VCL
Topic: TeeChart Language?
Replies: 1
Views: 4641

TeeChart Language?

Hi,

I opened a project I had earlier, for what ever reason, all TeeChart dialog are in a different language. How do I change it back to English?

I have TeeChart Pro v7 and BCB2007

Thanks

-Bill
by BE
Tue Oct 28, 2008 12:57 pm
Forum: VCL
Topic: How to display hint for an TFastLine
Replies: 3
Views: 6716

Is there a way to change the mouse sensitivity over the Series? Now the mouse has to be vary close to the series to have the MarkText picked up.

Thanks
by BE
Sat Oct 25, 2008 1:52 pm
Forum: VCL
Topic: How to display hint for an TFastLine
Replies: 3
Views: 6716

How to display hint for an TFastLine

Hi,

I'd like to show the data value as a hint line text box when the mouse is entering or moving along a Series. Is there some thing similar to this in TChart 7 or 8?

Thanks

-Bill
by BE
Sat Oct 25, 2008 1:19 pm
Forum: VCL
Topic: TeeChart 8.04 Evaluation
Replies: 1
Views: 5762

TeeChart 8.04 Evaluation

Hi,

I down loaded the eva version of TeeChart 8.04. Installed it to my BCB 2009 Pro version. When I start my BCB 2009, I got the msg saying that can't load Package Tee812, it contains unit 'TeeAbout,' which is also contained in package 'Tee8120'. What is my problem?

Thanks
by BE
Mon Oct 06, 2008 1:34 pm
Forum: VCL
Topic: TeeChart for BCB 2009
Replies: 3
Views: 12233

TeeChart for BCB 2009

Hi,

Will TeeChart Pro for BCB 2009 be out soon? or I can simply install TeeChart Pro for BCB 2007? I have TeeChart Pro 7.

Thanks.
by BE
Thu Jan 31, 2008 2:10 pm
Forum: VCL
Topic: Resource Leak using dynamicarray
Replies: 2
Views: 6518

I'll give that a try.

Thanks