Database call using Url on Android

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Peter@multidesk.se
Posts: 136
Joined: Fri Oct 14, 2011 6:53 am

Database call using Url on Android

Post by Peter@multidesk.se » Fri Jan 10, 2014 4:09 pm

Does anyone know why this does not work on an android phone. it is a simple database calls, where i use the contents of an URL for that purpose.
there is nothing wrong with the method since it works perfectly in the development environment and also in iOS.
What happens is ... Nothing, the app freezes and it is on " put Url myUrl into tGuid" it happens.


put "http://mydomain.se/something.aspx?ID=1" into myUrl
put Url myUrl into tGuid

I have used this method at least 100 times before, but this is the first time on an Android, so it must be Android specific.

Anyone???

///Peter
/*Whats all the fuss with c# ?*/

splash21
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 369
Joined: Sun Dec 19, 2010 1:10 am
Contact:

Re: Database call using Url on Android

Post by splash21 » Fri Jan 10, 2014 4:39 pm

:idea: Is 'Internet' enabled in Application Permissions? (In the android tab of Standalone Application Settings) That's caught me out before.
LiveCode Development & Training : http://splash21.com

Peter@multidesk.se
Posts: 136
Joined: Fri Oct 14, 2011 6:53 am

Re: Database call using Url on Android

Post by Peter@multidesk.se » Fri Jan 10, 2014 5:24 pm

There we go, now it works! :D

Thanks a lot

///Peter
/*Whats all the fuss with c# ?*/

Post Reply