Search found 142 matches

by Pistris
Wed Aug 31, 2016 6:25 pm
Forum: iOS Deployment
Topic: mysql connection taking too long
Replies: 6
Views: 4149

Re: mysql connection taking too long

Am connecting directly If I use the wifi then everything is good If I use the carrier data then the opening connection part takes a long time After it connects then everything works very fast too like if I where using the wifi connection Thanks for your prompt response Richard And thank you for your...
by Pistris
Wed Aug 31, 2016 4:37 pm
Forum: iOS Deployment
Topic: mysql connection taking too long
Replies: 6
Views: 4149

mysql connection taking too long

hi there. Am posting here cause my problem is only on iOS devices When only wireless carrier data is available the process of opening a mysql connection takes very long , some times up to 15 seconds (when i say opening a mysql connection am referring to revOpenDatabase command only) If am using wifi...
by Pistris
Mon Aug 29, 2016 5:20 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Stack resize in Android/IOS
Replies: 5
Views: 4381

Re: Stack resize in Android/IOS

Why are you resizing when you can use fullscreenmode?
by Pistris
Tue Jul 19, 2016 9:13 pm
Forum: App Building Course
Topic: Livecode 8 course update
Replies: 1
Views: 6183

Livecode 8 course update

Does anybody knows when is the release of the new Livecode 8 course?

Edd.
by Pistris
Sat Jul 16, 2016 5:00 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: scripting the script of a btn?
Replies: 13
Views: 6087

Re: scripting the script of a btn?

First check the spelling of the field name, make sure is right

Second I think instead of BTN you should have BUTTON
by Pistris
Sat Jul 16, 2016 4:48 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Limit user input in a field...
Replies: 12
Views: 6823

Re: Limit user input in a field...

Tj33 a simple hack is to draw the prefix numbers on top of the field where you want them with a simple label
You can set the label properties to any text you like and then restrict the field to 4 digits and align them to the right

It will look like all the digits are in the field
by Pistris
Fri Jul 15, 2016 4:40 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Copy/Paste does not work
Replies: 3
Views: 2287

Re: Copy/Paste does not work

I had the same problem but with version 7.1 and windows 7 pro

now i have installed 8.0.1 stable indy and the same windows 7 pro and dont have the problem
by Pistris
Wed Jul 13, 2016 10:10 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Limit user input in a field...
Replies: 12
Views: 6823

Re: Limit user input in a field...

you can use a label and a field and edit the visuals so they look like 1 field
by Pistris
Wed Jul 13, 2016 10:06 pm
Forum: Databases
Topic: General Database question
Replies: 11
Views: 8586

Re: General Database question

IS the hosting account that comes with the livecode account already setup with ssl certificates and ready to use HTTPS ?
by Pistris
Wed Jul 13, 2016 4:47 am
Forum: Databases
Topic: General Database question
Replies: 11
Views: 8586

Re: General Database question

Thank u
Am gonna try it tomorrow.
by Pistris
Wed Jul 13, 2016 3:37 am
Forum: Databases
Topic: General Database question
Replies: 11
Views: 8586

Re: General Database question

Am I right?
by Pistris
Mon Jul 11, 2016 9:12 pm
Forum: Databases
Topic: General Database question
Replies: 11
Views: 8586

Re: General Database question

ok so dumb question then
all i need to do change is

post myData to URL "http://www.address.com/mypage.html"

for

post myData to URL "https://www.address.com/mypage.html" ?
by Pistris
Mon Jul 11, 2016 6:52 pm
Forum: Databases
Topic: General Database question
Replies: 11
Views: 8586

Re: General Database question

Hi Richard

By reading my own post i think i answered my question

i guess what i need to know is how to communicate securely

how to post data to my web pages securely from within livecode (IOS)

Thanks
by Pistris
Fri Jul 08, 2016 8:29 pm
Forum: Databases
Topic: General Database question
Replies: 11
Views: 8586

Re: General Database question

yes they include sql commands the thing is that i check the session status on all the pages before actually executing the queries that way i keep it secure how the process would be done in live code. am interested in making a complete middleware package so i dont need to write code over and over on ...

Go to advanced search