Search found 3 matches

by domp
Tue Oct 01, 2013 7:57 am
Forum: Android Deployment
Topic: libUrlDownloadToFile callback message not working in android
Replies: 3
Views: 3806

Re: libUrlDownloadToFile callback message not working in and

Found this under General Engine features for mobile.

libUrlDownloadToFile url, filename

Unlike the libUrl command of the same name, this command blocks until the download is complete, and notifies progress through the urlProgress message as described above.


Would have been helpful if it was ...
by domp
Mon Sep 30, 2013 4:27 am
Forum: Android Deployment
Topic: libUrlDownloadToFile callback message not working in android
Replies: 3
Views: 3806

Re: libUrlDownloadToFile callback message not working in and

Hi Simon

thanks for pointing that out. I still have the issue of the callback message in libUrlDownloadToFile not being called. I thought that maybe Android 2.2 was too old so created an emulator using Android 4.3, but still have the same problem.

Using the example code below, which is all ...
by domp
Fri Sep 27, 2013 4:33 am
Forum: Android Deployment
Topic: libUrlDownloadToFile callback message not working in android
Replies: 3
Views: 3806

libUrlDownloadToFile callback message not working in android

Hi all

I am using the example of libUrlDownloadToFile from
http://forums.runrev.com/viewtopic.php?f=49&t=14106&p=70253&hilit=libUrlDownloadToFile#p70253

it works fine when I run the scripts in the IDE but if I send it to the emulator (android 2.2) the file downloads correctly but there is no ...