Colorgrid Series and TEdit Components

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Lucien
Newbie
Newbie
Posts: 27
Joined: Thu Oct 11, 2007 12:00 am

Colorgrid Series and TEdit Components

Post by Lucien » Thu Oct 25, 2007 9:39 am

Hi

At present I find it useful to use the colorgrid series for data input with the Tedit components. I use the OnAfterDraw method to move the various Tedit objects to the neccessary blocks. Great for input when screen coordinates change, plus you have all the added benifits of the tchart class.

What would be the best solution to dynamically build the edit objects and assosite them to the relevant grid blocks.

Any ideas

Regards
Lucien

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Oct 25, 2007 12:52 pm

Hi Lucien,

The easiest option I can think of is using TChartGrid components as shown in the examples at All Features\Welcome!\Components\Chart Grid.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Lucien
Newbie
Newbie
Posts: 27
Joined: Thu Oct 11, 2007 12:00 am

Post by Lucien » Mon Nov 26, 2007 10:04 am

Hi Narcís

This does not suite my applications.

I would like to have a series that instead of having a caption/ or has a caption and Tedit component. Makes for better looking data entry screens especially when the window dimensions keep changing.

Can I inherit from existing series to impliment this in series?

Regards
Lucien

Pep
Site Admin
Site Admin
Posts: 3273
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Dec 03, 2007 8:46 am

Hi Lucien,

yes, if you're source code customer you will be able to create a custom Series which extends of colorgrid series.

Post Reply