How to animate while posting to an URL?

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
jihem
Posts: 53
Joined: Sun Jul 28, 2013 3:21 pm

How to animate while posting to an URL?

Post by jihem » Tue May 26, 2015 9:21 pm

libURLSetStatusCallback is not available on iOS nor Android.
How can I do a background task (update a progress bar, display messages) while getting/posting data to an URL (on a mobile device) ?

get url("http://....")
post tData to url("http://...")
with callback on a mobile device ?

LCNeil
Livecode Staff Member
Livecode Staff Member
Posts: 1223
Joined: Wed Oct 03, 2012 4:07 pm

Re: How to animate while posting to an URL?

Post by LCNeil » Thu Jun 04, 2015 4:15 pm

hi jihem,

Check out urlProgress in the LC dictionary. This should give you what you need.

Kind Regards,

Neil Roger
--
LiveCode Support Team ~ http://www.livecode.com
-

jihem
Posts: 53
Joined: Sun Jul 28, 2013 3:21 pm

Re: How to animate while posting to an URL?

Post by jihem » Fri Jun 05, 2015 5:59 am

Thanks. I was scratching my head.
I would like to congratulate you and urge you to keep up the good work.
LiveCode rocks!

Post Reply

Return to “iOS Deployment”