I'm using the component "TTMSFNCWaitingIndicatorAppearance" to try and show the animation while the data is loading. I put it on a separate tab, showing the tab and activating the animation when I need it, but the control seems to be freezing up, not showing the animation effect.
If I enable the animation directly just to test it in runtime, it's working just fine. The control behavior is typically that of a control such as the traditional progress bar trying to update, without calling "Application.ProcessMessages". You don't see the animation of the progress bar taking place.
Is there something I'm missing on how to enable the animation to be seen on the "TTMSFNCWaitingIndicatorAppearance" control while the application is processing in the background?