Talking LiveCode • Re: What is the point???
Stam.If I read your post correctly, that would cause the two objects to appear to overlap, not (appear to) fail to meet, no?CraigStatistics: Posted by dunbarx — Thu Jun 13, 2024 2:47 am
View ArticleTalking LiveCode • Re: Debugging and 'go cd x of stack y'
I think he means an error occurred that stops the debugger.The OP wrote:the debugger dies and the Livecode goes back to the IDE."Goes back to the IDE".I do think that we are misusing terms, and there...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: How to align the...
Hi lemodizon,based from your example your sql-qry has comma but mine has no comma i guess thats why it doesn't display properlyI looked at your sql-query and see the the column delimiter is set to tab...
View ArticleUser Groups and Events • Re: LiveCode on Social Media
I just tried the reddit link and I get the warning about unreviewed content with no other options except to go home or use the app. I suspect once the review is done it will go back to normal.The...
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 ArticleGetting Started with LiveCode - Complete Beginners • Re: The best way to...
Why not export the field contents to an RTF document and print that?Statistics: Posted by richmond62 — Fri Jun 14, 2024 8:22 am
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Magnifying glass
Under the View menu there are two selection, Guidelines and Grid.I think the OP is looking for the "Grid" item.BobStatistics: Posted by bobcole — Fri Jun 14, 2024 3:02 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 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 ArticleHTML5 • Re: Does anyone know of a Scrollbar widget suitable for us with HTML5?
Hello Bernd - Thanks for this.Sonoma 14.5 on an M1 (ca 2020) Macbook Pro.I am using the "Test" mode in the IDE 10.0.0 (dp .Doesn't seem to matter if I choose Safari, Firefox or Chrome.In the IDE:In...
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 Article