Page 1 of 1

Colorgrid Series and TEdit Components

Posted: Thu Oct 25, 2007 9:39 am
by 10047009
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

Posted: Thu Oct 25, 2007 12:52 pm
by narcis
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.

Posted: Mon Nov 26, 2007 10:04 am
by 10047009
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

Posted: Mon Dec 03, 2007 8:46 am
by Pep
Hi Lucien,

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