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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 349
» Latest member: customrubber
» Forum threads: 240
» Forum posts: 1,069

Full Statistics

Online Users
There are currently 24 online users.
» 0 Member(s) | 24 Guest(s)

Latest Threads
using cdb_auth with Live...
Forum: General
Last Post: JereMiami
12-19-2024, 01:58 AM
» Replies: 0
» Views: 27
BLOBs - not possible to a...
Forum: General
Last Post: stamatis
10-06-2024, 06:28 PM
» Replies: 0
» Views: 262
Allow users to change the...
Forum: General
Last Post: mark_talluto
01-18-2024, 01:09 AM
» Replies: 8
» Views: 11,442
cdb_sendEmail
Forum: General
Last Post: mark_talluto
11-07-2023, 09:57 PM
» Replies: 0
» Views: 688
cdb_sync & cdb_lookupvalu...
Forum: General
Last Post: mark_talluto
11-07-2023, 09:45 PM
» Replies: 1
» Views: 1,241
cdb cdb_sendEmail
Forum: Bug Reports
Last Post: JereMiami
10-05-2023, 01:57 PM
» Replies: 0
» Views: 1,770
LCM: "Please inform Canel...
Forum: General
Last Post: mark_talluto
07-12-2023, 07:58 PM
» Replies: 24
» Views: 23,252
San Franciso Region Outag...
Forum: Announcements
Last Post: mark_talluto
05-09-2023, 03:31 AM
» Replies: 1
» Views: 2,880
Error, CDB_Header checksu...
Forum: General
Last Post: cpuandnet
02-01-2023, 05:00 AM
» Replies: 4
» Views: 3,934
CDBCache sync from local ...
Forum: General
Last Post: Hendricus
01-29-2023, 09:39 PM
» Replies: 2
» Views: 2,779

 
  Version 2.6.0 released
Posted by: mark_talluto - 04-10-2020, 01:12 AM - Forum: Announcements - No Replies

Hi Everyone. We have released version 2.6.0 of LCM. Included you will find the new cdb_calcUpdate() API.

If you want to use the new API in your apps, you will need to export the updated ToolKit and apply it to your apps.
If you have any thoughts on this API, the sooner you report them to us the better. 
If we need to make any changes, it is best to make them before the API starts to get used in apps.


  cdb_sendEmail in the future
Posted by: mark_talluto - 04-10-2020, 12:12 AM - Forum: General - Replies (3)

I received the following question via email. I am bringing it to the forums because we would like to hear your thoughts.

Quote:https://docs.livecloud.io/SendEmail/ 

Hello when I sent the mail it appeared in the spam folder and gmail told me that the email sent might be malicious. Is there  a way to prevent this or that is what will happen. 

We are using a 3rd party provider for the email feature. This is a problem for us as well. We have been working on our email reputation, but it is not perfect. We probably have to pay more money to get a dedicated IP for just our use. But, having everyone use this API will only put it at risk. It may be an API that we eventually have to remove from CanelaDB. It will not serve anyone for serious work.

But, we still have some potential value for everyone. We worked to wrap the SendGrid API for our email feature. We could have anyone that wants to get their own account and feed cdb_sendMail with your own SendGrid Authentication API key. Then, we could send the emails through your account and protect you from other users. That would be a better solution than what we have now.

This is not something we are going to work on just now. We thought it would be good to get people thinking about the direction options we can take on this API.


  New API: cdb_calcUpdate()
Posted by: mark_talluto - 04-09-2020, 07:50 PM - Forum: Announcements - Replies (3)

We added a new API for doing calculations on a key in the cloud and locally. This API is really designed to maximize accuracy and minimize data collisions for math operations on cloud data. Thanks to Sid for suggesting this API.

We just posted the new docs here: https://docs.livecloud.io/CalcUpdate/ and https://docs.livecloud.io/CalcBatchUpdate/

You may expect an LCM update with the API soon.


  What is Appli?
Posted by: mark_talluto - 04-08-2020, 10:50 PM - Forum: Announcements - Replies (2)

We released LiveCloud officially at the last LiveCode conference. We also demoed an early version of Appli during our session. The attendees showed great interest in our work on Appli and even pulled me aside to tell me how they would use this technology. 

We are creating Appli to complement LiveCode and LiveCloud. I view it as the missing story in the trilogy.

You can think of Appli as a focused IDE for business apps. Appli will connect your data to UI and the other way around. 

If you have enjoyed using tools with modern layout elements like Keynote and Adobe XD, you will be happy to hear that Appli is bringing that to LiveCode developers. Appli will enable developers to bring their business apps to life faster than ever before. We know that newcomers to LiveCode that come from low-code environments find UI integration with data in LiveCode to be a hard transition.

I am not going to get into all the features of Appli right now. This announcement is more akin to the smell of cookies when you visit grandma's house. You can't eat the cookies just yet. Sit back and enjoy the aromas as they waft about the forum.

We think this news is very relevant to LiveCloud users because we keep getting requests for examples of how to connect your UI to your data.  For the time being, we will make announcements on our progress with Appli here. We are looking for a soft launch by the end of the summer of 2020.

A video showing aspects of Appli will be released shortly.


  Version 2.5.8 released
Posted by: mark_talluto - 04-08-2020, 10:06 PM - Forum: Announcements - No Replies

I am sorry about skipping this release. 2.5.8 comes with some more improvements to the experience of importing data.

This update is a solid bug fix update. 

Bugfix: After importing new data with new keys, the LCM UI would not update to reflect the new data and keys.
Bugfix: After removing keys using the full key list display, importing data, and viewing the full key list display, there would be a blank row in the keys list.
Bugfix: If an import failed, the import routines would continue to run.
Bugfix: When switching tables within the code builder, your code will no longer be replaced with default code.

Improved: Window drawing is now smoother.


  Blob Viewer Stack to incorporate into projects
Posted by: sid - 04-08-2020, 04:19 PM - Forum: Code Samples - Replies (3)

Hi Guys

I was wondering if its possible to release a BLOB viewer stack that people can use to incorporate into their projects?

Very similar to the login stack that you guys provide-, which makes it easy to get the basis of a projects started.

then all devs have to do is pass a BLOB id in the stack to and you have a Built in BLOB viewer from your own livecloud application.

you could also put it into the samples stack or the page that you use to export your toolkit. You can also add a button to replace the BLOB

that would be a great feature

Sid


  Version 2.5.9 Released
Posted by: mark_talluto - 04-06-2020, 05:07 PM - Forum: Announcements - No Replies

This update is not huge, but it does have a pet peeve of mine resolved. You can now make new projects and tables by clicking on the 'plus' sign and then entering the name of the object in a dialog. I find this to be more intuitive. For those that liked the previous method, it is still available.


  Windows OS problems
Posted by: Bizbuzz - 04-06-2020, 01:55 PM - Forum: Bug Reports - Replies (3)

Hi,

So we're developing mobile apps for both IOS and Android, they are working well, and an application that should run on both Mac and Windows.

On Mac it works well both in development and compiled.

On Windows it gives "The Canela SDK missing. Please export your CandelaDB again" if stack opened in Livecode Business 5.1.

If compiled to a Windows version from Mac, it doesn't work / download data, so no luck there. *CORRECTED: It does work But i tried to log in with a user created in Mac, and I don't think password hash matched. I will try to create new user from the Windows application instead.

I've tried several things. Among them to export the toolkit from a LiveCloud Manager that runs on Windows, in case of encryption being different or something. 

As your stacks are encrypted, and encryption results can be different between platforms, could that be the issue here? 

Something is wrong in any case ....

Br /John


  What is hardwareID?
Posted by: WhenInSpace - 04-06-2020, 09:20 AM - Forum: Getting Started - Replies (2)

Hello! In the cdbUser table, one key is hardwareID. What can this be used for? It's not mentioned anywhere in the documentation, as far as I can see.
Getting the deviceID to enable push notifications etc is important in many apps - is the LiveCloud hardwareID useful in this sense?


  Storm pricing
Posted by: mark_talluto - 04-03-2020, 11:39 PM - Forum: Announcements - No Replies

We have updated the pricing page with useful information on what a Storm plan costs and what comes with the plan.

https://livecloud.io/pricing/