Quantcast
Channel: LiveCode Forums
Browsing all 810 articles
Browse latest View live

Getting 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 Article


Getting 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 Article


Getting 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 Article

Getting 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 Article

HTML5 • 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 Article


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 Article

Getting 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 Article

Getting 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 Article


Getting 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 Article


Getting 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 Article

Image may be NSFW.
Clik here to view.

Getting 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 Article

Getting 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 Article

Talking 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 Article


Talking 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 Article

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 Article


Talking 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 Article

Image may be NSFW.
Clik here to view.

Talking 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


Image may be NSFW.
Clik here to view.

Getting 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 Article

Getting 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 Article

Internet • 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 Article
Browsing all 810 articles
Browse latest View live