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

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 return

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 if

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 response

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 $_GET

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 response

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

Android 4, post problem in detail

2012-11-17 Thread Takashi Yoshino
Dear LiveCode Experts, I need your help. I developed some software using LiveCode. Post program cannot work on Android 4.0.4. It is work on Android 3.2. I wrote a short script to check Post. I think POST program has some problems. Could you give some information? I need your help.