Build a simple app on Android

panagiotis merakos merakosp at gmail.com
Sun Jul 30 08:17:20 EDT 2017


Hi Alex,
Check the internet permission in the android standalone settings.

Best,
Panos

On 30 Jul 2017 13:01, "Alex Tweedly via use-livecode" <
use-livecode at lists.runrev.com> wrote:

I'm trying to build a VERY simple app, and try it on Android.

It is very simple - one Button (B_, and one field (F); click on the button,
it downloads a URL and puts the content into the field.

The script for the button consists of :

on mouseUp pMouseButton
  localt
putemptyintofld"F"
  put"----"&CRafterfld"F"
  putURL("https://www.kilmelford.com/puzzles/sudoku.txt") intot
  puttheresult& "::"& it &CRafterfld"F"
  putt afterfld"F"
end mouseUp

This gives me

tsneterr(6) could not resolve host.

Is there something on Android that I need to do to give permissions to the
app ?

How?

What ?

Thanks

Alex


_______________________________________________
use-livecode mailing list
use-livecode at lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode



More information about the use-livecode mailing list