Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
220
ultraActivityIndicator doesn't refresh
posted

Good morning. I have a process that takes a long time to finish, so that the user does not think it's frozen I put a ultraActivityIndicator type control.

The idea is: I active the animation control, run the process and when the process has finished then I stop the animation.

Everything is fine, but when I launch the process, the animation stops. I suppose that it has something to do with the fact that the process consumes all the processing time and do not let the control refresh.  My process is an external procedure call, so I can't do "Application.DoEvents", "ultraActivityIndicator.Refresh" or something like that during the execution.

Is there any solution to this?

Thanks.