Getting Started with LiveCode - Complete Beginners • Re: How to build a...
Hi Craig,It's not really an issue but a search on what are the good practice to build such interface.Regards, Jean-Paul.Statistics: Posted by Jean-Paul — Thu Jun 06, 2024 10:49 am
View ArticleGetting Started with LiveCode - Experienced Developers • Is there any way to...
As per the title. Whatever I have done so far - the widget chart always ends up obscuring the field I want to place in front of it. Even if I create that field AFTER drawing the chart...
View ArticleGetting Started with LiveCode - Experienced Developers • Re: Is there any way...
Hi Bruce,you are talking about the new Chart widget in LC 10.x, right?I can confirm this behaviour and consider this a bug.Please report it here: https://quality.livecode.comBestKlausStatistics:...
View ArticleGetting Started with LiveCode - Complete Beginners • Syntax problem
Hi to all,CODE: close card "xxx" of stack "zzz"Why this doesn't work ?What is the exact syntax please ?Note: I don't want to close the stack "zzz" but only the card "xxx" which is in...
View ArticleGetting Started with LiveCode - Complete Beginners • Re: Syntax problem
I do not think this is possible.What you could do is make that card invisible:CODE: set the visible of card "xxx" to falseStatistics: Posted by richmond62 — Fri Jun 07, 2024 9:54 am
View ArticleGetting Started with LiveCode - Complete Beginners • Re: iOS certificates?
Praise the lord!! Hallelujah!!1 1/2 years after getting a new Mac, I can finally load my live code on to my iPhone for testing.I have literally spent over a hundred hours googling, YouTubing and with...
View ArticleGetting Started with LiveCode - Complete Beginners • Syntax problem[solved]
Hi to all,CODE: close card "xxx" of stack "zzz"Why this doesn't work ?What is the exact syntax please ?Note: I don't want to close the stack "zzz" but only the card "xxx" which is in...
View ArticleHTML5 • Re: Does anyone know of a Scrollbar widget suitable for us with HTML5?
Livecode provides new controls that look good on web like PolyList and PolyGrid. They look the same as in the IDE.If your license allows for current versions of LC it would be worth the trouble to use...
View ArticleGetting Started with LiveCode - Complete Beginners • What does "could...
I am trying to set up the Android part of LC 9.6.12 (RC1).I installed Android studio and all of the the SDKs and SDK tools.I have the path set up for the SDK in the mobile settings and it is showing...
View ArticleGetting 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 • 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 Article