[Lazarus] Prevent visual updates

Chris Crori crori49 at yahoo.com
Tue Apr 1 21:43:25 CEST 2014


That is a great idea Mattias!
a timer with "1" as interval is fast enough for responce application and 
slow enough to avoid flickering

Thanks!

-----Αρχικό μήνυμα----- 
From: Mattias Gaertner
Sent: Sunday, March 30, 2014 11:17 PM
To: lazarus at lists.lazarus.freepascal.org
Subject: Re: [Lazarus] Prevent visual updates

On Sun, 30 Mar 2014 23:11:41 +0300
"Chris Crori" <crori49 at yahoo.com> wrote:

> Doublebuffered did not solve my problem
> i have a panel that i make visible depending on a flag. in a unique
> situation, this flag must change 2 times, so it's my bad, not the LCL's
> if i could disable the LCL messages in that unique situation, it would be
> very helpfull, but if i can't do that, i m sure i ll find another way

Hide/Show the panel on Idle or via a Timer.

Mattias

--
_______________________________________________
Lazarus mailing list
Lazarus at lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus 





More information about the Lazarus mailing list