Lazarus

Programming => LCL => Topic started by: pcurtis on January 22, 2022, 06:29:43 pm

Title: [CLOSED] Change formstyle
Post by: pcurtis on January 22, 2022, 06:29:43 pm
Why does changing Formstyle from fsSystemStayontop to fsNormal make the form flicker redraw?
Can I stop this?
Title: Re: Change formstyle
Post by: pcurtis on January 23, 2022, 01:04:13 pm
LCL issue  :(
Title: Re: [CLOSED] Change formstyle
Post by: winni on January 23, 2022, 01:15:31 pm
Hi!

Try this:

Code: Pascal  [Select][+][-]
  1. BeginUpdate;
  2. FormStyle:= fsNormal;
  3. EndUpdate;
  4.  
 

Perhaps it helps.

If not use Linux.

Winni

Title: Re: [CLOSED] Change formstyle
Post by: pcurtis on January 23, 2022, 07:39:18 pm
Quote
BeginUpdate;
FormStyle:= fsNormal;
EndUpdate;

Where are Begin/Endupdate from?

Quote
If not use Linux.

Not very cross platform
TinyPortal © 2005-2018