Site icon Embarcadero RAD Studio, Delphi, & C++Builder Blogs

Delphi Tip – FMX Update a progress bar within work loop.

the future of starts demands massive productivity

Author: Craig Chapman

Your application must do some work which blocks the main thread, and your progress indicator does not update until the job is done. Under windows you might have introduced “Application.ProcessMessages()” but this is not cross platform and can cause serious performance problems under FMX. What can you do about it?

 

[ Continue Reading ]

Exit mobile version