Search found 6 matches
- Tue Jan 20, 2026 5:26 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Adding and modifying items in the application menu
- Replies: 5
- Views: 694
Re: Adding and modifying items in the application menu
Hi. Have you worked with the "MenuBuilder" utility? It is what I use to create menus and modify existing ones. Find it in the "Tools" menu. It takes a little practice, but is intuitive, powerful and complete. Craig Yes the Menu Builder works well - thank you. It's just modifying the Application men...
- Tue Jan 20, 2026 4:30 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Adding and modifying items in the application menu
- Replies: 5
- Views: 694
Adding and modifying items in the application menu
I'm building an app and would like to add a ’Check for Updates…” item to the application menu. Can’t see how to do it. The About menu item and corresponding code seems to get put in the Help menu script. I tried putting ’Check for Updates…” there, but no joy. There doesn’t seem to be any documentati...
- Wed Sep 03, 2025 2:14 pm
- Forum: Internet
- Topic: Using Digital Ocean Spaces and/or AWS S3 in Livecode
- Replies: 0
- Views: 11650
Using Digital Ocean Spaces and/or AWS S3 in Livecode
Does anyone have any experience using Digital Ocean Spaces in Livecode (or AWS S3)? I would like to use this online storage service (or something similar) for a project but the authentication protocol of the API relies on SHA256 and HMAC encodings. What is needed is described in pseudo-code below. I...
- Wed Jan 17, 2024 3:30 pm
- Forum: Talking LiveCode
- Topic: Connecting AirTable and LiveCode
- Replies: 4
- Views: 3415
Re: Connecting AirTable and LiveCode
Google 'AirTable API'richmond62 wrote: ↑Wed Jan 17, 2024 12:56 pmDetails of where to find out about AirTable would be handy.A sample stack would be very handy.
- Wed Jan 17, 2024 3:28 pm
- Forum: Talking LiveCode
- Topic: Connecting AirTable and LiveCode
- Replies: 4
- Views: 3415
Re: Connecting AirTable and LiveCode
I've managed to find a way to read data.
Using my Personal Access Token - you put it in the httpHeaders and it all works.
So far so good.
What I want to do now is to find a way to update and add data to AirTable.
Using 'put' and 'push' doesn't seem to work.
Using my Personal Access Token - you put it in the httpHeaders and it all works.
So far so good.
What I want to do now is to find a way to update and add data to AirTable.
Using 'put' and 'push' doesn't seem to work.
- Wed Jan 17, 2024 12:53 pm
- Forum: Talking LiveCode
- Topic: Connecting AirTable and LiveCode
- Replies: 4
- Views: 3415
Connecting AirTable and LiveCode
I'm a long-term LiveCode (and HyperCard) programmer. Recently I have been experiencing the joys of AirTable - it really is very good. Now I would like to connect the two so I can read and write AirTable data via LiveCode. I'm probably not the only person who would find this useful. Is it possible? I...