I am using Delphi XE-5 (Firemonkey Mobile Application)
I am trying to get the TAniIndicator to work, by displaying during my long processing. I have a TAniIndicator (Ani
The problem come from the timer Inside the TAnimation, by chance Embarcadero add a global variable.
Add the following code in your FormCreate procedure
{$IFDEF IOS} AniFrameRate := 10; {$ENDIF}