Off-Topic • Re: Community Installers
Thanks Stryder, ClipArtGuy, Richmond !I'm actually a software preservationist at heart. Call it a software hoarding issue....I'm working with a software archiver in Europe who runs a very large...
View ArticleGetting Started with LiveCode - Experienced Developers • Livecode 10 DP-8...
Does not work on Windows or macOs ... macOs- SonomaAPI 31Tools: 31.0.0/30.0.3SDK 1.8_341Tried to upload the error, but the picture won't upload. It involves the folder:...
View ArticleLiveCode Builder • Re: Creating an extension library with ChatGPT
TATAAAAA!!!After numorous web searches, I was able, on my OSX Sonoma, to fix all the various Java paths, JAVA_HOME,ANDROID_SDK_ROOT,.zshrc, etc...And to compile the java file "WiFiHelper.java" into...
View ArticleGetting Started with LiveCode - Complete Beginners • How to detect user...
Hi,It's just occurred to me what a mess ensues if the user holds down 'enter' . Is there a SIMPLE way that key holding could be detected in a way that a script could be activated to abandon the...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: How to detect user...
Unfortunately , unlike the terms shiftKeyDown and controlKeyDown, there are not equivalents for the RETURN or ENTER keys.But my extremely simplistic stack:--May prove vaguely useful.Here's the...
View ArticleGetting Started with LiveCode - Experienced Developers • livecode crashing on...
Hi:I've resolved this already after a rather tedious 5 hours. Thought I'd document this here in case it is useful to anyone - as I couldn't find anything on line about it.The short update on how I...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: livecode...
You can and probably should suppress messages when buildingStatistics: Posted by stam — Wed Jun 19, 2024 5:26 pm
View ArticleMac OS • Re: Mac standalone download damaged
This is a somewhat old thread but I have recently encountered this issue and thought I would contribute what I learned. As I developed an app, I tested sending the app to myself via download (iCloud...
View ArticleHTML5 • Re: A web app launcher with responsive design
Andreas - Just a quick note to say thanks for your work here. And thanks to the forum for being - well - a forum!I only get to spend a handful of hours a month working on LC stuff for a little side...
View ArticleAnnouncements • [ANN] Release LiveCode 9.6.12
Dear LiveCoders, We are pleased to announce the release of LiveCode 9.6.12 STABLE.LiveCode 9.6.12 STABLE comes with 19 bugfixes and performance improvements since the last stable version, including...
View ArticleAnnouncements • Re: [ANN] Release LiveCode 9.6.12
Thank you. There are some tasty updates in that batch.Statistics: Posted by FourthWorld — Thu Jun 20, 2024 5:27 pm
View ArticleGetting Started with LiveCode - Experienced Developers • Day of Project...
Hi:Imagine you started a project today at 00:00:00. We'll call that Day 1. At 1 second past midnight you'd be on day 2. You could calculate this easily using the difference in seconds. But what if you...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Day of Project...
Hi Bruce,here I post a library made by Malte Brill (derBrill) which he has put it into the public domain in 2014.It has a very complete variety of handlers for I guess for most calendar related...
View ArticleGetting Started with LiveCode - Complete Beginners • Making a clickable list?
Hello, again. I need to make a clickable list for an array in LiveCode. The list needs to display the keys of an array and show the thing that corresponds to the key when that key is selected.Any...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Making a clickable...
Hola Ramiro,you could use a "Tree View" widget, which can display any array directly without any scripting!CODE: ...set the arraydata of widget "your tree view widget here" to yourArray...At least...
View ArticleRaspberry Pi • Community version to issue commands
Having entered the world of robotics, learning C and python is a painful necessity. I wonder if the last community version of livecode for Linux would allow me to pump out basic commands rather like a...
View ArticleGetting Started with LiveCode - Experienced Developers • Quick Question re...
Hi:My experience of that is zero. My knowledge and understanding extremely limited. I'm wondering if they are reasonably performant. I don't want to have to build one to find out. Hoping the gang here...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Quick Question...
Do you mean "website" to be an app built in the LiveCode IDE which is then published to html in the Standalone Builder?Or do you mean "website" to be a structure of pages delivered by a server with...
View ArticleOff-Topic • Claude 3.5 Sonnet and LiveCode
Hi, Today I tried out the free version of Claude 3.5 Sonnet which has just been released and am impressed in comparison to my work with ChatGPT 4.o. In the header of the card script of the attached...
View ArticleGetting Started with LiveCode - Experienced Developers • How to use the...
Good morning.I would like to use the Type command, not to simulate a keyboard press of "A" or else, but of a function key, like "F1" or "F2".The F1 key returns on my Mac keyboard, on RawKeyDown,...
View Article