[fpc-pascal] [FPC-Pascal] FPC Graphics options?
James Richters
james at productionautomation.net
Mon May 22 01:21:48 CEST 2017
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-bounces at lists.freepascal.org] On Behalf Of Nikolay Nikolov
Sent: Sunday, May 21, 2017 7:00 PM
To: fpc-pascal at 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-bounces at lists.freepascal.org] On
> Behalf Of Nikolay Nikolov
> Sent: Sunday, May 21, 2017 5:47 PM
> To: fpc-pascal at 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 at lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
More information about the fpc-pascal
mailing list