I’m developing an application that process a “big” file uploaded by the user.
There is no problem in the background process, it’s working well and finish in some minutes.
But i need to show to the user some progress and prevent Error “Not found”
I tried with RaIntervalTimer setting an Interval 500 and in the event RaIntervalTimer1Tick update a RaLabel control; but i can’t do it works.
Some recomendations?
Thanks in advance.
Eduardo.