Re: [fpc-pascal] [FPC-Pascal] FPC Graphics options?

2017-05-23 Thread James Richters
bin.com/3ARG0zQU James -Original Message- From: fpc-pascal [mailto:fpc-pascal-boun...@lists.freepascal.org] On Behalf Of wkitt...@windstream.net Sent: Tuesday, May 23, 2017 2:16 PM To: fpc-pascal@lists.freepascal.org Subject: Re: [fpc-pascal] [FPC-Pascal] FPC Graphics options? On 05/22/2017

Re: [fpc-pascal] [FPC-Pascal] FPC Graphics options?

2017-05-23 Thread wkitty42
On 05/22/2017 05:38 PM, James Richters wrote: I cannot reproduce it on my machine after the r714 fix. Can you send me a small example program, that demonstrates the problem, as well as detailed steps to reproduce? > Here is a simple sample program that has the issue for me on both my windows 10

Re: [fpc-pascal] [FPC-Pascal] FPC Graphics options?

2017-05-23 Thread Ewald
On 23/05/17 19:50, James Richters wrote: > *correction to directory names: > Now I got an error that it could not find graphh.inc So I copied all the .inc > files from J:\Programming\FPC 3.0.2\units\i386-win32\ptcpas\ptcgraph\inc to > J:\Programming\FPC 3.0.2\units\i386-win32\ptcpas\ptcgraph be

Re: [fpc-pascal] [FPC-Pascal] FPC Graphics options?

2017-05-23 Thread James Richters
*correction to directory names: Now I got an error that it could not find graphh.inc So I copied all the .inc files from J:\Programming\FPC 3.0.2\units\i386-win32\ptcpas\ptcgraph\inc to J:\Programming\FPC 3.0.2\units\i386-win32\ptcpas\ptcgraph because I have no idea how else to make it find th

Re: [fpc-pascal] [FPC-Pascal] FPC Graphics options?

2017-05-22 Thread James Richters
>I cannot reproduce it on my machine after the r714 fix. Can you send me a >small example program, that demonstrates the problem, as well as detailed >steps to reproduce? Here is a simple sample program that has the issue for me on both my windows 10 desktop and my windows 10 laptop, both are 6

Re: [fpc-pascal] [FPC-Pascal] FPC Graphics options?

2017-05-22 Thread Nikolay Nikolov
On 05/22/2017 02:21 AM, James Richters wrote: I have the window title working, Thank you for that. However I still have the same issue with non-responsive keyboard when I return to the graph window after an ALT-TAB. I am running on windows 10 64bit - program compiled for win32. I cannot repr

Re: [fpc-pascal] [FPC-Pascal] FPC Graphics options?

2017-05-21 Thread James Richters
[mailto:fpc-pascal-boun...@lists.freepascal.org] On Behalf Of Nikolay Nikolov Sent: Sunday, May 21, 2017 7:00 PM To: fpc-pascal@lists.freepascal.org Subject: Re: [fpc-pascal] [FPC-Pascal] FPC Graphics options? On 05/22/2017 01:25 AM, James Richters wrote: > Setting it before initgraph will serve

Re: [fpc-pascal] [FPC-Pascal] FPC Graphics options?

2017-05-21 Thread Nikolay Nikolov
On 05/22/2017 01:25 AM, James Richters wrote: Setting it before initgraph will serve my purposes just fine. How is this accomplished? Just set the new WindowTitle global string variable to something, before calling InitGraph: begin WindowTitle := 'window title goes here'; InitGraph(...

Re: [fpc-pascal] [FPC-Pascal] FPC Graphics options?

2017-05-21 Thread James Richters
Setting it before initgraph will serve my purposes just fine. How is this accomplished? -Original Message- From: fpc-pascal [mailto:fpc-pascal-boun...@lists.freepascal.org] On Behalf Of Nikolay Nikolov Sent: Sunday, May 21, 2017 5:47 PM To: fpc-pascal@lists.freepascal.org Subject: Re: [