No problem. However, I’ll still post my response 🙂
The TRzAnimator component is a user interface control. As such, if your perform some other process in the main UI thread that is computationally intensive, then it is possible for UI controls to not display correctly. There are a couple ways around that–typically creating a background thread to do the work leaving the UI thread free to update.
Now, if the animation is not appearing at all, then that could be some other issue.
Ray