Search found 61 matches

by gepponline
Tue Mar 31, 2015 7:50 am
Forum: Making IDE Plugins
Topic: An Helping instrument for LIVECODE
Replies: 3
Views: 7426

Re: An Helping instrument for LIVECODE

The concept i know it's very similar,that's why i said that maybe it's my mind scheme that work differently...maybe the categories are to be improved...something like "Type of data".
..but mainly i think that what i miss most is how to operate on a string according to what you want to obtain...
by gepponline
Mon Mar 30, 2015 10:08 am
Forum: Making IDE Plugins
Topic: An Helping instrument for LIVECODE
Replies: 3
Views: 7426

An Helping instrument for LIVECODE

I'm a beginner and I can't understand if I use a different mind scheme or the liveCODE helping tools are structured in a way that I MUST mess around to find the answer to my needs.. Today, for example, I had an HTML table from a webpage and i need to convert it ina tabulated string to be placed on a...
by gepponline
Fri Mar 27, 2015 3:30 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: My first compiled APP Analysis error
Replies: 4
Views: 3424

Re: My first compiled APP Analysis error

ok! Maybe later...at the moment I'm developing apps for my private use so I do not need this thing. Thank you!
by gepponline
Fri Mar 27, 2015 11:02 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: My first compiled APP Analysis error
Replies: 4
Views: 3424

Re: My first compiled APP Analysis error

It works! Thank you!
What is a signin key and how to create it?
by gepponline
Thu Mar 26, 2015 2:31 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: My first compiled APP Analysis error
Replies: 4
Views: 3424

My first compiled APP Analysis error

I! I've just finished and tested my app on my mobile phone (a Nexus 4 with Android 5.0) All seems to work, but when I save it as standalone applicatione, somwthing go wrong. I get the .APK file, copy it to my device and then trying install it. But it says me "Analysis error" Attached my Standalone A...
by gepponline
Thu Mar 26, 2015 2:17 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: POST A QUERY over http
Replies: 3
Views: 2781

Re: POST A QUERY over http

You're right!

I've just solved replacing GET with POST and posting the "VARIABLENAME="&tPost as data of my function :)

thank you.

Do you know if there is a way to get something back from the php page?
by gepponline
Thu Mar 26, 2015 11:00 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: POST A QUERY over http
Replies: 3
Views: 2781

POST A QUERY over http

Hi! I'm trying to communicate with an oracle DB using a web layer. So, on my server i have this PHP file: <? function eseguiSQL ($conn, $querySQL) { $stmt0 = oci_parse($conn, $querySQL); oci_execute($stmt0); return($stmt0); } // get string from caller $stringa=$_GET['stringa']; $array = explode("|",...
by gepponline
Wed Mar 25, 2015 9:26 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: FTP Upload on mobile
Replies: 11
Views: 7232

Re: FTP Upload on mobile

No, sorry, maybe I didn't explain well. I get some data from field. I have to store this data in a DB. Being impossible to connect directly the app with the DB I have 2 solutions: 1) Save a file with data locally on mobile, transfer it to a server. Then with another app in a desktop environment, ela...
by gepponline
Tue Mar 24, 2015 5:06 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: FTP Upload on mobile
Replies: 11
Views: 7232

Re: FTP Upload on mobile

...maybe my bad english..but I understand Half of what you said in your last post. you talk about encoding and decoding, base 64.... i "only" need to post a file to store it in a server so that i can download it from there with my desktop pc and then elaborate the file with my desktop application. B...
by gepponline
Tue Mar 24, 2015 4:15 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: FTP Upload on mobile
Replies: 11
Views: 7232

Re: FTP Upload on mobile

so... I have to create 2 files: an HTML file (ie, uploadfile.html) and a .lc file(ie. fileupload.lc) that contain the same code as the html plus other code...(why the same as the html??) then upload them to my server. Now my app should use the POST command. In the post command i will use the HTML fi...
by gepponline
Tue Mar 24, 2015 4:02 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: FTP Upload on mobile
Replies: 11
Views: 7232

Re: FTP Upload on mobile

ok ;)
I'll test it!
by gepponline
Tue Mar 24, 2015 3:30 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: FTP Upload on mobile
Replies: 11
Views: 7232

Re: FTP Upload on mobile

I read the document but..it's not clera How can I automate this process?
In that example You hae to connect to the page and press the upload button....I want my program to upload automatically the file I need...
Could you help me?
by gepponline
Tue Mar 24, 2015 3:14 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: FTP Upload on mobile
Replies: 11
Views: 7232

Re: FTP Upload on mobile

I'll take a look at it!
Thank you!
by gepponline
Tue Mar 24, 2015 2:31 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: FTP Upload on mobile
Replies: 11
Views: 7232

FTP Upload on mobile

Hi! I have a button in my app that upload a file on a server via FTP. I've taken the example someewhere here in the forum. I use this method 'cause i need the file created from my app to be accessible from my desktop pc. And it was not being an unrooted mobile. If you know any other way to export th...
by gepponline
Thu Mar 19, 2015 4:59 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Move mobileControl not to be covered by keyboard
Replies: 1
Views: 2397

Move mobileControl not to be covered by keyboard

Hi! I'm trying to move my control to avoid the keyboard to cover it so i write this script in the stack but it don't seems to work: on keyboardActivated if the environment is "mobile" then if mobileControlTarget() is "numeroAMob" then put the rect of field "numero_A" into rectNumero_A set itemdelimi...

Go to advanced search