Getting Started with LiveCode - Complete Beginners • Sorting comma delimited...
I have been trying to sort 10 comma delimited numbers on one line ,lowest to highest.I have put the line of comma delimited number into a variable (call it mop) and tried:sort mop numericor:sort mop...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Sorting comma...
CODE: replace comma with return in mopsort mop numericreplace return with comma in mopStatistics: Posted by SWEdeAndy — Sun Jun 09, 2024 12:42 pm
View ArticleGetting Started with LiveCode - Complete Beginners • Re: The best way to...
Great workaround! Could you share the code snippet you used for the loops?Statistics: Posted by moodwhirr — Mon Jun 10, 2024 2:33 am
View ArticleGetting Started with LiveCode - Complete Beginners • Export card as PDF...
Hi to all,Is it possible in LC to export several cards in a PDF file ?Regards, J-P.Statistics: Posted by Jean-Paul — Tue Jun 11, 2024 9:16 am
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Export card as PDF ?
Bonjour Jean-Paul,yes, we can "open pringint fo PDF ..."Example to "export" card 1 of your stack to a PDF file:CODE: ...## Here you can let the user select a filename for the PDF...## answer file...
View ArticleGetting Started with LiveCode - Complete Beginners • Magnifying glass
In my old, old version of LC (6.5), I remember that there was a magnifying glass to position objects precisely on the sheet. But I don't remember how I did it...If anyone would like to refresh my...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Magnifying glass
Hi.Jacque made a magnifying tool years ago, but I am not sure that is what you are talking about.In a CAD program, there are many tools to aid one in snapping various features of one object onto, or...
View ArticleTalking LiveCode • Debugging and 'go cd x of stack y'
Hi,I'm trying to debug a handler that basically takes parameters 'cdName' and 'stackName'. It does a few controls and eventually if everything is OK, does CODE: go cd cdName of stack stackNameI'm...
View ArticleTalking LiveCode • Re: Debugging and 'go cd x of stack y'
Hi,I'm trying to debug a handler that basically takes parameters 'cdName' and 'stackName'. It does a few controls and eventually if everything is OK, does CODE: go cd cdName of stack stackNameI'm...
View ArticleGetting 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 Article