Re: [fpc-pascal] Is there anything like PyChart for FPC?

2006-02-02 Thread Michael Van Canneyt
On Thu, 2 Feb 2006, Terry Kemp wrote: Hi, I have been playing with cgitest and got it working. Now I would like to create dynamic line graphs on a web page from mysql database (in FPC of course). Any clues on how to get started here? I can send you a project which does exactly this for the

Re: [fpc-pascal] Is there anything like PyChart for FPC?

2006-02-02 Thread Terry Kemp
On Thu, 2006-02-02 at 09:31 +0100, Michael Van Canneyt wrote: I can send you a project which does exactly this for the FPC testsuite. The code is 100% FPC, no external libraries. Michael. Please yes! Send to me off list. Cheers Terry ___

Re: [fpc-pascal] Is there anything like PyChart for FPC?

2006-02-02 Thread L505
I can send you a project which does exactly this for the FPC testsuite. The code is 100% FPC, no external libraries. Michael. Please yes! Send to me off list. Cheers Terry I'd like to see too, post it somewhere public if possible. Hey, that's why we have websites - share it with

Re: [fpc-pascal] Is there anything like PyChart for FPC?

2006-02-02 Thread Michael Van Canneyt
On Thu, 2 Feb 2006, Terry Kemp wrote: On Thu, 2006-02-02 at 09:31 +0100, Michael Van Canneyt wrote: I can send you a project which does exactly this for the FPC testsuite. The code is 100% FPC, no external libraries. Michael. Please yes! Send to me off list. I posted it here:

Re: [fpc-pascal] Is there anything like PyChart for FPC?

2006-02-02 Thread Terry Kemp
The unit you want is utest.pp and the method is CreateRunPie() and DoDrawPie(). It uses a TFPMemoryImage/TFPImageCanvas to draw on, so all methods you are used to in Lazarus should be there. Michael. Perfect. That has saved me days / weeks of head banging frustration ;) Thanks a lot.

[fpc-pascal] Is there anything like PyChart for FPC?

2006-02-01 Thread Terry Kemp
Hi, I have been playing with cgitest and got it working. Now I would like to create dynamic line graphs on a web page from mysql database (in FPC of course). Any clues on how to get started here? Terry ___ fpc-pascal maillist -