Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 426
» Latest member: lruiz23
» Forum threads: 346
» Forum posts: 1,180

Full Statistics

Online Users
There are currently 108 online users.
» 0 Member(s) | 106 Guest(s)
Applebot, Baidu

Latest Threads
Apollo Neuro Coupon Code:...
Forum: Getting Started
Last Post: wax9090z
Yesterday, 04:48 PM
» Replies: 0
» Views: 5
Apollo Neuro Promo Code $...
Forum: Getting Started
Last Post: wax9090z
Yesterday, 04:43 PM
» Replies: 0
» Views: 3
Where to Enter Apollo Neu...
Forum: Getting Started
Last Post: wax9090z
Yesterday, 04:41 PM
» Replies: 0
» Views: 3
Apollo Neuro Discount Cod...
Forum: Getting Started
Last Post: wax9090z
Yesterday, 04:39 PM
» Replies: 0
» Views: 3
Apollo Neuro Discount Cod...
Forum: Code Samples
Last Post: wax9090z
Yesterday, 04:38 PM
» Replies: 0
» Views: 8
Daily Calm with Apollo Ne...
Forum: Code Samples
Last Post: wax9090z
Yesterday, 04:37 PM
» Replies: 0
» Views: 4
Apollo Neuro Coupon Code ...
Forum: Code Samples
Last Post: wax9090z
Yesterday, 04:36 PM
» Replies: 0
» Views: 3
Fix Your Circadian Rhythm...
Forum: Code Samples
Last Post: wax9090z
Yesterday, 04:35 PM
» Replies: 0
» Views: 3
Insta360 Promo Code [INRS...
Forum: Code Samples
Last Post: likam789
Yesterday, 09:17 AM
» Replies: 0
» Views: 6
Insta360 Discount Coupon ...
Forum: Introduce Yourself
Last Post: likam789
Yesterday, 09:15 AM
» Replies: 0
» Views: 7

 
  User authentication: lost password function?
Posted by: WhenInSpace - 05-25-2019, 07:56 PM - Forum: Getting Started - Replies (19)

The whole user account management and email verification feature is great and easy to set up and use. But what would be the best way here to create a lost password function, to allow the user to get a new password, without having to recreate the account?


Big Grin Tutorial Videos
Posted by: Peter - 05-24-2019, 11:48 AM - Forum: Getting Started - Replies (3)

If I am not mistaken I believe I saw a video somewhere demonstrating how CRUD code is generated in Livecloud. Would love to see it again. 
Learning by watching videos is a great way to get started. Would appreciate it if someone can point me to the URL.
The documentation is nicely structured and easy to follow.
In the past I have gone through numerous online manuals and it was extremely difficult to read as a result of the cluttered why it was presented.

Would like to see more tutorial / demonstration videos in future.
Good show guys.

Peter


  Still not able to read Blob img or pdf
Posted by: Jean2080 - 05-17-2019, 02:29 AM - Forum: Bug Reports - Replies (6)

Bonjour,
First I want to say a big Merci to Jamil Semaan for the great support of the last days. I emailed Jamil two bug that I am having with Blob read and every time he answered me the same day or the nest day with pertinent information.

So Jamil I followed your last information and I updated my CanelaDB folder and my initialization code to the latest version.

But when I use the generated code from the Manager to readBlob I am still getting in the tOutputA variable the recordID of the Blob not the path.

I use the Sync function tho create a copy of my tables  on the cloud to a local version. I can see that the data where copy inside the CanelaDB/Database folder.

I tested on the local database and got the same result, the recordID instead of the path.

As the correction been tested on your side that shows the path instead of the recordID of the Blob ?

Again Merci for your support Jamil

Jean


  Feature Request: Read blob without saving to disk, Create blob from variable
Posted by: mkakeshyft_tom - 05-11-2019, 06:35 PM - Forum: Getting Started - Replies (2)

Hi LiveCloud Team,

I would like to be able to create and read blobs straight from and to memory.

It will really slow down my user's experience.

Do you guys think that is difficult to add?

Thank you for considering feature requests.  Can we have a forum for that?


  LiveCode Server information
Posted by: jasonchan - 05-09-2019, 05:53 PM - Forum: Announcements - Replies (5)

Some of you have asked about LiveCloud with LiveCode Server.
Here is how you can set it up.

We are not using this currently so we are not sure about the limitation nor the performance.
Please feel free to share your experience here for the community.
We will love to hear any new tricks you discover integrating LiveCloud with LiveCode Server or new methods connecting LiveCloud and web server.

Requirements:
The LC server needs to be on a Linux system.
The LC server needs to be on indy/professional license. It will not work with community.
You need to include externals "mergJSON" and "tsNet". You can do this by adding "mergJSON-x64.so" and "tsNet-x64.so" to the LiveCode Server externals folder.

Make a file named "cdb.lc" and paste the below code in it. Don't forget to change the authKey to your authKey. You can find it in your LCM.
You will also need to put 'require "cdb.lc"' into your other .lc files that need to access database.

Code:
<?lc
global gCDBAuthKey
--Code to startup cassiaDB

wait 0 milliseconds with messages

#####
#####PUT YOUR AUTH KEY HERE (FOUND IN THE INITIALIZATION SCRIPT)
put "802dfa0ef7cc4514b5142a98914e4b66" into gCDBAuthKey
#####
#####

put "<br><br>starting loading CanelaDB...<br>"
put $_Server["PATH_TRANSLATED"] into tServerPath
set itemdel to slash
delete item -1 of tServerPath

try
   
   put "/CanelaDB/libraries" after tServerPath
   start using stack (tServerPath & "/CDB_Header.lib")
   start using stack (tServerPath & "/CDB_Starter.lib")

catch tError
   put "<br> CanelaDB could not be loaded. Error: <br>"& tError & "<br><br>"
   exit to top
end try

put cdb_auth("user@email.com","yourpasswordgoeshere","user") #NEEDED FOR "CLOUD" DATA
cdb_loadTable
?>


  Changing Regions
Posted by: mkakeshyft_tom - 05-09-2019, 03:14 PM - Forum: General - Replies (1)

Good morning, I am an excited new user of livecloud and in my excitement I did not change the region to the one i wanted before I clicked "create account"

I'd like to change to Toronto instead of San Fran..... the email for the account is tom@makeshyft.com

Thanks, this looks like a really great service to make my life easier.


  LiveCloud Tutorial
Posted by: jasonchan - 05-07-2019, 07:27 PM - Forum: Announcements - No Replies

We are working with LiveCode to provide you useful tutorials of LiveCloud!

In this video, you can see how easy it is to import your data using a csv file.
You will also learn how to generate the LiveCode script to communicate with LiveCloud using LiveCloud Manager. 


  Simple CRUD example in docs available!
Posted by: mark_talluto - 05-07-2019, 05:56 PM - Forum: Announcements - No Replies

Hi Everyone,

We have been getting requests for a simple example of CRUD. We have a document that will walk you through this example.

You will learn how to do everything needed to make your projects work with LiveCode and LiveCloud.

Please let us know how this example works for you. Smile

https://docs.livecloud.io/CRUDExample/

-Mark


  About Web access
Posted by: simon.schvartzman - 05-07-2019, 10:11 AM - Forum: General - Replies (16)

Hi, I haven't put my "keyboard" on Livecloud yet so maybe this is very basic/dumb question (sorry if it is):

What would be the "preferred" tool to access the DB from the WEB? Just to make myself clear let's say I have a mobile App posting data using Livecloud and I would like to have a WEB based platform for reporting and/orupdating  which way should I go?. I undertand I could use Livecode HTML version but that would imply in a significant investment. Are there any other (easy/ versatile, cheaper) options?

Many thanks in advance.

Regards


  Live Cloud Manager (missing label)
Posted by: Paul - 04-26-2019, 08:21 PM - Forum: Bug Reports - Replies (2)

When creating fields the drop down menu has two options: HyperBlog and String. Though... the String option appears blank. It should say "String", otherwise it is confusing.

I'm just guessing that the 3 dots directly to the left of the field type drop down menu, would allow the user to name their own field types, (even though they're all really just strings.) Nice. But until it's working, it would be best if the 3 dots, (which everybody is going to click on) are not visible. Not a good idea to have inactive features in a production app.