Re: [fpc-pascal] Graphing library

2020-11-19 Thread James Richters via fpc-pascal
Fppdf sounds interesting. I'm already using AGG-Pas in my project, and I am quite happy with it. Exporting PDF files from my AGG-Pas buffer would be really nice. I did a quick search and didn't find any documentation for it, is there a link for this? Would you happen to have a sample progra

[fpc-pascal] PTC Graph - Custom window sizes

2020-11-19 Thread James Richters via fpc-pascal
I've been using PTCGraph from PTCPas and so far I can only use windows sizes that there happens to be a display driver for, even if they are in a window.. so I can make a 640x480 or 1024x768 window, but if I have a screen in a vertical configuration now I can't get a 640x480 window, I can only

Re: [fpc-pascal] PTC Graph - Custom window sizes

2020-11-19 Thread Nikolay Nikolov via fpc-pascal
On 11/19/20 3:44 PM, James Richters via fpc-pascal wrote: I've been using PTCGraph from PTCPas and so far I can only use windows sizes that there happens to be a display driver for, even if they are in a window.. so I can make a 640x480 or 1024x768 window, but if I have a screen in a vertic

Re: [fpc-pascal] PTC Graph - Custom window sizes

2020-11-19 Thread Nikolay Nikolov via fpc-pascal
On 11/19/20 7:37 PM, Nikolay Nikolov wrote: On 11/19/20 3:44 PM, James Richters via fpc-pascal wrote: I've been using PTCGraph from PTCPas and so far I can only use windows sizes that there happens to be a display driver for,  even if they are in a window.. so I can make a 640x480 or 1024x768

Re: [fpc-pascal] PTC Graph - Custom window sizes

2020-11-19 Thread James Richters via fpc-pascal
Thank you very much Nikolay! I will test it and let you know the results. James -Original Message- From: fpc-pascal On Behalf Of Nikolay Nikolov via fpc-pascal Sent: Thursday, November 19, 2020 1:07 PM To: fpc-pascal@lists.freepascal.org Cc: Nikolay Nikolov Subject: Re: [fpc-pascal]

Re: [fpc-pascal] PTC Graph - Custom window sizes

2020-11-19 Thread James Richters via fpc-pascal
So far it's working great!But now I have another question... Since I can now have a small little PTCGraph window... is there any possibility of having more than one in the same program? Perhaps running each window in a different thread? Or is there something fundamental that prevents this?

Re: [fpc-pascal] PTC Graph - Custom window sizes

2020-11-19 Thread Nikolay Nikolov via fpc-pascal
On 11/19/20 11:40 PM, James Richters wrote: So far it's working great!But now I have another question... Since I can now have a small little PTCGraph window... is there any possibility of having more than one in the same program? Perhaps running each window in a different thread? Or is t

Re: [fpc-pascal] PTC Graph - Custom window sizes

2020-11-19 Thread James Richters via fpc-pascal
Thanks for the explanation I don't really need to have multiple windows.. just an idea I was tinkering with while I was testing some things.This already solves the main issues I was having. I had another thought.. I can imagine a use for wanting to make the PTCGraph window larger than my s

Re: [fpc-pascal] Graphing library

2020-11-19 Thread Graeme Geldenhuys via fpc-pascal
On 19/11/2020 1:29 pm, James Richters via fpc-pascal wrote: > Exporting PDF files from my AGG-Pas buffer would be really nice. Indeed an interesting idea, but unfortunately that ability has not been implemented yet. In my earlier message I was more referring to using either fpPDF or AggPas. Sayin

[fpc-pascal] I'm working on automated Help Output for console apps

2020-11-19 Thread Graeme Geldenhuys via fpc-pascal
Hi, I'm working on a automated help output writer(s) for console apps. Thus no more tedious and ugly output when you do: myapp -h My aims: * I write a lot of console apps, so this would be very useful to me. * Ability to swap out the help formatter. It's interface based, so custom implementa

Re: [fpc-pascal] I'm working on automated Help Output for console apps

2020-11-19 Thread Sven Barth via fpc-pascal
Graeme Geldenhuys via fpc-pascal schrieb am Fr., 20. Nov. 2020, 01:33: > For those console programmers out there... Is there anything in console > help > output that you like or wish you had. That way I could possibly add it and > make this even more useful to a wider audience. > Two things come

Re: [fpc-pascal] I'm working on automated Help Output for console apps

2020-11-19 Thread Michael Van Canneyt via fpc-pascal
On Fri, 20 Nov 2020, Sven Barth via fpc-pascal wrote: Graeme Geldenhuys via fpc-pascal schrieb am Fr., 20. Nov. 2020, 01:33: For those console programmers out there... Is there anything in console help output that you like or wish you had. That way I could possibly add it and make this even