I have a simple VCL form with a TAnimate component set to use the aviCopyFiles. The form includes the ShellAnimations unit so it works on Windows 7.
On form activate, it makes the TAnimate active then starts copying files using LZCopy as part of an update process.
What I am finding though is that the TAnimate image only changes if when I call Application.ProcessMessages, even though it is supposed to be in it's own thread (Timers property is false).
How do I get it to be smoothly animated while in the loop to copy the updated files?