Getting Started with LiveCode - Experienced Developers • Re: How to Speed Up...
I see that I am more than a decade late and perhaps both livecode and my computer are much faster but my solution takes < 1 second and I haven't optimised it.Solution:Build the data with the...
View ArticleTalking LiveCode • What is the point???
I made a simple test stack to show how one can snap a particular point of one control, like its corner, to another "point" of interest, like a corner or the midpoint of a side, on another control....
View ArticleTalking LiveCode • Re: What is the point???
I didn't look at your stack, but made my own. --The Bottom Right of the field is 150, 90The Top Left of the button is 150, 90And, Yes: there is an extremely visible gap between them.LC Community...
View ArticleGetting Started with LiveCode - Complete Beginners • What the (*%*
I use this sort of method all the time.I have a field "F1" with some text properties set. I have a bunch of other fields that I want to mimic those properties. I could write a loop to do so, but I...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: What the (*%*
What happens when you change the test to reverse the lines being tested?How many lines are in the value returned from "the target"?Statistics: Posted by FourthWorld — Thu Jun 13, 2024 7:20 pm
View ArticleInternet • Delete URL with data (and Patch)
For an API I am working with, data needs to be sent with the delete command. I've been running rumming through documentation and can't seem to find my help. See below as an example. CODE: curl...
View ArticleLiveCode Builder • Creating an extension library with ChatGPT
Having the need to list, on a Android device, the names (SSIDs) of available WiFi (all), I decided to give it a try to build it with the help of ChatGPT.Amazingly, I got back a lot of stuff that...
View ArticleGetting Started with LiveCode - Complete Beginners • Because it is not FREE...
I haven't used LiveCode for the last 3 to 4 years. I gave up trying to get it to work as expected. The LC display of its tool bars and palettes were horribly misaligned and I could not get a fix from...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Why is LiveCode not...
I haven't used LiveCode for the last 3 to 4 years. I gave up trying to get it to work as expected. The LC display of its tool bars and palettes were horribly misaligned and I could not get a fix from...
View ArticleInternet • Re: Delete URL with data (and Patch)
The command I've been trying to play with is tsNetCustomUploadSyncCODE: put "APIkey: " & pAPIkey & cr into tHeader put "Content-Type: application/json" after tHeader set the httpHeaders to...
View ArticleAndroid Deployment • Re: Unable to build app for testing
Same issues here.... Did you figure it out?Right now, LC 9.6.11 successfully deploys using:- macos - sonoma- API 33- Build tools 31.0.0 & 30.0.3 (both selected)- JDK - jdk1.8.0_341But on LC 10.0.0...
View ArticleOff-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 ArticleMade With LiveCode • Re: macOS Versions of My Radio Apps (beta)
What's the problem with registration?Statistics: Posted by survivalagainst — Mon Jun 17, 2024 2:31 am
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 Article