Re: Android 4, post problem in detail

2012-11-28 Thread paolo mazza
Hi all, Using LC 5.3.3 I am trying to deploy an app to Android 4 too. However, the Post command "post tData to url tMyUrl " does not work in my Nexus 7 Any solution? All the best Paolo Mazza ___ use-livecode mailing list use-livecode@lists.runrev.com Ple

Re: Android 4, post problem in detail

2012-11-18 Thread Takashi Yoshino
Hi Pierre, Thank you for your information. I can use Post script. But I found that Post action of Android 3 and Android 4 is different. Anyway, best regard for your information. I can continue my programming. _.__ ._ _. ._ ._.__ .. ._._. _._ . ..__ ._.__ ._._. ___. .._ __.. __ .._ Takashi Yosh

Re: Android 4, post problem in detail

2012-11-18 Thread Pierre Sahores
Hi Takashi, Sorry for the error in previous post. Please, read : post URLEncode("kind=test2") to URL MIAS instead at line 8. Try : put "http://m3-shiga.yoslab.net/m3is_v4_debug/test.php"; into MIAS get url (MIAS & "?function=test") if it is not "" then ### parse your $_GET r

Re: Android 4, post problem in detail

2012-11-18 Thread Pierre Sahores
Hi Takashi, Sorry for the error in previous post. Please, read : post URLEncode("kind=test2") to URL MIAS instead at line 3. Try : put "http://m3-shiga.yoslab.net/m3is_v4_debug/test.php"; into MIAS get url (MIAS & "?function=test") if it is not "" then ### parse your $_G

Re: Android 4, post problem in detail

2012-11-18 Thread Pierre Sahores
Hi Takashi, Sorry for the error in previous post. Please, read : get url (MIAS & "?function=test") instead at line 3. Try : put "http://m3-shiga.yoslab.net/m3is_v4_debug/test.php"; into MIAS get url (MIAS & "?function=test") if it is not "" then ### parse your $_GET r

Re: Android 4, post problem in detail

2012-11-18 Thread Pierre Sahores
Hi Takashi, Sorry for the error in previous post. Please, read : if it is not "" then ### parse your $_POST or $_POST_RAW response end if instead at line 11. Try : put "http://m3-shiga.yoslab.net/m3is_v4_debug/test.php"; into MIAS get url MIAS & "?function=test"

Re: Android 4, post problem in detail

2012-11-18 Thread Pierre Sahores
Hi Takashi, Try : put "http://m3-shiga.yoslab.net/m3is_v4_debug/test.php"; into MIAS get url MIAS & "?function=test" if it is not "" then ### parse your $_GET response end if set httpHeaders to "Content-type: application/x-www-form-urlencoded" & retur

Re: Android 4, post problem

2012-11-10 Thread Takashi Yoshino
My development environment is LC 5.5.3. Takashi _.__ ._ _. ._ ._.__ .. ._._. _._ . ..__ ._.__ ._._. ___. .._ __.. __ .._ Takashi Yoshino http://www.wakayama-u.ac.jp/~yoshino/lab/ Tel: +81-73-457-8441 On 2012/11/11, at 7:26, Takashi Yoshino wrote: > Hi, > > I tried 'post' script on Android