03-30-2011 06:44 PM
Hi Guys,
How can I show an activity indicator while data is being reloaded from Webservice?
currently I have been using Timer to set the order.
Thanks in advance.
Regards
Solved! Go to Solution.
03-30-2011 07:38 PM
hey,
you can make it visible when you start the request and on the Event.COMPLETE listener function, you can set it to hide the indicator. hope that helps. good luck!