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.   

James

-----Original Message-----
From: fpc-pascal [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 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(...);

> -----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: [fpc-pascal] FPC Graphics options?
>
>
>
> On 05/16/2017 02:45 PM, Nikolay Nikolov wrote:
>>    Tonight I'll also add the option for changing the title bar text, 
>> when in windowed mode.
> Implemented in r715. Note that you still cannot change the window title, 
> after the window has been created, but at least now you can set it (in a 
> multiplatform way) before InitGraph.
>
> Nikolay
Nikolay
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org 
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to