Search found 12 matches

by Gazzafish
Tue Oct 06, 2015 3:34 am
Forum: Talking LiveCode
Topic: Ability to send and receive sms
Replies: 3
Views: 2894

Re: Ability to send and receive sms

I'd also like to do this and i was hoping 'widgets' would enable it. I know that Apple do not allow the auto sending of sms messages but i have other Android apps that do do this "Wheres my droid" for example.. I dont even mind if it pops up a message on the mobile device informing the user that an ...
by Gazzafish
Thu Jun 04, 2015 1:41 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Best way to manage different users on remote MYsql?
Replies: 5
Views: 3918

Re: Best way to manage different users on remote MYsql?

So I am now using Livecode server to connect to my MySQL database which is working perfectly. What I need is to work out how to manage different users. I.e. is there a 'best practice' for managing logins etc? I.e. A new user would first need to create a login before they can use the app? I am sure m...
by Gazzafish
Mon Jun 01, 2015 5:59 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Automatic SMS sending.
Replies: 4
Views: 4172

Re: Automatic SMS sending.

I see now that "Livecode 8" is available for beta use. Based on this, I assume I can now attempt to create w idget to send an automatic SMS. Any guidance to where I should start with this would be greatly appreciated?

Thanks.
by Gazzafish
Tue May 19, 2015 9:36 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: base64encode an image hanging?
Replies: 4
Views: 3523

Re: base64encode an image hanging?

THAT WORKS!!! Thanks you so very much. :D
by Gazzafish
Tue May 12, 2015 12:50 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: base64encode an image hanging?
Replies: 4
Views: 3523

base64encode an image hanging?

I am trying to base64encode an image on android. i plan to then transfer it as text to my mysql database on my hosting account (as a blob). Problem is, when i execute the script on my samsung s4 phone, the base64encode step appears to take forever and eventually my phone reports that my application ...
by Gazzafish
Fri May 01, 2015 4:00 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Best way to manage different users on remote MYsql?
Replies: 5
Views: 3918

Re: Best way to manage different users on remote MYsql?

My app i am developing connects to my remote Mysql database using revOpenDatabase livecode command. I am hoping for thousands of users so having a table per user is probably not ideal. Currently i have a 'users' table setup which has 1 record per user which contains user name, user number, email add...
by Gazzafish
Thu Apr 30, 2015 1:15 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Best way to manage different users on remote MYsql?
Replies: 5
Views: 3918

Best way to manage different users on remote MYsql?

Hi All, I have an android app that reads and writes data to a hosted mySQL database. this works fine. My question is that i need each user to only be able to view/read/write to their own data and not see everyone elses records etc. I'd expect i need my app to authenticate or have some sort of 'login...
by Gazzafish
Mon Apr 20, 2015 11:50 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Automatic SMS sending.
Replies: 4
Views: 4172

Re: Automatic SMS sending.

Thanks Neil. Just so i understand. In order to utilize this I would need to build my entire app in Java and not use Livecode at all until widgets are supported? Do we have an ETA on when this functionality might be incorporated? I really like using Livecode and hope I don't have to learn java as wel...
by Gazzafish
Sun Apr 19, 2015 11:54 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to access on-rev hosting?
Replies: 2
Views: 2508

Re: How to access on-rev hosting?

Thanks Neil. I sent the email on Wednesday last week and haven't heard anything? just curious on the lead times involved. :D
by Gazzafish
Sun Apr 19, 2015 8:06 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Automatic SMS sending.
Replies: 4
Views: 4172

Automatic SMS sending.

I have been using mobileComposeTextMessage to create and send an SMS (on Android) but I require the SMS to be sent without any user intervention. I.e. If an elderly user is not responding to an alert from the phone, i'd like my app to alert someone via SMS. Is there any method that i might be able t...
by Gazzafish
Wed Apr 15, 2015 5:05 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to access on-rev hosting?
Replies: 2
Views: 2508

How to access on-rev hosting?

Hope you can help. I have purchased the 20 week course which comes complete with 12 months hosting? How do I access this hosting account and is there instructions anywhere on how i can instal 'live code server' onto this space? I checked under 'my products' but can not find any hosting listed? Thank...
by Gazzafish
Tue Aug 12, 2014 4:22 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: uploading phone photo to server
Replies: 1
Views: 1526

uploading phone photo to server

Hi, New to Livecode but I like what I see.. I am building an App where the user uses their Android (and hopefully IOS) phone to take a photo. The app is then required to upload this photo to my remote server. I have this working fine on my desktop using an emulator and ftp but I have since discovere...