Re: Progress on long operations
- From: Tony Caduto <support@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 30 Oct 2007 09:25:43 -0500
Andy wrote:
I am in need of a progress indicator for very long disk operations like file and graphic manipulations in the background. I've resorted to using TAnimate and progress bars, but they don't get updated even after using several Application.ProcessMessages. Someone mentioned that I should visit making something in threads but I have no idea how. Can anyone shed some light on this and if there is a ready-made component that I can use/buy for this?
Thanks in advance.
Andy
Move your processing to a TThread and then update your progress bar from the thread with postmessage.
Just google for Delphi TThread postmessage.
Tony
.
- References:
- Progress on long operations
- From: Andy
- Progress on long operations
- Prev by Date: TlegHTML Parser by Legitima Software: problem
- Next by Date: Re: Porting my delphi code to Mac
- Previous by thread: Re: Progress on long operations
- Next by thread: ANN: DynamicSkinForm v. 9.07 released!
- Index(es):