Hi Formspider team, Is there any way to create a window to show messages of processing? I have a long process and I would like to show its progress to user. Thanks a lot Ricardo |
Hi Ricardo, You can use a Timer object to poll the server at certain intervals and then execute an appropriate action. The associated API package is api_timer. Hope this helps. Kind Regards, Yalim |
Here is the Tutorial for Timers: http://theformspider.com/learningcenter/tutorial-27-how-to-build-a-timer/ |