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 »

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 »

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 »

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