Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 7 online users. » 0 Member(s) | 6 Guest(s) Google
|
Latest Threads |
using cdb_auth with Live...
Forum: General
Last Post: JereMiami
12-19-2024, 01:58 AM
» Replies: 0
» Views: 17
|
BLOBs - not possible to a...
Forum: General
Last Post: stamatis
10-06-2024, 06:28 PM
» Replies: 0
» Views: 259
|
Allow users to change the...
Forum: General
Last Post: mark_talluto
01-18-2024, 01:09 AM
» Replies: 8
» Views: 11,439
|
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,241
|
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,933
|
CDBCache sync from local ...
Forum: General
Last Post: Hendricus
01-29-2023, 09:39 PM
» Replies: 2
» Views: 2,779
|
|
|
LiveCode Conference in New York - April 25-27 |
Posted by: mark_talluto - 10-14-2021, 05:20 PM - Forum: Announcements
- No Replies
|
|
Hey everyone! LiveCode is holding another in-person conference early next year. Canela will be there to demonstrate Appli.
Appli is a new front-end IDE to LiveCloud that aids you in making desktop and mobile apps. You can ship your apps without a developer kit from Apple or Google. We provide a player that your clients can download from both app stores. Of course, if you need a standalone, you will be able to do that too.
Appli provides a modern IDE for making apps. You do not have to worry about the complexity typically found in mobile app design. Appli solves the various screen sizes and dpi differences for you. Appli ties in with LiveCloud providing a native database. This design allows you to bind your data to your app elements with ease.
Appli will come with a no-code, low-code, and high-code feature set. These features will allow you to build projects faster than ever. Should you need more power, you can use the powerful LiveCode language to fill in the gaps as needed.
Appli is still under development. We have a single-page site to get you thinking about the great things that are coming. Check it out at: appli.io. We expect to have an open beta in November.
The goal is to provide a session and a workshop at the LiveCode conference in April. We hope to see all of you there!
|
|
|
Android Support Notice |
Posted by: mark_talluto - 10-07-2021, 05:01 PM - Forum: Announcements
- Replies (1)
|
|
Yesterday, we learned about an issue that will affect all LiveCode Android developers. LiveCloud servers use Let's Encrypt SSL certs.
A recent change in how Let's Encrypt SSL certs work will break apps made in LiveCode before version 9.6.5.
https://letsencrypt.org/docs/dst-root-ca...mber-2021/
The solution is to rebuild your app in LiveCode 9.6.5. We tested 9.6.5 with our Appli Player. Everything works as expected.
Please let us know if you have any problems.
|
|
|
LiveCloud outage |
Posted by: mark_talluto - 10-01-2021, 10:07 PM - Forum: Announcements
- Replies (3)
|
|
Hey guys. I wanted to let you know that Digital Ocean is reporting an outage covering a range of regions, including London, New York, and San Francisco. They are working on the problem. Their outage will affect the LiveCloud service from being able to process some of your cloud calls.
Your local database is not affected by this problem. I am sorry this is happening. Outages are rare with them. I suspect they will have it resolved soon. When I have more details, I'll report back to you here.
Please let us know if you have any questions.
-Mark
|
|
|
custom record ID |
Posted by: philippecoenen - 09-10-2021, 02:14 PM - Forum: General
- Replies (9)
|
|
Is there a way for me to modify the record Id
I already have a database and they have their records Id already. It's a UUID similar to the ones you are using but slightly different.
If I create new records that are not a problem (as these ids are alpha so it does not matter as long as they are unique).
But if I want to use existing records it's another problem.
I can definitively ignore your ids but I think it's a bit of waste.
However, if I can change an id or provide the id when I create a new record it will be OK.
Please let me know...
Best,
|
|
|
array as value |
Posted by: philippecoenen - 08-26-2021, 06:34 PM - Forum: General
- Replies (2)
|
|
Can I store an array in a value?
I have a design format that represents a graph with links and different display attributes.
I store this data in an array.
I want to store all the information at once. the key would be "board" and the value, the array.
Will it work without to encode the array?
|
|
|
Emailing |
Posted by: philippecoenen - 08-24-2021, 08:26 AM - Forum: General
- Replies (2)
|
|
Hi,
I saw that it's easy to send mails.
But how many emails can I send?
If I have 10.000 users or 100.000 users can I mail all of them?
|
|
|
LiveCloud standalone issues... |
Posted by: stamatis - 07-26-2021, 12:17 PM - Forum: General
- Replies (10)
|
|
Hi Mark and team
Some quick questions on a liveCloud-enabled standalone:
I had only included mergJSON with initial builds (as per the website). This seemed to fail, and resolved when i included the standard JSON library as well. Are both required or is this a coincidence?
To ensure connectivity with liveCloud include the ‘canelaDB’ folder as an in the standalone settings ‘copy files’ section (ie should be available in specialFolderPath("resources"). On first run, this folder is copied to the user’s Documents folder (writeable location), along with he mainstack that is launched form the splash stack.
However when building a mac app, the locked libraries are causing the standalone build to fail with the error ‘cannot open output files’ or some such. I can work around this by removing the the CanelaDB folder from the ‘Copy Files’ section of the standalone settings, build the app and then manually copy this to <show app package contents>/Contents/Resources/_MacOS/
Is there a better way to do this?
On running a the same standalone on Mac and Windows, it works fine on Mac, but on Windows it crashes - after some head scratching it seems that the checksum library checks on Mac work fine but throw an error on Windows. I’ve worked around this by commenting out the checksum library checks - the app works beutifully and will be used in a very trusted environment so that’s fine, but it’s obviously not desirable otherwise.
Can multiple checksums be correct (ie should i have checksum that works for both mac and win, unlike the one i have now that only works for mac)? Or do i need to derive a Windows checksum and include a platform check in the library checks?
Many thanks as always
Stam
|
|
|
Cdb_blob migration tool |
Posted by: Jason Lam - 07-23-2021, 11:44 PM - Forum: Announcements
- Replies (1)
|
|
Hi everyone,
We are making some major changes to our blob architecture. As a result, we will need to build a migration tool for our users to convert current blob objects to the new format. We will also be adding additional keys to the cdb_blob table. We would like to have a better understanding of how you are currently using our blob feature so that we can build a migration tool that make sense for all of you. Currently, we are leaning toward two possible solutions:
1. Having the migration tool built into LCM for manual migration.
2. Automatically migrate the current blob object to the new format on any relevant blob cloud calls.
We would appreciate any inputs that you might have.
Jason Lam
|
|
|
|