Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
LCL
»
[CLOSED] Change formstyle
Free Pascal
Website
Downloads
Wiki
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Bugtracker
CCR Bugs
IRC channel
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
msgrcv only succeeds if m...
by
Lutz Mändle
[
Today
at 12:32:21 am]
Lazarus Release 2.2.2
by
Rafael.Castro
[
Today
at 12:06:55 am]
Removing duplicates from ...
by
howardpc
[May 19, 2022, 11:38:45 pm]
Can a class create a clas...
by
petejones
[May 19, 2022, 11:33:32 pm]
TStringList Question
by
mas steindorff
[May 19, 2022, 07:56:39 pm]
Usage of IMMNotificationC...
by
Nevada Smith
[May 19, 2022, 07:52:33 pm]
[resolved] How to read ou...
by
Muso
[May 19, 2022, 06:59:35 pm]
Optimizing the counter co...
by
BrunoK
[May 19, 2022, 06:37:48 pm]
2.2.2 Win x64: Listview i...
by
wp
[May 19, 2022, 06:07:15 pm]
Another two bugs in TIpHt...
by
wp
[May 19, 2022, 05:19:46 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: [CLOSED] Change formstyle (Read 1753 times)
pcurtis
Hero Member
Posts: 935
[CLOSED] Change formstyle
«
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?
«
Last Edit: January 23, 2022, 01:05:07 pm by pcurtis
»
Logged
Windows 10 20H2
Laz 2.2.0
FPC 3.2.2
pcurtis
Hero Member
Posts: 935
Re: Change formstyle
«
Reply #1 on:
January 23, 2022, 01:04:13 pm »
LCL issue
Logged
Windows 10 20H2
Laz 2.2.0
FPC 3.2.2
winni
Hero Member
Posts: 3045
Re: [CLOSED] Change formstyle
«
Reply #2 on:
January 23, 2022, 01:15:31 pm »
Hi!
Try this:
Code: Pascal
[Select]
[+]
[-]
BeginUpdate
;
FormStyle
:
=
fsNormal
;
EndUpdate
;
Perhaps it helps.
If not use Linux.
Winni
Logged
pcurtis
Hero Member
Posts: 935
Re: [CLOSED] Change formstyle
«
Reply #3 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
«
Last Edit: January 23, 2022, 08:00:10 pm by pcurtis
»
Logged
Windows 10 20H2
Laz 2.2.0
FPC 3.2.2
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
LCL
»
[CLOSED] Change formstyle
TinyPortal
© 2005-2018